Open Aziya66 opened 1 year ago
Found the cause, fixed it and it works successfully. It is said to be an error caused by urllib3 update. So I found the answer by downgrading.
Open cmd and run the command.
pip install urllib3==1.26.16
I will not close the issue and keep it for a while so that more people can see it.
Does it still work for you? I'm also getting timeouts now and your solution doesn't seem to work
py main.py -w=20 Using cookies file: cookies.pickle
DevTools listening on ws://127.0.0.1:53758/devtools/browser/48f3e1bc-7c94-42cb-b294-61dcba611e5f <class 'str'> Downloading "filling-up-down-there-english" manga. 0%| | 0/24 [00:00<?, ?it/s] Error: timed out waiting for page to load. + You can try increase param -t for more delaying. Program exit. 0%|
I think your problem is different from mine. My problem is that even the download percentage stage doesn't come up and it's time out at a stage before that. I hope you find a good solution. I did it, too
I think your problem is different from mine. My problem is that even the download percentage stage doesn't come up and it's time out at a stage before that. I hope you find a good solution. I did it, too
Found the problem, my cookies were expired
window 10 chromedriver 116.0.5845.96 python 3.11.5
I can't figure out what the problem is.