Zim

ValueError: No such object: <RemoteObject: zim.gui.GtkInterface(file:///home/wes/Dropbox/Zim_Notebooks/Main)>

Bug #1492813 reported by El Samuels
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zim
New
Undecided
Unassigned

Bug Description

I"m not a "power user," so not sure either how to report bugs or tell if this is a new one. This may be the same as bug ​
#1275629, but I can't tell, sorry.

Anyway, Zim is failing to open.

I recently updated machine (apt-get update), so this may be related or not.

I'm running Zim ​0.60-1 under Ubuntu 14.04.

When trying to open Zim from a terminal, it returns:

==============================

> zim
INFO: Trashing of files not supported, could not import 'gio'
INFO: No file monitor support - changes will go undetected
INFO: Trashing of files not supported, could not import 'gio'
INFO: No file monitor support - changes will go undetected
Traceback (most recent call last):
  File "/usr/bin/zim", line 74, in <module>
    zim.main(argv)
  File "/usr/lib/python2.7/dist-packages/zim/__init__.py", line 446, in main
    gui.present(page, **optsdict)
  File "/usr/lib/python2.7/dist-packages/zim/ipc.py", line 756, in call
    raise re
ValueError: No such object: <RemoteObject: zim.gui.GtkInterface(file:///home/wes/Dropbox/Zim_Notebooks/Main)>

==============================

Debugging returns:

==============================

> zim -D
INFO: Trashing of files not supported, could not import 'gio'
INFO: No file monitor support - changes will go undetected
INFO: This is zim 0.60
DEBUG: Python version is sys.version_info(major=2, minor=7, micro=6, releaselevel='final', serial=0)
DEBUG: Platform is posix
DEBUG: Zim revision is:
  branch: pyzim-trunk
  revision: 672 <email address hidden>
  date: 2013-04-30 19:27:20 +0200
DEBUG: Not running from a source dir
DEBUG: Set XDG_DATA_HOME to /home/wes/.local/share
DEBUG: Set XDG_DATA_DIRS to [<Dir: /usr/share/ubuntu>, <Dir: /usr/share/gnome>, <Dir: /usr/local/share>, <Dir: /usr/share>]
DEBUG: Set XDG_CONFIG_HOME to /home/wes/.config
DEBUG: Set XDG_CONFIG_DIRS to [<Dir: /etc/xdg/xdg-ubuntu>, <Dir: /usr/share/upstart/xdg>, <Dir: /etc/xdg>]
DEBUG: Set XDG_CACHE_HOME to /home/wes/.cache
DEBUG: Running command: gui
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/Main/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/Attack_of_the_Really_Big_Space_Monster/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/Notes-From_Waggle_to_Warlock/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/TheCave/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/Mental_Midden/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/Genealogy/notebook.zim
DEBUG: Loading config from: /home/wes/Dropbox/Zim_Notebooks/WikiNotes/notebook.zim
DEBUG: Wrote /home/wes/.config/zim/notebooks.list
INFO: Opening default notebook
DEBUG: Remote call from 1939: <RemoteMethodCall: 1939: zim.ipc.Server(None).ping((), {})>
DEBUG: Remote call returned to 1939: ('ACK', 28134)
DEBUG: Remote call from 1939: <RemoteMethodCall: 1939: zim.ipc.Server(None).has_object((<RemoteObject: zim.gui.GtkInterface(file:///home/wes/Dropbox/Zim_Notebooks/Main)>,), {})>
Traceback (most recent call last):
  File "/usr/bin/zim", line 74, in <module>
    zim.main(argv)
  File "/usr/lib/python2.7/dist-packages/zim/__init__.py", line 445, in main
    gui = server.get_notebook(notebook)
  File "/usr/lib/python2.7/dist-packages/zim/ipc.py", line 805, in get_notebook
    return self.get_proxy(RemoteObject(self._notebookklass, uri), open)
  File "/usr/lib/python2.7/dist-packages/zim/ipc.py", line 785, in get_proxy
    if not self.has_object(remoteobject):
  File "/usr/lib/python2.7/dist-packages/zim/ipc.py", line 750, in call
    conn = Client(SERVER_ADDRESS, SERVER_ADDRESS_FAMILY)
  File "/usr/lib/python2.7/multiprocessing/connection.py", line 169, in Client
    c = SocketClient(address)
  File "/usr/lib/python2.7/multiprocessing/connection.py", line 304, in SocketClient
    s.connect(address)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 2] No such file or directory

==============================

With guidance on how to do so, I can happily provide any additional information you'd like on this.

Thanks!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.