This constantly spams my output even tho no requests are made, I tried restarting Studio and restarting my whole machine. When I open the game it starts printing that. When im ingame its telling me that only requests can be made on the server.
I also tried turning HttpService on and off in the game settings, but the HttpsService is essential for my game as it is doing requests on the Spotify API.
If that happens when you are not playing too then it’s probably a plugin that is trying to make requests to some web server you should try to disable all your plugins and see if this happens
According to the first log on the second image, you’re using a LocalScript to send your requests, when a Script only can queue them. This is the same for DataStoreService as well.