OptimalBits / livef1

Live Formula1 Service written in Nodejs
14 stars 4 forks source link

Sector times not decoded? #4

Closed psychemedia closed 10 years ago

psychemedia commented 10 years ago

Looking at the live feed just now, I notice that the sector times appear not to be being decoded? { fastestLapDriver: '6', sessionId: 7337 } { timestamp: 5625, sessionId: 7337 } { sector1: '●', extra: 1, carId: 21, sessionId: 7337 } { sector2: '0', extra: 6, carId: 21, sessionId: 7337 } { sector3: '0', extra: 1, carId: 21, sessionId: 7337 } { sector1: '0', extra: 6, carId: 10, sessionId: 7337 } { sector2: '●', extra: 1, carId: 10, sessionId: 7337 } { timestamp: 5627, sessionId: 7337 }

ie wherever there should presumably be a time, I get a ● ?

manast commented 10 years ago

strange. Usually if the stream is not decoded correctly you get scrambled data all over the place, but just having the sector times undefined is not normal. could also be that they are not streaming correctly. Unfortunately I am at work and cannot take a look at this closely...

psychemedia commented 10 years ago

Seems that F1 folk are locking out the data fans.... http://www.f1fanatic.co.uk/2014/03/23/official-f1-live-timing-app-2014-reviewed/

manast commented 10 years ago

Then there is not so much we can do about it unfortunately...