You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use get_my_market_listings to get sell_listings, json always have 10 less items than actually listed on steam market. when only 10 items listed, sell_listings is empty.
seems like problem was in line 83 in market.py. it should have 0 instead of n_showing in url. for now checked only when I have less than 100 listings. not working for 10 and less listings
when I use get_my_market_listings to get sell_listings, json always have 10 less items than actually listed on steam market. when only 10 items listed, sell_listings is empty.
https://steamcommunity.com/market/mylistings?count=100 return correct total_count parameter
The text was updated successfully, but these errors were encountered: