ValdikSS / aceproxy

Ace Stream HTTP Proxy. ABANDONED! NO SUPPORT WHATSOEVER!
MIT License
196 stars 115 forks source link

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

Open Daggers opened 6 years ago

Daggers commented 6 years ago

Установил по инструкции в 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