nille02

Results 15 comments of nille02

Jep, loops like its a problem with the xdg-desktop-portal. I got this in the journal each time. ``` Oct 23 20:07:19 steamdeck systemd[1064]: Started app-flatpak-com.steamgriddb.SGDBoop-8519.scope. Oct 23 20:07:20 steamdeck xdg-desktop-portal[8473]:...

How about a delay in the jobs. For example to set a interval for each job with each urlwatch run we exclude all jobs that didn't med the timeframe. interval:...

But it would lessen the requests because you can dispense it over some time. I have a similar Website that blocks request after X requests per second. My Workaround currently...

How about a additional option. i would make a copy from list_urls in command.py and instead of print just run one job and use sleep() after each job. Its a...

@cjohnsonuk you can try a automatchfilter from the hooks (CustomRegexMatchUrlFilter) and add a sleep in the filter. with this there are Max 10 requests at the same time. ```python import...

Same issue. As a work around you has to disable libavif in the config file.

I have the same question. and what is your issue with stealth mode? i tryd it and it has the same function as the ninja set that increase your stealth.

You could install playwright stealth and edit the jobs.py (its on the bottom of that file). it just need the import `from playwright_stealth import stealth_sync` and after `page = browser.new_page(user_agent=self.useragent)`...

I have a similar Problem. It could be a rate limit from google. I did try try to increase the timeouts and reduce the threads to 1