Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live tracking page gets confused when flight spans 00:00 GMT #1163

Open
airmalik opened this issue Oct 24, 2018 · 2 comments
Open

Live tracking page gets confused when flight spans 00:00 GMT #1163

airmalik opened this issue Oct 24, 2018 · 2 comments
Labels

Comments

@airmalik
Copy link

When I log a flight that starts before 10am AEST (00:00 GMT) and the flight spans 00:00 GMT, the live tracking page doesn't request the track with the correct last_update value.

Attached example shows 86400 (seconds in day) being subtracted from the actual last_update value before it is used in the request to the server. There's a continuous flip flop between the actual and the subtracted last_update value after that.

The result is that large amount of data is unnecessarily being sent to the client and also the barogram display is corrupted by this.

My user id is 8746 and data is logged using the iOS FlySkyHy app

screenshot1
screenshot4

@Turbo87
Copy link
Member

Turbo87 commented Oct 24, 2018

thanks for reporting!

@Turbo87 Turbo87 added the bug label Oct 24, 2018
@Exadios
Copy link

Exadios commented Jan 14, 2019

This bug also occurs when using the SkyLines 'Live' Web display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants