offenesdresden / dvbgo

🚡 query Dresden's public transport system for current bus- and tramstop data in go
https://godoc.org/github.com/kiliankoe/dvbgo
MIT License
6 stars 2 forks source link

Albertplatz is missing #8

Open alexander-fischer opened 7 years ago

alexander-fischer commented 7 years ago

Hi Kilian, could you check if you get results for Albertplatz? At the moment I can't, but there might be results as you can see here.

Thanks in advance :)

kiliankoe commented 7 years ago

Hi 👋 I check Albertplatz fairly often via alfred_dvb, but usually just type ALP. Unfortunately I can't check at the moment, but can you see if that works for you? But it should definitely work no matter how you query for it, will definitely try and play around with this tomorrow. Thanks for reporting! 😊

alexander-fischer commented 7 years ago

ALP works for me. Maybe you find a solution for Albertplatz. I think it mixes it up with Oberwartha Albertplatz. If you don't find a solution I can also hack around it ;)

kiliankoe commented 7 years ago

Argh, this seems to be related to #6, which was merged in #7 a few weeks back.

Apparently things are broken when sending and not sending the param ort=Dresden. The only sensible fix at this point will probably be to deprecate usage of the Widgets endpoint and migrate to the WebAPI as other libs have done already, see #3.