You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Videosort has been working well for me until recently when I tried to use it to rename file from RSS.
Download via RSS will cause the pp failure below:
error Mon Nov 18 2024 17:21:04 Post-process-script VideoSort for XYZ failed
error Mon Nov 18 2024 17:21:04 Video Sort: expected string or bytes-like object, got 'list'
error Mon Nov 18 2024 17:21:04 Video Sort: Failed: XYZ
info Mon Nov 18 2024 17:21:04 Video Sort: TypeError: expected string or bytes-like object, got 'list'
info Mon Nov 18 2024 17:21:04 Video Sort: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
info Mon Nov 18 2024 17:21:04 Video Sort: return _compile(pattern, flags).sub(repl, string, count)
info Mon Nov 18 2024 17:21:04 Video Sort: File "C:\Program Files\Python312\Lib\re\__init__.py", line 186, in sub
info Mon Nov 18 2024 17:21:04 Video Sort: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
info Mon Nov 18 2024 17:21:04 Video Sort: title = re.sub(r"[\"\:\?\*\\\/\<\>\|]", " ", name)
info Mon Nov 18 2024 17:21:04 Video Sort: File "D:\NZBGet\Scripts\VideoSort\main.py", line 427, in get_titles
info Mon Nov 18 2024 17:21:04 Video Sort: ^^^^^^^^^^^^^^^^^^^^^^^^
info Mon Nov 18 2024 17:21:04 Video Sort: show_tname, show_tname_two, show_tname_three = get_titles(series, True)
info Mon Nov 18 2024 17:21:04 Video Sort: File "D:\NZBGet\Scripts\VideoSort\main.py", line 634, in add_series_mapping
info Mon Nov 18 2024 17:21:04 Video Sort: add_series_mapping(guess, mapping)
info Mon Nov 18 2024 17:21:04 Video Sort: File "D:\NZBGet\Scripts\VideoSort\main.py", line 1054, in construct_path
info Mon Nov 18 2024 17:21:04 Video Sort: ^^^^^^^^^^^^^^^^^^^^^^^^
info Mon Nov 18 2024 17:21:04 Video Sort: new_path = construct_path(old_path)
info Mon Nov 18 2024 17:21:04 Video Sort: File "D:\NZBGet\Scripts\VideoSort\main.py", line 1165, in <module>
info Mon Nov 18 2024 17:21:04 Video Sort: Traceback (most recent call last):
info Mon Nov 18 2024 17:21:03 Executing post-process-script VideoSort for XYZ
The text was updated successfully, but these errors were encountered:
Thanks, I'll look into it.
And thanks for the link to nzb and RSS - they'll be verry useful but please share such links to [email protected] next time.
Thanks, I'll look into it. And thanks for the link to nzb and RSS - they'll be verry useful but please share such links to [email protected] next time.
@dnzbk, Thanks, I will remove the filename for privacy in the original post.
Videosort has been working well for me until recently when I tried to use it to rename file from RSS.
Download via RSS will cause the pp failure below:
The text was updated successfully, but these errors were encountered: