Getting requests.exceptions.ConnectionError when trying to play video
I'm using the software like in the demo:
<img width="626" alt="Screenshot 2024-07-30 at 5 18 54 PM" src="https://github.com/user-attachments/assets/808115ad-9d39-44e3-a8e4-df03039e7869">
But, when I hit enter, I get:
```
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='vidsrc.to', port=443): Max retries exceeded with url: /embed/movie/293660 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x104de0f50>: Failed to resolve 'vidsrc.to' ([Errno 8] nodename nor servname provided, or not known)"))
```
(Well, that's what *was* happening -- now i'm just getting source not found).
Also, on line 220, I get an error saying there are too many values to unpack:
https://github.com/Ciarands/vidsrc-to-resolver/blob/1e3b6bf33419295637d58a93675c428b26498c21/vidsrc.py#L220
0 条评论