Jump to content
McKay Development

k1ne

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by k1ne

  1. On 1/25/2021 at 10:20 AM, Dr. McKay said:

    You're probably not checking whether your client is still connected to Steam. In that case, whenever Steam goes down (or you otherwise lose connection), your web session will expire, triggering sessionExpired, which will make your code call webLogOn, which will fail with the given error because your client is no longer connected.

    You should check whether client.steamID is not null to make sure you're still connected.

    hi, i got client.steamID is null. What can i do to relogin?

    call client.logOn(logOnOptions), Is it?

×
×
  • Create New...