-
Notifications
You must be signed in to change notification settings - Fork 18
Freeze after fetch #8
Comments
Can you reproduce this with asset in testnet? |
What is your config? |
Is there any messages from SDK? when you set |
{"network": "mainnet", "log_opensea": "true", "fetch_timeout": "7000", "cache_timeout": "14000", "clear_cache_threshold": "1", "alchemy_key": "", "mnemonic": "", "wallet_address": "", "user_agent": "", "opensea_key": "", "skip_if_order_created": "true", "price_auto": "true", "price_floor": 0.01, "price_roof": 0.011, "price_epsilon": 0.00033, "cookie": "", "log_fetch": "true", "expiration": "1", "delay": "0", "log_full": "true"} Here's my config file Did you try to make an offer on 0xc6ec80029cd2aa4b0021ceb11248c07b25d2de34/137 asset? Does it work for you? |
I tried to test it on testnet but says my API key is invalid on testnet |
I reproduced this bug with this asset: Looks like fetch works fine, but somewhere after the fetch SDK freezes... I don't have a timeout for such case, that's why timeout options don't apply. Fetch timeout works only for fetch itself, and process timeout works for making a bid, not for |
You don't need an API key on testnet. Or you can use default one: |
Is this a bug from the new opensea update? |
I think so. Haven't seen this before.
Yes. |
Nice. Let us know if you intend in adding this feature. |
I will make an update shortly. But I just discovered some new errors on some assets. So looks like SDK version 2.0 isn't quite ready yet. |
Yea it's weird because on a collection for example I managed to send 10k out of 10k offers |
There might be a bug or something in the fetch request or fetch cookie functions
It doesn't happen to all assets only to some
The bot freezes on certain assets without returning any error. And the cache_timeout and fetch_timeout doesn't seem to apply.
I've tried this on multiple devices with results.
Here's an asset that it fails to fetch: https://opensea.io/assets/0xc6ec80029cd2aa4b0021ceb11248c07b25d2de34/137
Here's an image of the process: https://i.imgur.com/Adb4ZCv.png
Any ideas?
The text was updated successfully, but these errors were encountered: