ndahlquist / stable-horde-flutter

An Android+iOS app for the Stable Horde
https://stablehorde.net
GNU General Public License v3.0
53 stars 20 forks source link

Exception: Failed to download image: 404 "The specified key does not exist." #85

Open sentry-io[bot] opened 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: STABLE-HORDE-MOBILE-T

_Exception: Exception: Failed to download image: 404 <?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>
  File "tasks_bloc.dart", line 277, in _TasksBloc._downloadImageFromUrl
  File "tasks_bloc.dart", line 203, in _TasksBloc._retrieveTaskResult
  File "tasks_bloc.dart", line 251, in _TasksBloc._waitOnTask
ndahlquist commented 1 year ago

Not sure why this would happen. Possibly similar STR as #82 ?

ndahlquist commented 1 year ago

This is happening reproducibly for me at the moment. I've added notes here: https://discord.com/channels/781145214752129095/1075407672830083092/1075952968458846348

ndahlquist commented 1 year ago

Related worker issue: https://github.com/db0/AI-Horde-Worker/issues/51.

db0 commented 1 year ago

Can you tell me if this keeps happening now and if so, can you check if this keeps happening when shared = false?