-
Notifications
You must be signed in to change notification settings - Fork 103
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
Code 400 on all Request #26
Comments
I have the same issue |
I had the same case, but now it work again. P.S. Examples from https://finnhub.io/docs/api with request work well all time when this library return the error. |
finnhub-python/finnhub/client.py Line 34 in 2c38c0c
This line adds an additional forward slash to the URL (e.g., using ipo calendar it returns 'https://finnhub.io/api/v1//calendar/ipo'). At the time while I was getting 400 error, I tested both URLs with an additional forward slash and without. Using double forward slash returned 400 in request while using single slash worked (that's probably why API urls in docs worked when this library returned errors). Weird thing is that both URLs work now. |
Hello,
I am experiencing 400 in all endpoint, but using standard request.get(), i am able to fetch data.
Anyone experiencing the same thing?
The text was updated successfully, but these errors were encountered: