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

Error 503 since at least 8 August 2024 (v6.bvg.transport.rest) #27

Closed
PaulOxxx1 opened this issue Aug 16, 2024 · 3 comments
Closed

Error 503 since at least 8 August 2024 (v6.bvg.transport.rest) #27

PaulOxxx1 opened this issue Aug 16, 2024 · 3 comments
Labels
ops operations

Comments

@PaulOxxx1
Copy link

In the last couple of weeks I was not able to use the v6.bvg.transport.rest API at all, due to error 503 returned from all endpoints. This is probably related to #25 .

@derhuerst If there is any way to support the resolution of this issue, let me know (because I'm assuming it is related to the deployment of the service, not the code per se).

Steps to reproduce:

  • OpenAPI playground does not open:
    Screenshot 2024-08-16 at 10 31 19
  • via curl:
    ▶ curl -X 'GET' 'https://v6.bvg.transport.rest/locations?query=alex' -I  
    HTTP/2 503 
    alt-svc: h3=":443"; ma=2592000
    ratelimit-policy: 60; w=60
    server: Caddy
    content-length: 0
    date: Fri, 16 Aug 2024 08:32:08 GMT
@PaulOxxx1
Copy link
Author

This is a duplicate of derhuerst/bvg-rest#23

@PaulOxxx1
Copy link
Author

I stumbled upon the workaround in derhuerst/bvg-rest#22 , and replaced the URL in my service with https://v6.vbb.transport.rest, which fixes the issue for me.

@derhuerst
Copy link
Member

Closing for now. (It's likely that v6.bvg.transport.rest was actually down, but it's cumbersome to debug retroactively.)

Please re-open if this happens again.

@derhuerst derhuerst added the ops operations label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops operations
Development

No branches or pull requests

2 participants