Ticket #133 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

svn r375 doesn't start: NowPlaying instance has no attribute 'defaultlist'

Reported by: sander@… Owned by: daelstorm
Priority: major Milestone:
Component: nicotine Version: SVN (checked out today)
Keywords: Cc:

Description

When starting nicotine the window is created but remains gray. On console:

Traceback (most recent call last):

File "./nicotine", line 156, in <module>

app = frame.MainApp?(config, trayicon)

File "/home/sander/bin/nicotine+/pynicotine/gtkgui/frame.py", line 2198, in init

self.frame = NicotineFrame?(config, trayicon)

File "/home/sander/bin/nicotine+/pynicotine/gtkgui/frame.py", line 448, in init

self.now = nowplaying.NowPlaying?(self)

File "/home/sander/bin/nicotine+/pynicotine/gtkgui/nowplaying.py", line 264, in init

self.NPFormat.child.set_text(str(self.defaultlist[0]))

AttributeError?: NowPlaying? instance has no attribute 'defaultlist'

Using Python 2.5 and Psyco 1.5.2.

Attachments

Change History

Changed 22 months ago by daelstorm

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

fixed

Add/Change #133 (svn r375 doesn't start: NowPlaying instance has no attribute 'defaultlist')

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.