View Single Post
Posts: 38 | Thanked: 23 times | Joined on Jun 2008 @ Philadelphia, PA
#278
Another set of errors that I've gotten recently during a skipping-type bug.

Code:
Traceback (most recent call last):
  File "/opt/pyRadio/libpiano/AbstractBackend.py", line 192, in __update_position
    pos, total = self._get_position()
  File "/opt/pyRadio/libpiano/OSSOBackend.py", line 190, in _get_position
    return (pos / 1000.0, total / 1000.0)
TypeError: unsupported operand type(s) for /: 'tuple' and 'float'
 

The Following User Says Thank You to parejkoj For This Useful Post: