Sorrow446 / MOOV-DL

Tool written in Python to download streamable tracks from moov.hk.
29 stars 10 forks source link

i can't download #7

Open mukigg opened 3 years ago

mukigg commented 3 years ago

C:\Users\Cai>F:\MOOV-DL-main\moov-dl_x86.exe -u https://moov.hk/#/album/VAID00717078A


| | | | | || | | | | | | | | | | | || | | | |||_|___|__|\/ |__/|___|

Traceback (most recent call last): File "urllib3\connectionpool.py", line 696, in urlopen File "urllib3\connectionpool.py", line 964, in _prepare_proxy File "urllib3\connection.py", line 359, in connect File "urllib3\connection.py", line 502, in _connect_tlsproxy File "urllib3\util\ssl.py", line 432, in ssl_wrapsocket File "urllib3\util\ssl.py", line 474, in _ssl_wrap_socket_impl File "ssl.py", line 407, in wrap_socket File "ssl.py", line 817, in init File "ssl.py", line 1077, in do_handshake File "ssl.py", line 689, in do_handshake ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:847)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "requests\adapters.py", line 449, in send File "urllib3\connectionpool.py", line 756, in urlopen File "urllib3\util\retry.py", line 573, in increment urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mtg.now.com', port=443): Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:847)'),))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "moov-dl.py", line 297, in auth() File "moov-dl.py", line 107, in auth if not client.auth(cfg['email'], cfg['password']): File "api\client.py", line 41, in auth 'POST', 'user/loginstatuscheck', headers, data=data File "api\client.py", line 11, in make_call r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data, verify=False) File "requests\sessions.py", line 542, in request File "requests\sessions.py", line 655, in send File "requests\adapters.py", line 514, in send requests.exceptions.SSLError: HTTPSConnectionPool(host='mtg.now.com', port=443): Max retries exceeded with url: /moov/api/user/loginstatuscheck (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:847)'),)) [996] Failed to execute script moov-dl

i change line in api/client.py. From:

r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data) To:

r = self.s.request(method, self.base + epoint, headers=headers, params=params, data=data, verify=False)

Still can't download I am in China and use VPN can you help me

Sorrow446 commented 3 years ago

It shouldn't still be doing this after disabling verification. Which version of Python are you using? You can get this by typing "python" into Command Prompt.

hintlou commented 3 years ago

Not the problem of the software.It's GFW.

mukigg commented 3 years ago

It shouldn't still be doing this after disabling verification. Which version of Python are you using? You can get this by typing "python" into Command Prompt.

Python 3.9.6