steamcom icon indicating copy to clipboard operation
steamcom copied to clipboard

Python implementation of the Steam Community API

Results 2 steamcom issues
Sort by recently updated
recently updated
newest added

Greetings! I have an error: the session crashes after about 2-3 days. I have to re-authorize. I use Pickle module for saving.

File "F:\BUFF\Buy_Bot\test.py", line 31, in main market = steam_client.market.create_buy_order(app_id='730', market_hash_name=market_hash_name, price_single_item=buy_price, quantity=buy_quantity) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\BUFF\Buy_Bot\venv\Lib\site-packages\steamcom\utils.py", line 21, in func_wrapper return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\BUFF\Buy_Bot\venv\Lib\site-packages\steamcom\market.py", line 126, in create_buy_order...

bug