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

Error: can not open file in Mieru #58

Closed
stardiviner opened this issue Sep 25, 2012 · 2 comments
Closed

Error: can not open file in Mieru #58

stardiviner opened this issue Sep 25, 2012 · 2 comments
Assignees

Comments

@stardiviner
Copy link

When I use 'open file' in Mieru, but Mieru does not show anything. I found it can not open the image file.
So I run Mieru in command line. $ mieru
It shows error:

Error calling slot "openManga"
Trackback (most recent call last):
    File "/opt/mieru/gui/qml_gui.py", line 387, in openManga
        self.mieru.openManga(path, checkHistory=history)
    File "mieru.py", line 249, in openManga
        mangaStat = self.getMangaStateFromHistory(path)
    File "mieru.py", line 333, in getMangaStateFromHistory
        entry = histroy.get(path, None)
AttributeError: 'list' object has no attribute 'get'

@ghost ghost assigned M4rtinK Sep 25, 2012
@M4rtinK
Copy link
Owner

M4rtinK commented Sep 25, 2012

Thanks for reporting this ! :)

Should be fixed by (this commit)[https://github.com/M4rtinK/mieru/commit/4b78525cee77d85b1c1f5fa1338b04d41ff2fb81# ]Looks like I've used list instead of a dictionary as default for history storage by mistake.

I've already released updated packages for Fremantle, Apps 4 MeeGo (testing) and Ovi (will take some time to get through QA). So please test and report back if the update really fixes the issue on your device - I'll let the issue open in the meantime. :)

@stardiviner
Copy link
Author

fixed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants