MOOV-DL icon indicating copy to clipboard operation
MOOV-DL copied to clipboard

i can't download

Open mukigg opened this issue 4 years ago • 3 comments

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_tls_proxy File "urllib3\util\ssl.py", line 432, in ssl_wrap_socket 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

mukigg avatar Feb 15 '21 15:02 mukigg

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.

Sorrow446 avatar Feb 16 '21 14:02 Sorrow446

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

hintlou avatar Feb 18 '21 09:02 hintlou

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

mukigg avatar Jul 28 '21 08:07 mukigg