False HttpError: ConnectFail - Spamming my output

Hello!

I have a problem with:
image

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.
image

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.

As always thank you in advance :slight_smile:

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.

Try changing your LocalScript to a Script.

ill try this thank you! I will reply once it worked or didnt work.

Hence me saying I am not making any requests not from a localscript nor a server sided script. It was indeed a Plugin trying to access a Localhost!