Open Raptor05 opened 6 months ago
Is Swallowbay scraper enabled? There is a known bug with this scraper.
Yeah, it was enabled. I disabled it now and will observe the logs.
Thanks for the hint.
Unfortunately, it's still crashing...
disable "strict_mode" for mariadb.
disable "strict_mode" for mariadb.
Is there an docker env variable for that?
And another short update: I think the issue is not the scapper, its the preview generation process. I deactivated all tasks and activated them one after another, to see at which point it's crashing. And it's crashing, after I activated the preview generation again.
In docker-compose.yml (portainer)
services:
mariadb:
command: --sql-mode=""
container_name: mariadb
Hey,
since a few days my XBVR instance is crashing each 12 hours. I've had a look into the docker logs and found the following:
Do you have any idea whats the issue here?
My XBVR is running in docker on my Synology NAS. Version is 0.4.25 using mariadb
Thanks in advance!