Closed AlexisPelcik closed 1 year ago
During my testing, I attempted to log in to the Steam account that was used in the script and I am unable to inspect skins in-game to. However, when I tried using my main account not problem. It seems that there might be some kind of limitation or restriction.
UPDATE: Without changing nothing now inspectItemInfo
is trigger perfectly so it really about some temporally restrictions to the steam account, If someone has a deeper understanding or more expertise regarding these restrictions.
I'm trying to use the function
inspectItem
, but I'm experiencing some issues. When I pass what I assume to be a valid inspect link, none of the listenersinspectItemInfo
orinspectItemTimedOut
is triggered. However, when I pass an invalid link,inspectItemTimedOut
is triggered after 10 seconds as specified in the documentation.Any help in resolving this issue would be greatly appreciated. Thank you!
This is my code:
in this output i let the script run for approximately 1 minute with a valid link.
in this output i let the script run with an invalid link.