Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Report notification throws exception #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Linux (Arch)
* Remuco version: 0.9.2
* Client device: Nokia N95
* Player: mpd

What steps will reproduce the problem?
1. start remuco-mpd
2. try to connect with the mobile phone

What is the expected behavior? What happens instead?

The client hangs on connecting. The console output of 'remuco-mpd' shows:

TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/remuco/net.py", line 230, in 
__io_recv
    report.log_device(device)
  File "/usr/lib/python2.6/site-packages/remuco/report.py", line 61, in 
log_device
    "Please run the tool <b>remuco-report</b> !")
  File "/usr/lib/python2.6/site-packages/remuco/report.py", line 88, in 
__user_notification
    if not "body-markup" in caps:

I just edited net.py and commented line 230 out to get it working.

Original issue reported on code.google.com by f.ungl...@gmail.com on 15 Dec 2009 at 1:08

GoogleCodeExporter commented 9 years ago
Forgot to mention: I tried WiFi and bluetooth.

Commenting out line 230 in net.py allows a connection with both types now.

Original comment by f.ungl...@gmail.com on 15 Dec 2009 at 1:10

GoogleCodeExporter commented 9 years ago
Should be fixed by revision 7bf88e0b72.

Just to know .. how do you start remuco-mpd, at boot time or manually?

Original comment by obensonne@googlemail.com on 16 Dec 2009 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 16 Dec 2009 at 8:44

GoogleCodeExporter commented 9 years ago
I started it manually.

Original comment by f.ungl...@gmail.com on 16 Dec 2009 at 9:32

GoogleCodeExporter commented 9 years ago
Should be fixed, if not, feel free to add new comments.

Original comment by obensonne@googlemail.com on 21 Dec 2009 at 12:44