[linux] LIRC plugin tracebacks if lircd not running
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Low
|
Philippe Normand |
Bug Description
Mostly a code issue. It'd be nice to implement the connectionFailed of our LIRC Twisted protocol. Relevant traceback:
Traceback (most recent call last):
File "/usr/lib/
self.__run()
File "/usr/lib/
return real_cb(real_s, condition)
File "/usr/lib/
self.simulate() # fire Twisted timers
File "/usr/lib/
self.
--- <exception caught here> ---
File "/usr/lib/
call.
File "/usr/lib/
self.
File "/usr/lib/
self.
exceptions.
Steps to reproduce:
1. Be sure to have no lircd process running on the machine
2. Start Elisa
Expected result: the LIRC plugin fails to load and doesn't raise an AttributeError
Current result: the LIRC plugin fails to load and raises an AttributeError as show above.
Changed in elisa: | |
importance: | Undecided → Low |
milestone: | none → 0.5.x |
status: | New → Confirmed |
Changed in elisa: | |
assignee: | nobody → Philippe Normand (philn) |
milestone: | 0.5.x → 1.0.7 |
status: | Confirmed → In Progress |
Changed in elisa: | |
status: | In Progress → Fix Committed |
Changed in elisa: | |
status: | Fix Committed → Fix Released |