kizniche / ttn-tracker

Download GPS data transmitted to The Things Network for live display on a map
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
62 stars 17 forks source link

no points on v3 #16

Open g-philipp opened 2 years ago

g-philipp commented 2 years ago

no points on v3

The issue is that ttn-track is getting data from the ttn v3 api but not displaying any point on the map

Log of the container says: ttps://eu1.cloud.thethings.network/api/v3/as/applications/SOMETHING/devices/SOMETHING/packages/storage/uplink_message?last=11s

If i manually do the request with same url and token via postman, i get valid data, i think that ttn-tracker isnt processing the data in the right way

bockwurst7513 commented 2 years ago

look here: https://github.com/kizniche/ttn-tracker/issues/13#issuecomment-898843721

kizniche commented 2 years ago

I believe it's the header that's the issue. I'll take a look at it.