Hi everyone,
I'm running into a KeyError: 'data' when fetching data from the Jikan API in my Flask app. This used to work fine, and another program using the same API (also written by ChatGPT) is still functioning correctly, so the API itself should be working as expected.
Here is the relevant...
Hi everyone,
I'm facing an issue with my script that's designed to detect user presence in a Roblox game and notify a Discord channel (by using a Discord bot). The problem is that even though my script executes without errors, it doesn't detect users in the game properly. This is my script...