• @leraje
    link
    English
    31 year ago

    Might it have something to so with the weight of traffic? Apparently the server is getting hammered with new sign-ups today (cut off for Reddit’s free api access).

    • @RookiOPA
      link
      English
      11 year ago

      But earlier today everything worked ( a bit slower but worked at least ). There the login worked 100% of the time just crashed or lagged sometimes back. Now if i try to login it crashes and says

      • @eekrano
        link
        English
        11 year ago

        Catch the error and dump the response body to see what you’re getting. Might just be the server is overloaded and not responding with the expected JSON. The full body should give you more clues

        • @RookiOPA
          link
          English
          11 year ago

          But as others cant login (reliable) too. I thin they have a general login issue

        • @RookiOPA
          link
          English
          11 year ago

          Yeah ok i have to find out what he calls and how because i use like said a library.

      • @leraje
        link
        English
        11 year ago

        Right, but if the server is timing out, it might not have time to form a valid json object which could result in that error.