PokeRoadie
PokeRoadie copied to clipboard
Can not handle gpx files
Using version 2016.8.23.2, 2016.8.24.1 Both can not handle gpx files. Errors looks like: [12:15:42] Unhandled data in GPX file, attempting to skip. [12:15:42] Unhandled data in GPX file, attempting to skip. [12:15:42] Unhandled data in GPX file, attempting to skip.
Sample of gpx files that created in 2 different methods can be download from here: https://www.mediafire.com/?07jkh9sd30w2frl
Hi, I use a gpx file with version 2016.8.31.1 and it works fine, but switch off IncludeHotPokestops this can run your bot in loops ... I think your problem is the format of the gpx files!
It should looks like:
?xml version="1.0" encoding="UTF-8" standalone="no" ?><gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MEDIA-TOURS" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"> <trk> <name>Test</name> <trkseg> <trkpt lat="54.09513458488257" lon="13.878554105758667"></trkpt> <trkpt lat="54.09514402262782" lon="13.878656029701233"></trkpt> </trkseg></trk> </gpx>
Have fun ...
Hi,
I think we have another issue with this function. Is there any change between version 2016.8.31 and 2016.8.24? I think my bot is not running at the seaside any more. The bot needs all the time streets now?