Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exfalso is broken when updating to 3.2 #1448

Closed
lazka opened this issue Mar 15, 2015 · 3 comments
Closed

exfalso is broken when updating to 3.2 #1448

lazka opened this issue Mar 15, 2015 · 3 comments
Labels

Comments

@lazka
Copy link
Member

lazka commented Mar 15, 2015

Original issue 1448 created by reiter.christoph on 2014-08-15T18:43:43.000Z:

oops.. :/ new release tomorrow

Traceback (most recent call last):
File "/usr/bin/exfalso", line 67, in <module>
main()
File "/usr/bin/exfalso", line 44, in main
app.player = quodlibet.init_backend("nullbe", app.librarian)
File "/usr/lib/python2.7/dist-packages/quodlibet/init.py", line 379, in init_backend
backend = quodlibet.player.init(backend)
File "/usr/lib/python2.7/dist-packages/quodlibet/player/init.py", line 47, in init
backend = import(modulename, {}, {}, "quodlibet.player")
File "/usr/lib/python2.7/dist-packages/quodlibet/player/nullbe.py", line 9, in <module>
from quodlibet.qltk.songlist import PlaylistModel
File "/usr/lib/python2.7/dist-packages/quodlibet/qltk/songlist.py", line 130, in <module>
@config.register_upgrade_function
File "/usr/lib/python2.7/dist-packages/quodlibet/util/config.py", line 86, in register_upgrade_function
self._do_upgrade(function)
File "/usr/lib/python2.7/dist-packages/quodlibet/util/config.py", line 55, in _do_upgrade
func(self, old_version, new_version)
File "/usr/lib/python2.7/dist-packages/quodlibet/qltk/songlist.py", line 138, in _migrate_rating_column
set_columns(columns)
NameError: global name 'set_columns' is not defined

@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #1 originally posted by reiter.christoph on 2014-08-15T19:44:08.000Z:

This issue was closed by revision 4a1b3ee.

@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #2 originally posted by reiter.christoph on 2014-08-16T16:32:32.000Z:

This issue was closed by revision 5165a93.

@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #3 originally posted by reiter.christoph on 2014-08-16T17:09:58.000Z:

Workaround: Start and quit quodlibet once. After that exfalso should work again.

@lazka lazka closed this as completed Mar 15, 2015
lazka added a commit that referenced this issue Apr 8, 2015
In case of EF the config migration gets called on import, which I didn't test...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant