Open ranasats opened 11 months ago
Deleted my database (brand new install, so nothing lost) and tried again. This time I added a 'fake' spanish translation which was just the same text again but this time under "spanish".
Same error as above has happened. Not sure how I can go about adding a new exercise... Any tips? I did notice as soon as I hit submit on the new exercise, the button that says "submit exercise" greys out and I get an error on my log:
wger_server | WARNING 2023-12-11 10:47:30,442 log Bad Request: /api/v2/exercise-translation/
And then the usual error that's called above shows up whenever i try to remove the untranslated exercise.
Hi,
Looking through logs I see this message:
I did the following after looking through the docs:
docker exec web python3 manage.py exercises-health-check --delete-untranslated
This throws an error:
So essentially I now have a broken install, I can't do anything (add new workouts, templates, exercises, etc).
How can I remove the new exercise I just added? Also, how do I prevent this in the future, just add a 'fake' translation?
Thanks!