Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iamchris48

    (@iamchris48)

    From Steam Support:

    It looks like this was caused by an incorrect generic ban. We have fixed the issue and it looks like your URL is now working

    By generic I guess any fragment of ‘SuperSocializerSteamAuth’ present in the url lol. The issue appears to be fixed on both my website and the plugin demo.

    Thread Starter iamchris48

    (@iamchris48)

    Sorry for the late reply, that appears to have been the issue. Modifying my steam seemed to do the trick.

    Thread Starter iamchris48

    (@iamchris48)

    It means “personaname” field in your Steam profile data is blank which leaves “$temp[‘username’]” empty and plugin checks for other profile fields to be used as username.

    I understand this, but this doesn’t correlate to the result when I try testing the API on my own. Using the same API key and Steam account I tested for the plugin, I receive this response from the API:

    
    {
      "response": {
        "players": [
          {
            "steamid": "76561198071647653",
            "communityvisibilitystate": 3,
            "profilestate": 1,
            "personaname": "✘²",
            "lastlogoff": 1573683971,
            "commentpermission": 1,
            "profileurl": "https://steamcommunity.com/id/xthenew/",
            "avatar": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/b5/b55618de3c0277c55f0d8a1b5969219eaf61101e.jpg",
            "avatarmedium": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/b5/b55618de3c0277c55f0d8a1b5969219eaf61101e_medium.jpg",
            "avatarfull": "https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/b5/b55618de3c0277c55f0d8a1b5969219eaf61101e_full.jpg",
            "personastate": 0,
            "primaryclanid": "103582791455813684",
            "timecreated": 1347759292,
            "personastateflags": 0
          }
        ]
      }
    }
    

    profileurl,avatar,and steamid work for the plugin. Personaname however seemingly returns nothing(Even though the API does return a value for personaname).

Viewing 3 replies - 1 through 3 (of 3 total)