Open Dimsok opened 7 years ago
I will try so hard not to mark this as invalid.
I did try the last portable version
You refer to version 0.4? Did you download it from our site or from another source?
The previous version, available here
Which one? Version 0.3.8?
From releases there. 0.4 was not started. 0.3.8 is ok.
From what location (path) do you run youtube-dlg? Does the path contain non-english characters? Do you have Python installed on your system?
I have python 2.7.2. Yes, it was cyrillic in path. As i remember, python even in latest version works only with latin path. From the root of the disk program starts. But 0.3.8 started anyway.
Ok follow the steps below and paste the results here, between triple quotes (```like this```).
python
and hit Enter (this should put you in the python console)
import os
import sys
results = []
for envar in ('LANGUAGES', 'LANG', 'LC_ALL', 'LC_MESSAGES'): results.append(os.environ.get(envar))
results.append(os.path.join(sys.prefix, 'share', 'locale'))
print results # Paste the results between triple quotes
[None, 'en', None, None, 'C:\Program Files\python\share\locale']
Anyway it doesn't work for me. When i add link it's always 0 percentage. When i close, it gives me:
Exception in thread Thread-2:
Traceback (most recent call last):
File "threading.pyc", line 801, in __bootstrap_inner
File "youtube_dl_gui\downloadmanager.pyc", line 599, in run
File "youtube_dl_gui\downloaders.pyc", line 162, in download
File "youtube_dl_gui\downloaders.pyc", line 337, in _create_process
File "subprocess.pyc", line 390, in __init__
File "subprocess.pyc", line 640, in _execute_child
WindowsError: [Error 193] %1 is not a valid Win32 application
Found out why. I placed youtube-dl.exe near the youtube-dl-gui, but it should be in application data. Not very portable.
The second traceback looks like a completly different issue. How did you manage to start the application and recover from the first one?
Also, regarding the portability of youtube-dl.exe please read issue https://github.com/MrS0m30n3/youtube-dl-gui/issues/65.
How did you manage to start the application and recover from the first one?
I didn't recover. I just start from with no cyrillic. If honestly i don't have necessity to use it from such path. It was just for quick testing when i've put it there.
Regarding the first issue, i'm really intrested to see if we can fix it on our side.
I wasn't able to reproduce this on my system so, i would really appreciate it if you could follow the steps below and help me solve this.
I did try the last portable version, and it gives me:
The previous version, available here, starts normal.