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
Getting the following error because it's trying to create a folder with ":" in the name.
using --original-filename does not help. any way around this?
Found 1 servers
Getting urls of content to download.
Found 1 media content to download
Directories don't exists, creating folders
Traceback (most recent call last):
File "E:\plexmedia-downloader\main.py", line 303, in
plex.command_line()
File "E:\plexmedia-downloader\main.py", line 295, in command_line
self.download()
File "E:\plexmedia-downloader\main.py", line 228, in download
os.makedirs(content['folder'])
File "", line 225, in makedirs
NotADirectoryError: [WinError 267] The directory name is invalid: 'Christopher Columbus: The Discovery'
The text was updated successfully, but these errors were encountered:
Getting the following error because it's trying to create a folder with ":" in the name.
using --original-filename does not help. any way around this?
Found 1 servers
Getting urls of content to download.
Found 1 media content to download
Directories don't exists, creating folders
Traceback (most recent call last):
File "E:\plexmedia-downloader\main.py", line 303, in
plex.command_line()
File "E:\plexmedia-downloader\main.py", line 295, in command_line
self.download()
File "E:\plexmedia-downloader\main.py", line 228, in download
os.makedirs(content['folder'])
File "", line 225, in makedirs
NotADirectoryError: [WinError 267] The directory name is invalid: 'Christopher Columbus: The Discovery'
The text was updated successfully, but these errors were encountered: