You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to Avalanche network, getting error token not supported
2025-01-27 16:33:22,184 - 371007 - hummingbot.core.gateway.gateway_status_monitor - INFO - Gateway Service is ONLINE.
2025-01-27 16:33:39,315 - 371007 - hummingbot.core.gateway.gateway_http_client - WARNING - Call to https://localhost:15888/ethereum/balances failed. See logs for more details.
2025-01-27 16:33:39,315 - 371007 - hummingbot.core.utils.async_utils - ERROR - Unhandled error in background task: Error on POST https://localhost:15888/ethereum/balances Error: {'message': 'Token not supported: ', 'httpErrorCode': 500, 'errorCode': 1006, 'stack': 'Error: Token not supported: \n at EVMController.balances (/home/rapcomia/github/hummingbot/gateway/380/dist/src/chains/ethereum/evm.controllers.js:235:19)\n at async Object.<anonymous> (/home/rapcomia/github/hummingbot/gateway/380/dist/src/chains/ethereum/ethereum.routes.js:43:16)'}
Traceback (most recent call last):
File "/home/rapcomia/github/hummingbot/hummingbot/7367/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper
return await c
File "/home/rapcomia/github/hummingbot/hummingbot/7367/hummingbot/client/command/gateway_command.py", line 373, in _gateway_connect
balances: Dict[str, Any] = await self._get_gateway_instance().get_balances(
File "/home/rapcomia/github/hummingbot/hummingbot/7367/hummingbot/core/gateway/gateway_http_client.py", line 305, in get_balances
return await self.api_request(
File "/home/rapcomia/github/hummingbot/hummingbot/7367/hummingbot/core/gateway/gateway_http_client.py", line 234, in api_request
raise e
File "/home/rapcomia/github/hummingbot/hummingbot/7367/hummingbot/core/gateway/gateway_http_client.py", line 222, in api_request
raise ValueError(f"Error on {method.upper()} {url} Error: {parsed_response}")
ValueError: Error on POST https://localhost:15888/ethereum/balances Error: {'message': 'Token not supported: ', 'httpErrorCode': 500, 'errorCode': 1006, 'stack': 'Error: Token not supported: \n at EVMController.balances (/home/rapcomia/github/hummingbot/gateway/380/dist/src/chains/ethereum/evm.controllers.js:235:19)\n at async Object.<anonymous> (/home/rapcomia/github/hummingbot/gateway/380/dist/src/chains/ethereum/ethereum.routes.js:43:16)'}
Describe the bug
When connecting to Avalanche network, getting error
token not supported
Steps to reproduce
gateway connect uniswap
and selectavalanche
networkRelease version
dev-2.3.0
Type of installation
Source
Attach required files
na
The text was updated successfully, but these errors were encountered: