Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ValueError: No escaped character on Windows versions with Python 3 #22001
Comments
|
It appears you have a malformed user configuration file. Either find and fix this config, or run with |
|
This is the very issue, many thanks. |
Checklist
Question
Running version 2018.08.02 from multiple sources (Chocolatey/pip/official standalone executables), my youtube-dl seems to occationally raise the following error when dealing with any commands requires Internet connection or including a URL:
However commands like
--helpor--versionworks fine.Commands tested on Python 3.4 and 3.6 and similar error persists. I have read the part regarding escaping characters in the command line and I feel it's probably not an youtube-dl issue, but in desperate efforts on finding solutions I decided to post here anyway.