How do I fix this error

I was just making my game and this error just came in my output

  12:53:10.821  DiscoverPlaces experienced an error: HttpResponse = {
	parseJsonErrorMessage = "ResponseBody was not parsed to JSON because failed request returned unexpected type.",
	requestErrorMessage = "Http request to https://develop.roblox.com/v2/universes/6106388692/places?limit=50&SortOrder=Asc rejected because pcall returned false with message: table: 0xda72fced0b4dffc3",
	requestOptions = {
		Method = "GET",
		Url = "https://develop.roblox.com/v2/universes/6106388692/places?limit=50&SortOrder=Asc"
	},
	responseBody = {
		ErrorMessage = "HttpError: Timedout",
		HttpError = Enum.HttpError.TimedOut
	},
	responseCode = -1,
	responseTimeMs = 60123.59046936035
}  -  Standalone

what does this mean?

Can you show your code? This is just the output error which is fine but I would also like to see the code

Could you please provide more information so I can help you?

It seems to error because a httpcall timed out or gave not the right response
You could paste the url into a browser to see where the problem is.

This issue has been happening to me recently too- it’s not something with my code or anything. For some reason it extends beyond studio too, I can’t play games without having an authentication error and when I try to use studio I end up with an “HttpError: Timedout” prompt or studio just never loads.

Solutions i’ve tried

  • Restarting my pc
  • Uninstalling / Reinstalling roblox + wiping local roblox folder
  • Resetting my pc

I don’t have any issues with my internet because I’m able to load other websites and play other games outside Roblox just fine.

I’m unsure what is causing this, if anyone could PLEASE leave some sort of solution that would be appreciated

List of errors (w/ images)


Did you enable Httpsrequests?
maybe roblox is down

That’s strange… The only reason I can think of why this is happening is maybe a connection issue?

Didn’t matter if I had that enabled or not. But after a while the issue went away. Weird.