-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
Hi,
Thanks for this great demo!
However - when I run it (python 3.6 or python 2.7) I get the following problems:
1 - running as is I get no result from the calculation and a console error reporting "Lost remote after 10000ms"
2 - If I instead run the python code in the background (rather than from the electron app) then fire the electron app I see the following errors:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/gevent/greenlet.py", line 536, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/zerorpc/core.py", line 166, in _async_task
bufchan.close()
File "/usr/local/lib/python3.6/site-packages/zerorpc/channel.py", line 202, in close
self._channel.close()
File "/usr/local/lib/python3.6/site-packages/zerorpc/heartbeat.py", line 70, in close
self._channel.close()
File "/usr/local/lib/python3.6/site-packages/zerorpc/channel.py", line 138, in close
del self._multiplexer._active_channels[self._channel_id]
KeyError: '7abdbe44-4e8b-4b0a-879f-000000000000'
Fri Feb 17 12:28:19 2017 <Greenlet at 0x105142178: <bound method ServerBase._async_task of <zerorpc.core.Server object at 0x1045b6f28>>(<zerorpc.events.Event object at 0x104fc6870>)> failed with KeyError
This looks to be something to do with the way strings are being passed around, but any suggestions? Running on OSX
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels