I’ve been getting a lot of these messages lately:

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

So I decided to look at the network requests in the browser console. After all, what JSON data was it trying and failing to parse?

Well, turns out that it was pretty much always:

Timeout occurred while waiting for a slot to become available

I don’t do a lot of backend work, but I suspect that the lack of slots might be referring to the server running out of resources to process all of the ongoing user activity concurrently. Could we be running into scaling issues?

  • @burgersc12
    link
    English
    10
    edit-2
    5 months ago

    deleted by creator

    • @imaqtpieMA
      link
      English
      14
      edit-2
      1 year ago

      Not in the sense of the other servers that were overtaken by botswarms. But there have been a handful of bots recently.

    • @Barbarian
      link
      English
      101 year ago

      It’s hard to get a bot onto this instance, but not impossible. Once they’re on here, they can spam out nonsense as fast as the server can take it (hence the rate-limiting solution).