LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

JavaScript SyntaxError - imageWatchdog.js #143

Closed PaulusElektrus closed 3 years ago

PaulusElektrus commented 3 years ago

Hello,

from one day to another I am getting attached error.

Update und Reinstall didn`t fix the problem.

Do you have an idea?

Javascript Error

Thank you!

LukeSkywalker92 commented 3 years ago

Hey,

it looks like your images.json file is damaged. To check if this is the case you could rename your images.json into images.json.bak and see if the problem is fixed. If yes, you need to find what is wrong with your images.json file. To do that you can copy the content to a json linter...If you found the problem you can repair the images.json.bak and rename it again to images.json.

PaulusElektrus commented 3 years ago

Thank you!