SiSiska
SiSiska
Простите. Мой программист язык очень плохой. =) Спустя несколько часов тестов я понял что я пока что еще глуп что бы делать такие предложения, но проблема все же имеется оригинале....
> Did you try to raise “count” argument which is 5000 now? No, the maximum value is count=5000. This is a steam request limit. I wanted to get an inventory...
https://steamcommunity.com/id/officialstmbot
Я написал свой парсер инвентаря. в котором проверяется "more_items". Также сделал примитивную защиту от ошибки 429. Но топик не закрываю, так как считаю это недоработкой. Еще steampy требует обязательной авторизации...
The login works, I just checked it and I get the response is_session_alive(). maybe there is an error somewhere in the .maFile or it is invalid
I had one of the keys in uppercase in my .mafile and I caught the error. For a long time I couldn’t understand why, but it turned out to be...
https://github.com/bukson/steampy/issues/343 did you make changes to the code from this issue?
``` from steampy.client import SteamClient # from steampy.models import GameOptions, Asset from steampy import guard # import Save_and_Load import pickle import glob import os import json class Login: api =...
If you can solve the problem with make_offer, please let me know.
https://github.com/bukson/steampy/issues/343