OptimalBits / livef1

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

Weird sector info #2

Open psychemedia opened 10 years ago

psychemedia commented 10 years ago

If I run the test:

LIVEF1_USER='me@example.com' LIVEF1_PASSWD='easypasswd' node test/test_live.js

I get the following symbol, ●, appearing as values for the sector:

{ sector1: '●', extra: 6, carId: 22, sessionId: 7335 }
{ sector2: '●', extra: 6, carId: 22, sessionId: 7335 }
{ sector3: '●', extra: 1, carId: 22, sessionId: 7335 }

Seems a bit odd to me? What should it be?

manast commented 10 years ago

no idea, but that is the data that is being returned by the livef1 server. Maybe since we are between sessions the live data can be a bit strange... (it is 14 days left to next GP)

psychemedia commented 10 years ago

Ah - ok - so test_live.js is a feed from the actual live timing server... hadn't appreciated that (my mistake, assumed it was from a cached/dummy file - oops!) - thanks.