Skip to content
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

Kucoin - Error requesting exchange info #6198

Closed
nikspz opened this issue Apr 3, 2023 · 2 comments
Closed

Kucoin - Error requesting exchange info #6198

nikspz opened this issue Apr 3, 2023 · 2 comments
Assignees

Comments

@nikspz
Copy link
Contributor

nikspz commented Apr 3, 2023

Issue showing on the start of the Client only after changing kucoin API from v1 to v2 on dev-1.15.0 (latest development branch).
Error executing request GET https://openapi-sandbox.kucoin.com/api/v2/symbols. HTTP status is 404

Note: not affecting order placing/refreshing

Steps To Reproduce
Clone and install dev-1.15.0 (latest development branch)
Start the Client
Pay attention to the log pane

Actual:
Log pane showing KucoinExchange - ERROR - There was an error requesting exchange info.

Expected:
no issues on the log pane at Client start

logs_hummingbot.log

2023-04-03 06:56:38,172 - 2772619 - hummingbot.connector.exchange.kucoin.kucoin_exchange.KucoinExchange - ERROR - There was an error requesting exchange info.
Traceback (most recent call last):
  File "/home/ubuntu/development/hummingbot/connector/exchange_py_base.py", line 1092, in _initialize_trading_pair_symbol_map
    exchange_info = await self._make_trading_pairs_request()
  File "/home/ubuntu/development/hummingbot/connector/exchange_py_base.py", line 1105, in _make_trading_pairs_request
    exchange_info = await self._api_get(path_url=self.trading_pairs_request_path)
  File "/home/ubuntu/development/hummingbot/connector/exchange_py_base.py", line 896, in _api_get
    return await self._api_request(*args, **kwargs)
  File "/home/ubuntu/development/hummingbot/connector/exchange_py_base.py", line 938, in _api_request
    request_result = await rest_assistant.execute_request(
  File "/home/ubuntu/development/hummingbot/core/web_assistant/rest_assistant.py", line 75, in execute_request
    raise IOError(f"Error executing request {method.name} {url}. HTTP status is {response.status}. "
OSError: Error executing request GET https://openapi-sandbox.kucoin.com/api/v2/symbols. HTTP status is 404. Error: {"code":"404","msg":"Not Found","retry":false,"success":false}

image

@nikspz nikspz added the bug label Apr 3, 2023
@nikspz nikspz changed the title KucoinExchange - ERROR - There was an error requesting exchange info. Kucoin - Error requesting exchange info, Error executing request GET https://openapi-sandbox.kucoin.com/api/v2/symbols. HTTP status is 404 Apr 3, 2023
@nikspz nikspz changed the title Kucoin - Error requesting exchange info, Error executing request GET https://openapi-sandbox.kucoin.com/api/v2/symbols. HTTP status is 404 Kucoin - Error requesting exchange info Apr 3, 2023
@rapcmia rapcmia added the kucoin label Apr 11, 2023
@cardosofede cardosofede self-assigned this Apr 12, 2023
@cardosofede
Copy link
Contributor

@rapcmia @nikspz @carlitogetaladajr I will take this one

@nikspz nikspz added the P3 label Apr 14, 2023
@rapcmia rapcmia linked a pull request Apr 19, 2023 that will close this issue
2 tasks
@rapcmia rapcmia removed a link to a pull request Apr 19, 2023
2 tasks
@nikspz
Copy link
Contributor Author

nikspz commented Apr 25, 2023

Fixed in #6253

@nikspz nikspz closed this as completed Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Paid
Development

No branches or pull requests

3 participants