StationID changed to integer?
-
- Posts: 4
- Joined: Mon Sep 21, 2020 9:26 pm
Re: StationID changed to integer?
Everything seems to work for me now. Thanks!
-
- Posts: 4
- Joined: Tue Sep 22, 2020 7:19 am
Re: StationID changed to integer?
Linking to guide2go issue with temporary work-around https://github.com/mar-mei/guide2go/issues/13
Re: StationID changed to integer?
The updated code was correct, but there was another instance which was servicing the queue which had the old code still on it, so it was non-deterministic whether a schedule would get the updated instance or the old code instance.purplebottle wrote: ↑Tue Sep 22, 2020 1:05 pmThanks for looking into this matter. Of the 47 stations I pull in there are still 17 stations appearing as ints.
Code: Select all
"stationID": 24294 "stationID": 69974 <snip> "stationID": 87812 "stationID": 99651
All queue servicers have been terminated and re-launched with the new code. My spot check shows no schedules with integers.
-
- Posts: 4
- Joined: Tue Sep 22, 2020 7:19 am
Re: StationID changed to integer?
Working for me now, great work guys 
