Ticket #172 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

D-BUS service fails to access non-ascii nodes

Reported by: Saviq Assigned to: dev
Priority: major Milestone:
Component: Totem Version:
Keywords: dbus Cc:

Description

The d-bus service tries to do a str() on a unicode string that, at least with the mythtv upnp server, isn't always ascii compatible.

Line 116 of dbus_service.py should be

kwargs[str(k)] = unicode(v)

Change History

29.11.2008 17:00:22 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

(In [1017]) * limit the result per each Browse request to 25 items

  • don't let tooltips show up while scrolling and some more optimizations
  • fix for transfering non-ascii chars via dbus, closes #172