-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Gateway - getting price query failed error after restarting gateway connection #164
Comments
cc: @vic-en Upd: Also happened on amm_arb (arbitrum_one) logs_ammarbit.log
after restart: |
Observed that this error would occur too when suddenly gateway connection has been stop and start again.
While this happened, other gateway commands seems to be working ok and able to connect other wallets. However when you try to start a script or strategy for gateway this issue occurs after the prompt |
Facing the same issue. Any updates? |
Currently for workaround: |
I did some testing by running a script and strategy, stopping Gateway, and then re-starting. Initially, I had some issues but after I ran Users using Gateway from source should run |
Investigate this issue by running a set of user scenarios and this had me reproduce the issue on a 3/5 attempts Screen.Recording.2023-07-28.at.2.37.27.PM.mov
logs_amm-uniswap-goerli.log |
Ran tests on different nodeURLs Steps to reproduce:
Screen.Recording.2023-08-01.at.11.43.28.AM.movAnother observation, when the issue occurred we stop/start both gateway and client without restarting and seem to work ✅ Screen.Recording.2023-08-01.at.11.44.25.AM.movWe have also ran test this by disconnecting from the network for both the script and amm-arbitrage and still works as expected. Still Looking for other possible scenarios logs_amm_data_feed_example.log |
Description: Fix gateway connection issue described above |
Reproduced on the latest development |
Heyy @nikspz, I've tried to fix this issue in the above PR. Could you take a look and check if it's eligible for the bounty? |
fix/ issue #164: Race condition in init() of connector classes
@OjusWiZard please fill up & submit the AML Policy Form via this link: https://forms.gle/p3zhnSpkP2eZnj9m9 |
Hey @carlitogetaladajr, I've filled out the form, thanks! |
Thanks for your participation. The bounty has been sent to @OjusWiZard . The fix has been deployed on development branch and hummingbot version 1.21.0. |
Gateway - after restart of the gateway Client failed to get access to the token list for amm_data_feed_example.py script
Steps To Reproduce
Actual:
review that bot Failed to get data from AmmDataFeed
Expected:
Client are able to start the script successfully again after restart of the gateway
Loom Video:
https://www.loom.com/share/c456e9e18ff04e47af9f5153b1393118
logs_amm_data_feed_example.log
logs_gateway_app.log
The text was updated successfully, but these errors were encountered: