schildbach / public-transport-enabler

Unleash public transport data in your Java project.
https://groups.google.com/forum/#!forum/public-transport-enabler-discuss
GNU General Public License v3.0
388 stars 133 forks source link

BVG: java.io.IOException: got response: 307 Temporary Redirect: https://bvg-apps.hafas.de/bin/mgate.exe #391

Closed besendorf closed 3 years ago

besendorf commented 3 years ago

Query

Error

java.io.IOException: got response: 307 Temporary Redirect: https://bvg-apps.hafas.de/bin/mgate.exe
de.schildbach.pte.util.HttpClient.getInputStream(HttpClient.java:293)
de.schildbach.pte.util.HttpClient.get(HttpClient.java:205)
de.schildbach.pte.AbstractHafasClientInterfaceProvider.jsonTripSearch(AbstractHafasClientInterfaceProvider.java:583)

Additional information

Using transportr 2.1.2. happenes since ca 2 weeks

derhuerst commented 3 years ago

The new endpoint is https://bvg.hafas.cloud/bin/mgate.exe.

schildbach commented 3 years ago

Duplicate of #386