Error writing JSON!! (Main JSON file save was skipped)
#3260
Replies: 5 comments 7 replies
-
we need logs.. please provide the first 200 lines of startup, and a few lines around where it throws exception this is defintely something in your setup, what about |
Beta Was this translation helpful? Give feedback.
-
There is nothing in my setup. It's the factory setting. I do use Below is exactly what I did:
Below is the log. Search
|
Beta Was this translation helpful? Give feedback.
-
2025-06-12 00:02:52.077 | ERROR | changedetectionio.store:sync_to_json:418 - Error writing JSON!! (Main JSON file save was skipped) : [WinError 32] The process cannot access the file because it is being used by another process: 'datastore/url-watches.json.tmp' -> 'datastore/url-watches.json' so hmmmm |
Beta Was this translation helpful? Give feedback.
-
I'm having the exact same issue. For some reason, the JSON is not saving after the update to version 50.3. Nothing initiates the second instance. This problem is fixed and everything functions properly when you go back to the earlier version. |
Beta Was this translation helpful? Give feedback.
-
Maybe this will help #3265 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Whenever the program tries to save
url-watches.json
, it will fail and throw out an error message.url-watches.json
will not be saved; instead,url-watches.json.tmp
is created.Sample LOG:
Version
0.50.3
How did you install?
pip install changedetection.io
To Reproduce
Steps to reproduce the behavior:
Expected behavior
url-watches.json
should be updated.Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions