Home › Forum › Support › DIY Geiger counter – "NaN on the map" SOLVED › Reply To: DIY Geiger counter – "NaN on the map" SOLVED
November 5, 2017 at 10:12 pm
#5147
Participant
P.S. May that be because my program reported an incorrect type of tube?
The URL I used was
https://data.uradmonitor.com/api/v1/upload/exp/01/’+str(int(seconds))+’/0B/’+str(CPM)+’/10/0x6 (for SI22G tube).
Should I use
https://data.uradmonitor.com/api/v1/upload/exp/01/’+str(int(seconds))+’/0B/’+str(CPM)+’/10/6 instead?
I have changed that to see if it can make any difference, but in both cases your server returns 200,OK code.