Advanced Sessions Plugin

[quote=“LatFoued, post:2762, topic:30020”]

@Sarethh It possibly could be related to the same issue I am having above, it could be the “MinSlotsAvailable” set to1. Try with 0 and see if it works.
I am still waiting to possibly hear some insight or advice from hopefully I can fix this. As I really want to get only sessions where the player can join.

Yeah, it worked after I changed that to 0 and also set results to 2000. I guess I’ll just get (players - current player) and if there is a free slot show it in the list for now as a replacement for min slots.
Thanks!

[quote=“, post:2763, topic:30020”]

Check in your log and see if the steam subsystem is even correctly binding, also is that filters array you are passing in to find sessions empty?

Also your friends don’t happen to be fairly distant do they? The steam default testing app id is region locked to each clients download region they have set in steam.

Seems like I had the same issue as @LatFoued but, I also checked things you mentioned just in case.
In the logs everything seems fine, though I only checked lines that had steam in them and looked for errors or something similar.
In the filters array there is a GAMENAME key which is set to Sareth for now, but I will get the value from search bar later.
Friends that I tested it with don’t live far from me, but I planned to test it with friends from another country so this prevents future issues.
Thanks!