-
Notifications
You must be signed in to change notification settings - Fork 19
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
If tle is missing the actual gatherer thread is crashing #30
Comments
I got this again. Now a bit different traceback:
So here is where this can be caught: The problem is that this gatherer thread stops, but the rest is working. So its not restarted by eg supervisor. I think this is similar to what is commented in #79 Is it possible to have a try catch for IndexError around the This can be problematic if the user does not provide the requested TLE if the exception is just passed. But it will partly solve my problem. I will loose the segment handled, but I think this is better than the gathering for this area is stopping. |
If tle for some reason is missing the actual gatherer thread is crashing like this:
A possible try/excet with restart might avoid this. Or at least restart the tread.
The text was updated successfully, but these errors were encountered: