remuslazar / EVPlugFinderPublic

Public Repository to hold the Issue Tracker for the private EVPlugFinder repo
13 stars 0 forks source link

App crashes while accessing the Station Details (external URL link) #51

Closed remuslazar closed 7 years ago

remuslazar commented 7 years ago

Wenn ich bei dieser Ladestation: [url]http://www.goingelectric.de/stromtankstellen/Oesterreich/Altenmarkt/Laudersbach’s-Landhotel-und-Gasthof-Sinnhub-1/7207/[/url] auf "Standortdetails abrufen" drücke, stürzt die App ab. Passiert komischerweise nur bei der Ladestation.

remuslazar commented 7 years ago

Issue was the URL from the GE REST API, not being property encoded (the Quote char is not allowed on the URL path).

The solution/Workaround was to just encode the string prior to the "URL creation call", see commit msg.