re-open: Gate IO ccxt pro connection issue
See original GitHub issueMUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue
Make sure your local version of CCXT is up to date. Check by comparing the output of ccxt.version
to https://github.com/ccxt/ccxt/blob/master/package.json#L3
- OS: Windows
- Programming Language version: Python 3.10
- CCXT version: Latest
Hi - just reopening the issue. my aiohttp is the latest version. But I am wondering if it is a compatibility issue with Python 3.10? I am recently trying to start trading on gateio, but I can’t seem to get off the first step, no matter what call I make, either public or private, I get similar error thrown:
gate_exchange = ccxtpro.gateio()
markets = gate_exchange.load_markets()
exception thrown: gateio GET https://api.gateio.ws/api/v4/spot/currencies
Request: GET https://api.gateio.ws/api/v4/spot/currencies None None
raise ClientConnectorSSLError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host api.gateio.ws:443 ssl:default [[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)]
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Customer Support & Help Center | Gate.io
Have a question or troubleshooting an issue? Our customer service agents are at your service. We are available 24/7 via live chat, email...
Read more >ccxt 使用笔记1- 单币种跨交易所搬砖练习 - 链滴
You can call the unified fetchTrades / fetch_trades method to get the list of most recent trades for a particular symbol. gate.fetch_trades('BTC/USDT').
Read more >april, 1903 - IAPSOP.com
am following out your instructions as near as I can so as to become a decent man. A little over five months ago...
Read more >Awesome Stars - Source for https://arbal.github.io
Generates reusable source code that is easy to understand. Introduces indent/dedent anchors, lazy quantifiers, functions for lex/syntax error reporting, and ...
Read more >THE CONSTITUTION AND FINANCE OF ENGLISH ... - CORE
Trade began to revive in 1604 after the peace, when markets, closed ... causes of these promotions are connected with the French war-(a)...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
found the issue. apparently an issue with my IP address.
thanks
Hey - I had to use VPN. so now I just use VPN when accessing gate.