flathub / org.gnome.Recipes

https://flathub.org/apps/details/org.gnome.Recipes
3 stars 6 forks source link

IndexError: list index out of range #20

Open sentry-io[bot] opened 7 hours ago

sentry-io[bot] commented 7 hours ago

Sentry Issue: BACKEND-KT

WouldBlock: 
  File "anyio/streams/memory.py", line 98, in receive
    return self.receive_nowait()
  File "anyio/streams/memory.py", line 93, in receive_nowait
    raise WouldBlock

EndOfStream: 
  File "starlette/middleware/base.py", line 157, in call_next
    message = await recv_stream.receive()
  File "anyio/streams/memory.py", line 118, in receive
    raise EndOfStream

IndexError: list index out of range
(26 additional frame(s) were not displayed)
...
  File "app/app.py", line 171, in get_appstream
    return get_translation(translation, value)
  File "app/app.py", line 142, in get_translation
    value["screenshots"][number]["caption"] = translation[key]
razzeee commented 7 hours ago

Whoops, sorry