-
Notifications
You must be signed in to change notification settings - Fork 81
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
Crashing on qt interface #696
Comments
Seems like there's a pending change (libmal: Adding item Scrapped Princess...) and it crashes the Qt version by calling ShowListModel.update() before the show list has been set. Try running trackma (cli version) so the changes will be applied and then see if the Qt version works. |
It worked |
Same issue here
Traceback (most recent call last):
File "/usr/local/bin/trackma", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/trackma/ui/cli.py", line 1065, in main
main_cmd.start()
File "/usr/local/lib/python3.10/dist-packages/trackma/ui/cli.py", line 179, in start
self.engine.start()
File "/usr/local/lib/python3.10/dist-packages/trackma/engine.py", line 249, in start
(self.api_info, self.mediainfo) = self.data_handler.start()
File "/usr/local/lib/python3.10/dist-packages/trackma/data.py", line 178, in start
self.download_data()
File "/usr/local/lib/python3.10/dist-packages/trackma/data.py", line 548, in download_data
self.showlist = self.api.fetch_list()
File "/usr/local/lib/python3.10/dist-packages/trackma/lib/libmal.py", line 286, in fetch_list
'my_status': item['list_status']['status'],
KeyError: 'status' |
#696 (comment) This is a different libmal related issue. You should make a new thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trackma now crashes when i try to start it
I'm using debian testing
The text was updated successfully, but these errors were encountered: