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

passtimes endpoint occasionally return n-1 passes instead of n passes #3

Open
cat-haines opened this issue Mar 5, 2014 · 2 comments

Comments

@cat-haines
Copy link

This seems to reliably happen when the ISS is currently passing overhead of the location your are checking, but I have seen a handful of other times (can't reliably reproduce other than the 'currently above' situation)

@combs
Copy link

combs commented Apr 26, 2015

Love this project--thank you for providing this service.

I'm seeing this bug too. Example:

{
message: "success",
request: {
altitude: 60,
datetime: 1430072043,
latitude: 38.939626,
longitude: -76.990228,
passes: 3
},
response: [
{
duration: 580,
risetime: 1430083221
},
{
duration: 624,
risetime: 1430089001
}
]
}

@r-jordan
Copy link

Hi all, thank you for your time in this project.

I've seen that this bug happens when the ISS is above in the sky but the API continues returning n-1 passes after the ISS has passed. But it doesn't happen at all the occasions that the ISS is above us.

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

No branches or pull requests

3 participants