How to fix PA Stats PUT 404 errors in the console

Discussion in 'Mod Support' started by coldboot, May 2, 2015.

  1. coldboot

    coldboot Active Member

    Messages:
    447
    Likes Received:
    112
    Why does PA stats try to do a PUT to http://pastats.com/report when it's a 404?

    I grepped all of my installed mod code, and couldn't find "report" or "pastats.com", so it must be downloading it dynamically.

    @raevn: Have you got any ideas? All of the mods are installed with PAMM. I have both PA Stats and PA Stats Server.
  2. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    That PUT to that URL is used to send data to PA Stats 404 means that something went wrong. Happens sometimes, usually when something during the lobby phase of the game went wrong or you have some very weird other settings (or something else, if I knew the specific cause I would fix it).

    And yes PA Stats loads all code dynamically, the mod you download from pamm makes all scenes in PA load this one js file:
    http://pastats.com/mod/live/pa_stats_loader.js

    Which references more files, that are loaded depending on what scene they are in.
  3. coldboot

    coldboot Active Member

    Messages:
    447
    Likes Received:
    112
    It's happening when I load a single-player sandbox cheat game against the UI, and it happens about every 3 seconds.
  4. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    5 seconds. PA Stats sends a package once every 5 seconds.

Share This Page