Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WinError 123] The filename, directory name, or volume label syntax is incorrect #29

Open
AndrewJacop opened this issue Sep 22, 2022 · 0 comments

Comments

@AndrewJacop
Copy link

Subject : [WinError 123] The filename, directory name, or volume label syntax is incorrect

Command Line Arguments You Gave : wco-dl.exe -i "https://www.wcostream.com/anime/cardfight-vanguard-2011"

Verbose Log Link : Error Log.txt.

Long Explanation : i think for some reason it's trying to name the files styarting with "http:" with gives an error


> F:\1>wco-dl.exe -i "https://www.wcostream.com/anime/cardfight-vanguard-2011" --verbose
> Settings Loaded.
> Downloads Loaded.
> 
> Downloading show
> Traceback (most recent call last):
>   File "__main__.py", line 12, in <module>
>     class Main:
>   File "__main__.py", line 89, in Main
>     Lifter(url=args.input[0].replace('https://wcostream.com', 'https://www.wcostream.com'), resolution=args.highdef, logger=logger, season=args.season,
>   File "Lifter.py", line 56, in __init__
>     self.download_show(url)
>   File "Lifter.py", line 196, in download_show
>     output = self.check_output(show_info[0])
>   File "Lifter.py", line 74, in check_output
>     os.makedirs(output_directory)
>   File "os.py", line 211, in makedirs
>   File "os.py", line 211, in makedirs
>   File "os.py", line 221, in makedirs
> OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'F:\\1\\Output\\Https:'
> [6696] Failed to execute script __main__
> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant