public-transport / transport.rest

Information about the *.transport.rest APIs.

Home Page:https://transport.rest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PaulOxxx1 opened this issue · comments

commented

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
commented

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

commented

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.