Closed vBubbaa closed 4 years ago
This is project is not SteamKit. That is a different library. Steam will kick you out if you are sending bad data, or spamming. It up to you find what the limits are. You should probably use the library get_product_info()
method as that is implemented correctly.
Thank you for the information. I am currently using the get_product_info() as used in your SimpleWebApi recipe, is there another way you mean I should be using it (that is different from your recipe)?
Thank you very much, I will close this issue. Appreciate the help!
I have a website running Steamkit to monitor Steam (very similar to steamdb.info), and recently I have ran into a bug with Steamkit that I cannot figure out.
I have a few script I use to get this to work, a script that check for steam changes every few seconds and creates a task in a build in basic tasking system I have created. I have a script that processes these changes and uses client get_product_info() to fetch the information. I have recently ran into a problem where Steamkit seemingly randomly disconnects and then reconnects and after the steam client reconnects, the get_product_info() response is returning empty. I'm not entirely sure if this issue is on my end, or steamkits or maybe I configured the steam client incorrectly.
Any help would be appreciated.
Here is my Client I have setup that is almost identical to the recipe client example for WebAPI:
As I said before the client gets disconnected seemingly randomly and then after it reconnects the get_product_info() returns empty for some reason.
If you need additional code, please let me know and I will happily provide them. Thank you.