media scanner not fault tolerant to themoviedb/thetvdb downtimes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Critical
|
Philippe Normand |
Bug Description
themoviedb API is currently down, this breaks badly the media scanner.
No real steps to reproduce as themoviedb/thetvdb downtimes can occur... any time...
Traceback which hangs the scan:
Traceback (most recent call last):
File "/usr/lib/
return callWithContext
File "/usr/lib/
return context.
File "/usr/lib/
return self.currentCon
File "/usr/lib/
return func(*args,**kw)
--- <exception caught here> ---
File "/usr/lib/
why = source.doRead()
File "/usr/lib/
return self.protocol.
File "/usr/lib/
why = self.lineReceiv
File "/home/
self.
File "/home/
self.code = int(code)
exceptions.
Unhandled error in Deferred:
Traceback (most recent call last):
Failure: exceptions.
Changed in elisa: | |
importance: | Undecided → Critical |
milestone: | none → 1.0.4 |
status: | New → Confirmed |
Changed in elisa: | |
status: | Confirmed → In Progress |
assignee: | nobody → Philippe Normand (philn) |
Changed in elisa: | |
status: | In Progress → Fix Committed |
Changed in elisa: | |
status: | Fix Committed → Fix Released |