-
Notifications
You must be signed in to change notification settings - Fork 12
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
All requests give 400 error #18
Comments
Hey, now I have a 403 |
I also found a 403. It seems that the API has like a captcha? Is that possible?
You can see it in the request response. Going to this URL it says something about your browser behavior intrigued us. So it seems that they implemented some kind of protection agains this. |
Well it seems that this issue is not new, same as #20 and is from last year. |
Same here, 403, no activity since long time from td, hope he will come back to his github T_T |
trainline version: 0.1.0
Python version: 3.7
Operating System: macOS
Description
All requests return the same error:
requests.exceptions.ConnectionError: Status code 400 for url https://www.trainline.eu/api/v5_1/search
{"error":{"code":"no_results","message":{}}}
Basically the same issue as last time
The text was updated successfully, but these errors were encountered: