Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_my_market_listings miss 10 items in sell_listings #401

Open
Heroslfb opened this issue Aug 9, 2024 · 4 comments
Open

get_my_market_listings miss 10 items in sell_listings #401

Heroslfb opened this issue Aug 9, 2024 · 4 comments

Comments

@Heroslfb
Copy link
Contributor

Heroslfb commented Aug 9, 2024

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
Copy link
Contributor Author

Heroslfb commented Aug 11, 2024

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
Copy link

XXMAN99 commented Aug 15, 2024

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

@Heroslfb
Copy link
Contributor Author

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

@Heroslfb
Copy link
Contributor Author

most likely found the solution.

you need to change get_market_listings_from_html in utils.py.

translate lines 173, 175 and 180 into you steam account language. most of my accounts are in Russian and this fix work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants