Maxstupo / ydl-ui

A UI for the command-line video downloader "youtube-dl"
MIT License
354 stars 34 forks source link

Download failed: Python error #54

Closed kissaev closed 4 years ago

kissaev commented 4 years ago

Download failed When i try to download youtube link its failed and in the bottom of the log i see that:

Fatal Python error: Py_Initialize: unable to load the file system codec ImportError: No module named 'encodings'

Current thread 0x0000185c (most recent call first):

Information (please complete the following information)

Maxstupo commented 4 years ago

This seems like a youtube-dl issue (maybe relating to Windows 10 LTSC).

@kissaev Have you had YDL-UI working previously?

kissaev commented 4 years ago

Youtube-dl works correct from console, YDL-UI installed first time and not works

Maxstupo commented 4 years ago

Try replacing youtube-dl.exe found in the bin folder with the one that works from console.

kissaev commented 4 years ago

Try replacing youtube-dl.exe found in the bin folder with the one that works from console.

That was help, thanks