MiyukiQAQ / MissAV-Downloader

A tool for downloading videos from the "MissAV" website that can help you build your own private video library.
MIT License
34 stars 10 forks source link

Match UUID failed #6

Closed Seeking-art closed 1 month ago

Seeking-art commented 1 month ago

I only changed the lines from ` type = 3

if type == 1:
    movie_urls = [
        'https://missav.com/dandy-917',
        'https://missav.com/sw-950'
    ]

to type = 1

if type == 1:
    movie_urls = [
        'https://missav.com/dm26/juq-682-uncensored-leak',

    ]`,

and always get the error

process url: https://missav.com/juq-682-uncensored-leak match uuid failed. process url complete: https://missav.com/juq-682-uncensored-leak download time cost:00 h 00 min 00 s

Seeking-art commented 1 month ago

I used the original address

`type = 1

if type == 1:
    movie_urls = [
               'https://missav.com/dandy-917',
        'https://missav.com/sw-950'
    ]

`

and get similar error message:

=== RESTART: C:\Users\Goose\Downloads\MissAV-Downloader-master\downloader.py === process url: https://missav.com/dandy-917 match uuid failed. process url complete: https://missav.com/dandy-917 process url: https://missav.com/sw-950 match uuid failed. process url complete: https://missav.com/sw-950 download time cost:00 h 00 min 00 s

MiyukiQAQ commented 1 month ago
Screenshot 2024-07-21 at 8 20 51 AM Screenshot 2024-07-21 at 8 21 23 AM

I'm a little confused too. I tried your URL and it worked fine. 😯

MiyukiQAQ commented 1 month ago

I am having similar issue.

If I don't use proxy I get match uuid failed.error using type 1 and login failed, check your internet connection or your account info error using type 2. If I use proxy server connection times out and gives error.

requests.exceptions.ProxyError: HTTPSConnectionPool(host='missav.com', port=443): Max retries exceeded with url: /dm13/en/mum-191-uncensored-leak (Caused by ProxyError('Unable to connect to proxy', ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f3e3f86be80>, 'Connection to 192.168.0.114 timed out. (connect timeout=None)')))

urllib3.exceptions.ProxyError: ('Unable to connect to proxy', ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f3e3f86be80>, 'Connection to 192.168.0.114 timed out. (connect timeout=None)'))

Any idea how to fix this? Thanks.

If your network can access missav directly, then you don't need to configure a network proxy in downloader.py. If you use a network proxy to access missav, then you need to configure the network proxy in downloader.py, usually configuring an http proxy server to ensure that the host running downloader.py can connect to the http proxy server network. Then you need to configure the proxy server's IP and port number in downloader.py. After completing these operations, the downloader should run normally. In summary, the key to the problem is whether you use a network proxy when accessing missav, and whether you have configured the http proxy server correctly. If you are from a large country next to Russia, then you usually need a network proxy. If you still don't understand how to run the downloader, you can contact me on telegram or Instagram. 726c48d2f93c8057368f15e7a7870fa 05265a7f0506870a5a842f007d07d84

MiyukiQAQ commented 1 month ago

I am having similar issue.

If I don't use proxy I get match uuid failed.error using type 1 and login failed, check your internet connection or your account info error using type 2. If I use proxy server connection times out and gives error.

requests.exceptions.ProxyError: HTTPSConnectionPool(host='missav.com', port=443): Max retries exceeded with url: /dm13/en/mum-191-uncensored-leak (Caused by ProxyError('Unable to connect to proxy', ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f3e3f86be80>, 'Connection to 192.168.0.114 timed out. (connect timeout=None)')))

urllib3.exceptions.ProxyError: ('Unable to connect to proxy', ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f3e3f86be80>, 'Connection to 192.168.0.114 timed out. (connect timeout=None)'))

Any idea how to fix this? Thanks.

It looks like you didn't configure the http proxy server correctly, because the IP in your code running log is my local proxy server IP, you may need to configure an http proxy server yourself (if your network can directly connect to missav without VPN, you don't need an http proxy server)