You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't access the most recent recipe I added. When I click on it, it says Unknown Error and the recipe doesn't display. I don't have this issue with any other recipe. I can't even delete that recipe to re-enter it because the recipe won't display the page where the delete button is.
I'm currently running v3.3.2 but the error started on v3.3.1. I upgraded to see if that would fix the issue but it didn't. I have noticed lately that I get logged out of the site much more quickly than previous versions. Not sure if this is related or not.
I ran sudo docker container logs and the following python errors were shown.
ERROR 2025-10-13T20:51:29 - '-'
Traceback (most recent call last):
File "/opt/mealie/lib/python3.12/site-packages/mealie/routes/recipe/recipe_crud_routes.py", line 308, in get_one
recipe = self.service.get_one(slug)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/services/recipe/recipe_service.py", line 160, in get_one
return self._get_recipe(slug_or_id, "slug")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/services/recipe/recipe_service.py", line 62, in _get_recipe
recipe = self.group_recipes.get_one(data, key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/repos/repository_generic.py", line 170, in get_one
return eff_schema.model_validate(result)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/pydantic/main.py", line 705, in model_validate
return cls.__pydantic_validator__.validate_python(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/schema/recipe/recipe_ingredient.py", line 170, in format_display
self.display = self._format_display()
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/schema/recipe/recipe_ingredient.py", line 254, in _format_display
components.append(self._format_quantity_for_display())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/schema/recipe/recipe_ingredient.py", line 210, in _format_quantity_for_display
return display_fraction(qty)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/mealie/lib/python3.12/site-packages/mealie/schema/recipe/recipe_ingredient.py", line 28, in display_fraction
"".join([SUPERSCRIPT[c] for c in str(fraction.numerator)])
~~~~~~~~~~~^^^
KeyError: '-'
INFO 2025-10-13T20:51:29 - [IP address:37468] 500 Internal Server Error "GET /api/recipes/sweet-potato-power-bowl HTTP/1.1"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I can't access the most recent recipe I added. When I click on it, it says Unknown Error and the recipe doesn't display. I don't have this issue with any other recipe. I can't even delete that recipe to re-enter it because the recipe won't display the page where the delete button is.
I'm currently running v3.3.2 but the error started on v3.3.1. I upgraded to see if that would fix the issue but it didn't. I have noticed lately that I get logged out of the site much more quickly than previous versions. Not sure if this is related or not.
I ran sudo docker container logs and the following python errors were shown.
Any help is greatly appreciated.
Thanks,
Brad
Beta Was this translation helpful? Give feedback.
All reactions