poetaster / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
1 stars 7 forks source link

Backend Switzerland (sbb.ch) doesn't work anymore #6

Closed pherjung closed 1 year ago

pherjung commented 2 years ago

I get error :

Error parsing response from the server: unexpected character

And on terminal:


[D] expression for onParserErrorOccured:211 - Got error
[D] expression for onParserErrorOccured:212 - Error parsing response from the server: unexpected character
[D] expression for onParserErrorOccured:109 - Got error
[D] expression for onParserErrorOccured:110- Error parsing response from the server: unexpected character

As workaround, I use bahn.de as backend.
poetaster commented 2 years ago

It seems most of the backends are KO. I managed to get the 9292 dutch backend working with PR code from smurfy's repo. It still needs a bit of work and then I'll push that.

My plan had been to look at austria first and then switzerland.

pherjung commented 2 years ago

No hurry! Using bahn.de works fine for me.

poetaster commented 2 years ago

The sbb.ch backend is a completely new, rest, api: https://developer.sbb.ch/apis/journey-service/documentation

And so, a complete rewrite.

poetaster commented 1 year ago

timetable.search.ch was merged in some time ago. Swiss backend is active again :)