[quote=“BulleTime, post:2419, topic:30020”]
So ive been looking in this thread for some time, but cant manage to get any result from the Find Sessions Advanced node. It always returns 0. Anyway, in my log i do notice some results.
I should just find all servers for the SpaceWars game with api id 480 right?
Im on unreal 4.24.2
[2020.02.24-15.23.40:433] 38]LogOnlineSession: STEAM: Found 49 lobbies, finalizing the search
[2020.02.24-15.23.40:433] 38]LogOnlineSession: STEAM: Search result 0: LobbyId=Lobby[0x18600000BA99EE1], LobbyId.IsValid()=true, CSteamID(LobbyId).IsLobby()=true
[2020.02.24-15.23.40:433] 38]LogOnlineSession: Warning: STEAM: Unknown or unsupported data type from Steam key data cname 109775241112819276
[2020.02.24-15.23.40:433] 38]LogOnlineSession: Warning: STEAM: Failed to parse setting from key cname value 109775241112819276
[2020.02.24-15.23.40:434] 38]LogOnlineSession: Warning: STEAM: Unknown or unsupported data type from Steam key data platform WIN
[2020.02.24-15.23.40:434] 38]LogOnlineSession: Warning: STEAM: Failed to parse setting from key platform value WIN
[2020.02.24-15.23.40:434] 38]LogOnlineSession: Warning: STEAM: Unknown or unsupported data type from Steam key data type 04109775241112819276
[2020.02.24-15.23.40:434] 38]LogOnlineSession: Warning: STEAM: Failed to parse setting from key type value 04109775241112819276
[2020.02.24-15.23.40:434] 38]LogOnlineSession: Warning: STEAM: Unable to parse search result for lobby ‘Lobby[0x18600000BA99EE1]’
[2020.02.24-15.23.40:434] 38]LogOnlineSession: STEAM: Search result 1: LobbyId=Lobby[0x18600000BA9869E], LobbyId.IsValid()=true, CSteamID(LobbyId).IsLobby()=true
[2020.02.24-15.23.40:435] 38]LogOnlineSession: Warning: STEAM: Unable to parse search result for lobby ‘Lobby[0x18600000BA9869E]’
The log is pretty much filled with all kind of warning like above (around 100).
Anyone could help?
Those log messages ARE the other space wars applications, they are being filtered out due to conflicting build IDs (by default the engine filters build IDs that aren't the same). You would need to enter a filter value (any) that would be unique to you in order for those to not be returned and then thrown away.