-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
BITSTAMP - SSL error - ClientResponseError: 404, message='Not Found' #152
Comments
it seems that it is a Python problem. I am using python 3.7.3 |
The bug report seems to indicate you should upgrade to 3.7.4, but not sure if that will actually fix it or not |
Not working with 3.7.4, still got 404
|
I can sub with 'BTC-USD' pair, but the 'ETH-USD', 'XRP-USD', 'LTC-USD'... pairs got 404 error. |
nothing i can do about this - it works for me, its likely an issue with your certs, isp, etc. Cryptofeed doesnt do any SSL handling directly, its all done via the 3rd party libraries it uses |
cryptofeed/cryptofeed/exchange/bitstamp.py Line 139 in 8c6aa44
The URL https://www.bitstamp.net/api/order_book is fine, but I can't get a response from https://www.bitstamp.net/api/order_book/ltcusd or https://www.bitstamp.net/api/order_book/ethusd, etc. I think this where the problem is.
|
cryptofeed/cryptofeed/exchange/bitstamp.py Line 139 in 8c6aa44
The URL 'https://www.bitstamp.net/api/order_book/{sym}' should be 'https://www.bitstamp.net/api/v2/order_book/{sym}' for the alts pair, the URL https://www.bitstamp.net/api/v2/order_book/ltcusd work as expected. I will create a pull request to fix this. |
merged |
with the latest code of the cryptostore and cryptofeed
This error happens after I git pull the latest code and relaunch the cryptostore program
The text was updated successfully, but these errors were encountered: