Local server "HttpGet failed" output spam

The bug happens every time I start a player on a local server.

Basically I start a local server to test, then start a local player - after the local player is connected and loaded, it starts to spam the local server’s output as such:

External Media

I have no server scripts using HttpService whatsoever (I made sure), so I’m not sure what’s causing the output spam, but it’s really hard to actually see errors and standard output when the output’s being spammed to death by these httpGet failed messages.

It doesn’t only seem to be me, from what I can tell a friend of mine says it happens to him as well.
It started happening not that long after HttpService was released.

httpGet doesn’t have anything to do with HttpService. It is the protected method DataModel:HttpGet(string url, bool synchronous = false).

They probably messed up some of their internal code.

[quote] httpGet doesn’t have anything to do with HttpService. It is the protected method DataModel:HttpGet(string url, bool synchronous = false).

They probably messed up some of their internal code. [/quote]Yeah, I’m aware. I was just stating that I’m not using HttpService.

I get what you mean though, HttpGet is a method of DataModel. You’re right. So it is something on their side.