The app that was working an hour ago underwent a cosmetic modification. The app reads a QR code from an identification card. And that's the mistake.
export and post your aia
Show your raw response content.
It's probably an error message.
I regenerated the app, tested it, and now it works. I still have many questions. But I appreciate your support. Regards.
Just because it works doesn't mean it's right.
Your web response handling blindly assumes json text.
I recommend checking the first character of the web response content for '{' before trying to do a json decode on it.
A non json response should be announced by notifier or Label.
Your API key might have reached its limit or you fed the API something illegal.
Thanks, but this app has been working for over three years without any issues until I made a change to an image. It worked fine for about two hours, and then the problems started. I checked if the response appears to be JSON, verified the API, and checked that the hosting wasn't down. If the problem persists, I'll let you know. Regards, thanks.
Check your image sizes.
You might have increased memory size requirements by increasing image sizes.
AI2 also spends time dealing with ill fitting images..
(This is not my specialty)
I'll be monitoring the app and following your advice. Best wishes.

