Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors updating the Steam lobby when the party leader left. #15

Open
jmderuty opened this issue Sep 28, 2024 · 2 comments
Open

Errors updating the Steam lobby when the party leader left. #15

jmderuty opened this issue Sep 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jmderuty
Copy link
Member

jmderuty commented Sep 28, 2024

{
  "message": "Steam lobby join failed",
  "data": {
    "content": {
      "location": "scenes/party/party-6708236e-7930-46c5-9f46-c51253959008#0",
      "context": {
        "template": "party",
        "sceneId": "party-6708236e-7930-46c5-9f46-c51253959008",
        "shardId": 0
      },
      "message": "Steam lobby join failed",
      "data": {
        "ErrorId": "steam.joinLobbyFailed(NotAllowed)",
        "ErrorDetails": "steam.joinLobbyFailed(NotAllowed)"
      }
    },
    "app": "/darktales/live-1-0/33e68d95-f3ea-4a81-aae8-645b4a0413aa/27?"
  }
}
{
  "message": "Steam lobby join failed",
  "data": {
    "content": {
      "location": "scenes/party/party-d535eed3-3bd2-4cba-9e33-5a0c2b5fadc0#0",
      "context": {
        "template": "party",
        "sceneId": "party-d535eed3-3bd2-4cba-9e33-5a0c2b5fadc0",
        "shardId": 0
      },
      "message": "Steam lobby join failed",
      "data": {
        "ErrorId": "Steam request lobby data failed (success == false)",
        "ErrorDetails": "Steam request lobby data failed (success == false)"
      }
    },
    "app": "/darktales/live-1-0/33e68d95-f3ea-4a81-aae8-645b4a0413aa/27?"
  }
}
{
  "message": "Steam lobby set joinable failed",
  "data": {
    "content": {
      "location": "scenes/party/party-acfd04ff-2e97-44d6-a2a9-d49ab63a99dd#0",
      "context": {
        "template": "party",
        "sceneId": "party-acfd04ff-2e97-44d6-a2a9-d49ab63a99dd",
        "shardId": 0
      },
      "message": "Steam lobby set joinable failed",
      "data": {
        "ErrorId": "",
        "ErrorDetails": "Steam::SetLobbyJoinable Api call failed : Player doesn't own the lobby"
      }
    },
    "app": "/darktales/live-1-0/33e68d95-f3ea-4a81-aae8-645b4a0413aa/27?"
  }
}
@jmderuty jmderuty added the bug Something isn't working label Sep 28, 2024
@jmderuty jmderuty self-assigned this Sep 28, 2024
@jmderuty
Copy link
Member Author

In these situations, the plugin should try to refresh the owner of the lobby before retrying.

@jmderuty
Copy link
Member Author

jmderuty commented Sep 29, 2024

This log can be generated in a loop and provoque resource exhaustion on the server.

{
    "id": null,
    "deploymentId": null,
    "level": 1,
    "category": "***.SteamPartyEventHandler.SetLobbyJoinableAsync",
    "content": {
      "message": "Steam lobby set joinable failed",
      "data": {
        "content": {
          "location": "scenes/party/party-683ff42a-05a2-4eb4-a43e-cc657df16740#0",
          "context": {
            "template": "party",
            "sceneId": "party-683ff42a-05a2-4eb4-a43e-cc657df16740",
            "shardId": 0
          },
          "message": "Steam lobby set joinable failed",
          "data": {
            "errorId": "",
            "errorDetails": "Steam::SetLobbyJoinable Api call failed : Player doesn't own the lobby"
          }
        },
        "app": "/darktales/live-1-0/33e68d95-f3ea-4a81-aae8-645b4a0413aa/27?"
      }
    },
    "createdOn": "2024-09-29T18:11:01.5260074Z",
    "node": "5w0GiaMkGUuN+QnuOyHTKQ",
    "accountId": null,
    "application": null,
    "message": null,
    "hostId": null,
    "isActiveDeployment": false,
    "tags": []
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant