bukson / steampy

A Steam trading library for python 3
MIT License
575 stars 157 forks source link

get_my_market_listings miss 10 items in sell_listings #401

Open Heroslfb opened 3 months ago

Heroslfb commented 3 months ago

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

Heroslfb commented 3 months ago

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

XXMAN99 commented 3 months ago

Hi, I met the same issue. Did you solve it?

Heroslfb commented 3 months ago

Hi, I met the same issue. Did you solve it?

no. still cannot get 10 and less listings. may be steam changed something because sih has the same problem