derhuerst / vbb-rest

An HTTP API for Berlin & Brandenburg public transport.
https://v6.vbb.transport.rest/
ISC License
123 stars 14 forks source link

error 500 on previously working radar call #23

Closed mbariola closed 6 years ago

mbariola commented 6 years ago

Hello,

the previously working

https://vbb.transport.rest/radar?north=52.46361877479345&east=13.546850681304933&south=52.45944815947133&west=13.533332347869875

now returns me a 500 server error and when opened in a browser, this

{
"error": true,
"msg": "Cannot read property 'Symbol(Symbol.iterator)' of undefined"
}
derhuerst commented 6 years ago

Looking into it.

derhuerst commented 6 years ago

derhuerst/vbb-hafas@66b57e0 should have fixed this. Still need to deploy though.

derhuerst commented 6 years ago

I deployed the fix. Please confirm that the issue is resolved for you.

derhuerst commented 6 years ago

FYI: The 2.vbb.transport.rest endpoint (docs) is the successor of vbb.transport.rest (docs), which will soon be deprecated. Please migrate to the new endpoint to get new features and to reduce the maintenance effort for me.

derhuerst commented 6 years ago

I've shut the old vbb.transport.rest API off now.