Investigate Crash on Router restart #17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
Since the DSL provider seemed to lose power and no requests were possible, it seems like the resulting timeouts were the source of the crash.
Feel free to investigate further
Proposed solution:
Implement error-handling if the responses time out
assigned to @Neshura
Issue is unrelated to Router restarts, also occasionally occurs without them. Cause is an expected field on the HTTP Request that is not present.
Fix should be easy (check HTTP Status code before parsing) but I'm lazy.
mentioned in commit
2287e8da9d
Issue seems to be fixed, closing for now.