You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ' dreampie ' in the command line works just fine, no errors.
Running ' dreampie python3 ' launches the program, but also creates two errors messages:
They appear to have the same content. Sorry if this is a super ambiguous error, or if it's an issue with my installation of Fedora.
Variables:
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, _manage_subp(self=<dreampi...3b1c5390>)
{'self._on_subp_terminated': <bound method DreamPie.on_subp_terminated of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, on_subp_terminated(self=DreamPie(path..."window_main"))
{'self.configure_subp': <bound method DreamPie.configure_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, configure_subp(self=DreamPie(path..."window_main"))
{'reshist_size': 30, 'self.call_subp': <bound method DreamPie.call_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, call_subp(self=DreamPie(path..."window_main"), funcname=u'set_reshist_size', *args=(30,))
{'self.subp.recv_object': <bound method SubprocessHandler.recv_object of <dreampielib.gui.subprocess_handler.SubprocessHandler object at 0x7f9b3b1c5390>>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, recv_object(self=<dreampi...3b1c5390>)
{'self._sock': <socket._socketobject object at 0x7f9b3b1db980>, 'recv_object': <function recv_object at 0x7f9b3b65b938>}
File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, recv_object(sock=<socket....3b1db980>)
{'length_str': '', 'r': [], 'len': , 'sock.recv': <built-in method recv of _socket.socket object at 0x7f9b3b1ef4c8>}
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, in _manage_subp
self._on_subp_terminated()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, in on_subp_terminated
self.configure_subp()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, in configure_subp
self.call_subp(u'set_reshist_size', reshist_size)
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, in call_subp
return self.subp.recv_object()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, in recv_object
return recv_object(self._sock)
File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, in recv_object
r = sock.recv(4 - len(length_str))
error: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
I am running Fedora 25.
4.10.8-200.fc25.x86_64 #1 SMP Fri Mar 31 13:20:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
I downloaded dreampie-python3-1.1.1-12.fc25.noarch from https://fedora.pkgs.org/25/fedora-x86_64/dreampie-python3-1.1.1-12.fc25.noarch.rpm.html.
I installed it using Software Install.
Running ' dreampie ' in the command line works just fine, no errors.
Running ' dreampie python3 ' launches the program, but also creates two errors messages:
They appear to have the same content. Sorry if this is a super ambiguous error, or if it's an issue with my installation of Fedora.
Variables:
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, _manage_subp(self=<dreampi...3b1c5390>)
{'self._on_subp_terminated': <bound method DreamPie.on_subp_terminated of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, on_subp_terminated(self=DreamPie(path..."window_main"))
{'self.configure_subp': <bound method DreamPie.configure_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, configure_subp(self=DreamPie(path..."window_main"))
{'reshist_size': 30, 'self.call_subp': <bound method DreamPie.call_subp of DreamPie(path="/usr/share/dreampie/dreampie.glade", root="window_main")>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, call_subp(self=DreamPie(path..."window_main"), funcname=u'set_reshist_size', *args=(30,))
{'self.subp.recv_object': <bound method SubprocessHandler.recv_object of <dreampielib.gui.subprocess_handler.SubprocessHandler object at 0x7f9b3b1c5390>>}
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, recv_object(self=<dreampi...3b1c5390>)
{'self._sock': <socket._socketobject object at 0x7f9b3b1db980>, 'recv_object': <function recv_object at 0x7f9b3b65b938>}
File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, recv_object(sock=<socket....3b1db980>)
{'length_str': '', 'r': [], 'len': , 'sock.recv': <built-in method recv of _socket.socket object at 0x7f9b3b1ef4c8>}
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 174, in _manage_subp
self._on_subp_terminated()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 668, in on_subp_terminated
self.configure_subp()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 622, in configure_subp
self.call_subp(u'set_reshist_size', reshist_size)
File "/usr/lib/python2.7/site-packages/dreampielib/gui/init.py", line 682, in call_subp
return self.subp.recv_object()
File "/usr/lib/python2.7/site-packages/dreampielib/gui/subprocess_handler.py", line 214, in recv_object
return recv_object(self._sock)
File "/usr/lib/python2.7/site-packages/dreampielib/common/objectstream.py", line 47, in recv_object
r = sock.recv(4 - len(length_str))
error: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered: