-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error in One_Sgp4.ParserTLE.parseTle function #24
Comments
I'm facing the same "Data contained parse error(s)." exception today too for the ISS. No change in my code since a while. This was working great until now. I'm also getting the TLE for the ISS from celestrak.com: ISS (ZARYA) System.IO.InvalidDataException This exception was originally thrown at this call stack: Inner Exception 1: |
An Exeption is being triggered here since the first line of the TLE-Data does not match the expected format. I will expand the Parser to handle 00000+0 inputs in the first TLE line. I will close this issue as soon as a new version is pushed. |
New Release version 1.0.13 has been publisched to NuGet and Github. |
Describe the bug
I was using your library for a long time and it was working like a charm. Today I encounter an error in this function in my program, while I haven't change anything
To Reproduce
This raise an exception :
Version:
Additional context
I have downloaded the tle data from here:
https://celestrak.com/NORAD/elements/weather.txt
the issue can also be reproduce with following data:
METEOR-M 2
1 40069U 14037A 20316.66959948 -.00000019 00000+0 10591-4 0 9992
2 40069 98.4874 348.5318 0005172 204.5397 155.5535 14.20677290329111
The text was updated successfully, but these errors were encountered: