Unable to get listings using client.get_item_listings() #68
-
I was testing the library using the code examples that I found in the "examples" folder as well as reading the documentation on https://aiosteampy.somespecial.one/public/ . After combining the two together, I managed to complete the login and some of the methods (like getting histogram) worked fine, however I never managed to run the client.get_item_listings() as it always exited with the following error message:
Am I doing something wrong? Is there a different way the listings should be retrieved? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Firstly, that is a right way to get item listings: listings, count, last_modified = await client.get_item_listings("Dreams & Nightmares Case", App.CS2) Second argument is an Secondly, And finally, third point: please, pay attention, that documentation after enums page is out of date and corresponds to old version. |
Beta Was this translation helpful? Give feedback.
Hi! Firstly, that is a right way to get item listings:
Second argument is an
App
enum, not justint
.Secondly,
Dreams & Nightmares Case
has no listings on market, as it is realised through the order table.And finally, third point: please, pay attention, that documentation after enums page is out of date and corresponds to old version.