mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
597 stars 141 forks source link

LogOnlineSession: Warning: STEAM: Unable to set search parameter LOBBYSEARCH: Value=true : Equals : -1 #51

Closed OfficialAlienZ closed 2 years ago

OfficialAlienZ commented 2 years ago

I'm currently using the public test ID (Spacewar, App ID 480) with this plugin.

It works fine most of the time (players can join and host a game), but it may suddenly stop working for one player, not letting him join or host any match. It returns this error in the logs: "LogOnlineSession: Warning: STEAM: Unable to set search parameter LOBBYSEARCH: Value=true : Equals : -1". It may then start to work again after some time (could be minutes or hours).

I searched online for this error but I couldn't find any result.

mordentral commented 2 years ago

talked to in discord

sjmduncan commented 1 year ago

talked to in discord

Have the same issue, what was the solution?

OfficialAlienZ commented 9 months ago

talked to in discord

Have the same issue, what was the solution?

Long story short, AdvancedSessionsPlugin is just a wrapper for the Steam Online Subsystem available in Unreal Engine. You can check it out by taking a look at the source code. This kind of error (as many others similar) are caused by Steam itself, and not related to AdvancedSessionsPlugin. On a side note, I've then switched to SteamCore (and published my game), but some random issues still pop up from time to time.