Up until yesterday, this problem didn’t exist but today when I was connected to a VPN, I couldn’t post either a text or image post. I got this error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

After I disconnected from my VPN, the error went away. What gives?

  • Scrubbles
    link
    fedilink
    English
    411 year ago

    Not an admin of lemmy.world, but have been dealing with a lot of the same crap recently.

    Users have been uploading CSAM material behind VPNs. That sort of material can get any of our lemmy instances taken down and us admins are personally liable.

    So in short, those very few ruined it for everyone else. My instance also now blocks vpns and tor networks.

    • Kickass WomenOP
      link
      251 year ago

      Users have been uploading CSAM material behind VPNs.

      Yikes! I understand now, thanks.

  • @ichimokuclown
    link
    English
    71 year ago

    When connected to my VPN, which I am as much as possible, I can not vote, save posts or comment (presumably I can’t post either) on lemmy.world. I can understand the admins’ motivations given recent troubles, but it isn’t a reasonable, privacy-considerate solution.

  • Dr. Wesker
    link
    fedilink
    English
    0
    edit-2
    1 year ago

    With zero context, that error doesn’t look intentional, let alone targeted at VPN users. I believe it is the result of a malformed JSON payload.

    • @stevestevesteve
      link
      181 year ago

      It’s the result of the webservice returning an html error page instead of a json response.

      • @solrize
        link
        41 year ago

        It would be preferable to return an error response in a json string, if that’s feasible.

        • @stevestevesteve
          link
          21 year ago

          Of course it would but I’m just saying what I’m seeing

        • @TootSweet
          link
          English
          61 year ago

          Lemmy-UI’s error reporting leaves… much to be desired. It’s better than it used to be, but not as good as it could be.