-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: timer_wait not working and db locked errors #27
Comments
Hmm, this is odd as I recently added options to prevent this on SQLite |
For now I reverted to autoscan but if there is anything I can test to help please let me know. |
Yep that should be correct, and the presence of those files show it should be working correctly.. I'll do some testing on my end to see |
Side note, I see you closed my earlier bug report about incorrect discord time stamp as solved. |
@BaukeZwart the timestamp uses local time now, so as long as you set |
I removed that from my compose when it didn't change anything during earlier testing. |
Could you share more logs with log_level set to |
I have set log level to |
Hey @BaukeZwart can you test if #35 i.e. |
pulling it now, I will let you know. |
@dan-online pr-35 seems to work much better. |
Hmm, I've increased the |
That is extremely odd, could you try deleting the folder and then starting autopulse, seems to be some weird permissions issue |
I tried that yesterday, stopped the container, deleted the db file and restarted. |
That is very possibly the reason, I originally tried having the image not be root but that led to some permissions issues so I had to go root in #18 |
As a test I tried manually changing the perm and ownership of the db files and added |
Hmm, quite odd since I don't get these errors with example/docker-compose-sqlite.yml |
I'm using the same docker compose. |
Switched to postgres and it all working fine now. |
I'll tentatively close this but if someone else sees this issue then feel free to comment to reopen this |
Description of the bug
Running with this in my config, but when DL multiple episodes I see every episode is being processed by Plex the moment it's imported in Sonarr.
Also the log is filled with db locked errors. (Using SQLite)
Steps To Reproduce
See above
Additional Information
No response
The text was updated successfully, but these errors were encountered: