-
Notifications
You must be signed in to change notification settings - Fork 28
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
429 Client Error: Too Many Requests for url #22
Comments
yes |
same error. Is there a fix? |
negative, either we wait for the api to sort its shit out or someone/the dev figures out another way to read floats and pattern ids |
Until the CSGOFloat api is fixed, what I've done is modified the script to install the CSGOFloat market checker extension and use the data provided by it to query for the float and paint seed. |
Huh my idea actually works haha |
It does, the only caveat is that the only information you can gather is Float & Paint Seed, no way on getting number of stickers or other information. Also had to add a bit of a delay as sometimes the extension takes a couple of seconds to load the float information so it takes more time to go through all the skins. |
Sick, I mean at least it works :] do you plan to share it? |
Indeed! Just making sure I didn't break anything in the process as I had to rewrite a bunch of the original script. |
How does that work does it update here or do you make your own project? |
Planning on creating a fork of this repo as, as you require to have the CSGOFloat Market Checker extension locally, will provide all the details on how to get it. |
Any idea on when you're gonna release it? I can help test if need be. |
I've forked this repo and updated the bot to be able to use the CSGOFloat extension to get skin floats & patterns so the bot can function properly. https://github.com/jcardama/csgo-market-sniper |
@jcardama idk what ive done haha |
Make sure the path is surrounded by single quotes like this: |
@jcardama it seems stops after its finished scanning all the desired skins |
hold up im dumb, its calling for the price in the config, but I still have (number_of_stickers:) so its pulling from the wrong line xD Edit: I tested that theory and I was wrong its still doing it -__- |
No worries, my bad for not mentioning you had to remove that. Still please pull again, I've added a potential fix even if it is incorrect.. |
working fine now thanks |
@jcardama here is a new one for you, works fine after restarting it though. |
I added a VPN and its been working fine for about an hour. |
This issue is when trying to retrieve the sort button. I've made it so that it clicks it sorting floats from lower to highest, making it so that you don't have to go through all the pages to find the skins with the lower floats, making the bot more efficient. I've pushed a fix so if it doesn't find the button on time the bot can still continue. @DqRN In the future please report any issues on the forked repo so we don't clutter this comment section. |
@jcardama i am getting this issue where the buy button cant be found, is that because the skin has already sold or is another issue? |
I'd check that the skin is not already sold, or when you get the error, check the actual listings, see if you can spot if the buy button is present. |
@jcardama yo I just tested the bot with a cheap item, set the listed patterns and it didn't buy anything :< Edit: tested multiple pages, you can see the pattern ids on the browser but no buy is being executed |
I've pushed an update that fixes the Pattern validation, could you verify? I've enabled issues on the forked repo, please report any issues here: https://github.com/jcardama/csgo-market-sniper/issues |
@jcardama its working |
i have a problem while trying to install selenium-wire (i have every other from requirements.txt). could u help me? |
Hi I run the program and then I get hit with a stop due to
Traceback (most recent call last):
File "C:\Users\kitch\Documents\GitHub\csgo-market-sniper\csgo-market-sniper.py", line 31, in
check_whole_page(count, url_info)
File "C:\Users\kitch\Documents\GitHub\csgo-market-sniper\functions.py", line 159, in check_whole_page
item_name, item_float, item_pattern, whole_json = save_json_response(btn)
File "C:\Users\kitch\Documents\GitHub\csgo-market-sniper\functions.py", line 202, in save_json_response
response.raise_for_status()
File "C:\Users\kitch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://api.csgofloat.com/?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M4313927967666358717A29862318717D2315455664352767148
Could this be to the new issues with Steam restricting floatdb to so many inspects?
The text was updated successfully, but these errors were encountered: