aceproxy icon indicating copy to clipboard operation
aceproxy copied to clipboard

Ошибки при запуске

Open Daggers opened this issue 6 years ago • 0 comments

Установил по инструкции в WIKI, получаю ошибки при запуске, ругается на опции в конфиге:

C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py Traceback (most recent call last): File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in import aceconfig File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = _import(*args, **kwargs) File "C:\Users\Daggers\aceproxy\aceconfig.py", line 131 videodelay = 0 ^ IndentationError: unexpected indent

C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py Traceback (most recent call last): File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in import aceconfig File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = _import(*args, **kwargs) File "C:\Users\Daggers\aceproxy\aceconfig.py", line 138 videoobey = False ^ IndentationError: unexpected indent

C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py Traceback (most recent call last): File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in import aceconfig File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = _import(*args, **kwargs) File "C:\Users\Daggers\aceproxy\aceconfig.py", line 145 videopausedelay = 0 ^ IndentationError: unexpected indent

После комментирования всех этих опций при запуске получаю ошибку:

C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py Traceback (most recent call last): File "C:\Users\Daggers\aceproxy\acehttp.py", line 29, in import vlcclient File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = import(*args, **kwargs) File "C:\Users\Daggers\aceproxy\vlcclient_init.py", line 1, in from vlcclient import * File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = _import(*args, **kwargs) File "C:\Users\Daggers\aceproxy\vlcclient\vlcclient.py", line 7, in import gevent.coros File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import _ result = _import(*args, **kwargs) ImportError: No module named coros

Daggers avatar May 01 '18 09:05 Daggers