bea831333

Results 6 comments of bea831333

Alternative is to instead catch specific exceptions and nix the generic catch-all, open to doing this instead

Sure. Currently if there are any exception such as HTTP exceptions (404s, 429s, the like), they are caught by the generic try: ... except: ... structure. If there are any...

The cookie was while I was logged in, I got it using the firefox extension and removed the appropriate httponly prefixes. ![image](https://user-images.githubusercontent.com/40332939/156948845-804189fa-da62-4258-96d3-3d340f3f816b.png) Format of my cookies file

![image](https://user-images.githubusercontent.com/40332939/156949403-78f24d4f-9c09-4a3a-85b7-fb985f2a84b2.png) I commented out the 403 handling code in main.py and added some extra delay for the retry. I got the above behaviour. I suspect kemono.party is sending 403 errors...

Perhaps if you inspect the substatus codes https://docs.microsoft.com/en-us/troubleshoot/developer/webapps/iis/www-administration-management/http-status-code Do you get "403.502 - Forbidden: Too many requests from the same client IP; Dynamic IP Restriction Maximum request rate limit reached."...

I'll try to explain it as simple as possible: 1. Open up your developer console on your browser 2. Click on the network tab 3. Type in "sankaku" in the...