Ticket #691 (closed bug: invalid)

Opened 16 months ago

Last modified 11 months ago

last.fm not send track played

Reported by: Cirdan Owned by:
Priority: minor Milestone:
Component: Webservice Version: 0.5
Keywords: last.fm Cc:

Description

/usr/lib/listen/stock.py:78: DeprecationWarning?: Non-ASCII character '\xc3' in file /usr/lib/listen/const.py on line 117, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

import const

/usr/lib/listen/stock.py:135: GtkWarning?: Theme directory 22X22/actions of theme areo-linux has no size field

try:icons.add(SHUFFLE, gtk.IconSet?(gtk.icon_theme_get_default().load_icon("stock_shuffle",-1,gtk.ICON_LOOKUP_USE_BUILTIN)))

/usr/lib/listen/stock.py:135: GtkWarning?: Theme directory 24X24/stock/generic of theme areo-linux has no size field

try:icons.add(SHUFFLE, gtk.IconSet?(gtk.icon_theme_get_default().load_icon("stock_shuffle",-1,gtk.ICON_LOOKUP_USE_BUILTIN)))

D:WikiBox:open http://en.wikipedia.org/wiki/Special:Search/stream%20of%20passion Exception in thread Thread-6: Traceback (most recent call last):

File "/usr/lib/python2.4/threading.py", line 442, in bootstrap

self.run()

File "/usr/lib/python2.4/threading.py", line 422, in run

self.target(*self.args, **self.kwargs)

File "/usr/lib/listen/widget/webinfo/lastfm.py", line 208, in thread

list_btn.append(self.make_btn_lastfm(itemname?,itemurl?,itemreach_percent?,_("Reach")+" : "+itemreach?,itemimage_small?))

KeyError?: 'image_small'

Change History

Changed 11 months ago by theli

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.