FaisalBinAhmed / MVGFahrinfo

Get up-to-date departure times for Munich public transport in your terminal.
https://crates.io/crates/mvgfahrinfo
MIT License
77 stars 4 forks source link

App Stuck after Station select #14

Open michidk opened 9 months ago

michidk commented 9 months ago

App freezes here: image

Seems like the API is down: https://www.mvg.de/api/fib/v2/departure?globalId=de:09162:7

image

FaisalBinAhmed commented 9 months ago

Hi @michidk, thanks for opening the issue, I will try to reproduce this and find a fix.

michidk commented 9 months ago

Seems like the API is back online, but maybe we can show a message like "Error contacting MVG API" instead of freezing.

michidk commented 8 months ago

Btw, you inspired me to implement this as a web app: https://github.com/michidk/mvg-infoscreen

FaisalBinAhmed commented 8 months ago

@michidk man that looks super nice! Similar to the one we have at TUM garching campus. I can't seem to get it to work though.