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

Application fails opening eBook #49

Open
diegolagoglez opened this issue Apr 26, 2019 · 0 comments
Open

Application fails opening eBook #49

diegolagoglez opened this issue Apr 26, 2019 · 0 comments

Comments

@diegolagoglez
Copy link

The application (version 1.0-g09995b1) fails opening this eBook:

user@box ~ $ easy-ebook-viewer VMware-por-vExperts-libro.epub 

(main.py:28993): GLib-GIO-CRITICAL **: g_application_set_application_id: assertion 'application_id == NULL || g_application_id_is_valid (application_id)' failed
Displaying blank page.
Traceback (most recent call last):
  File "/home/diego/Projects/Ebook-Viewer/src/main.py", line 54, in do_activate
    self.window = MainWindow(file_path=self.file_path)
  File "/home/diego/Projects/Ebook-Viewer/src/main_window.py", line 113, in __init__
    self.load_book_data(sys.argv[1])
  File "/home/diego/Projects/Ebook-Viewer/src/main_window.py", line 327, in load_book_data
    self.__continiue_book_loading(filename)
  File "/home/diego/Projects/Ebook-Viewer/src/main_window.py", line 275, in __continiue_book_loading
    if self.content_provider.prepare_book(filename):
  File "/home/diego/Projects/Ebook-Viewer/src/workers/content_provider.py", line 123, in prepare_book
    self.__load_titles_and_files()
  File "/home/diego/Projects/Ebook-Viewer/src/workers/content_provider.py", line 208, in __load_titles_and_files
    if os.access(ncx_file_path, os.R_OK):  # Checks if NCX is accessible
TypeError: access: can't specify None for path argument
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

1 participant