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

Glot Table/Glot results error #1

Open
panch13114 opened this issue Jul 19, 2016 · 2 comments
Open

Glot Table/Glot results error #1

panch13114 opened this issue Jul 19, 2016 · 2 comments

Comments

@panch13114
Copy link

I get the following error when I run glot
Traceback (most recent call last):
File "/home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/glot/connector.py", line 123, in execute_call
result = yield from self.call(self.make_call(suffix), *args)
File "/usr/lib/python3.4/asyncio/futures.py", line 385, in iter
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.4/asyncio/tasks.py", line 288, in _wakeup
value = future.result()
File "/usr/lib/python3.4/asyncio/futures.py", line 274, in result
raise self._exception
autobahn.wamp.exception.ApplicationError: ApplicationError(error=<wamp.error.no_such_procedure>, args=['no callee registered for procedure <com.gosmartsimulation.request_diagnostic>'], kwargs={}, enc_algo=None)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/glot/connector.py", line 87, in onJoin
self.result = yield from self._action(self._actor, **self._kwargs)
File "/home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/EGG-INFO/scripts/glot", line 116, in results
File "/home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/glot/actions.py", line 211, in results
transfer_interface
File "/home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/glot/actions.py", line 330, in diagnostic
if len(files) < 1:
TypeError: object of type 'NoneType' has no len()
2016-07-19T10:44:26 Task exception was never retrieved
future: <Task finished coro=<onJoin() done, defined at /home/pweir/.local/lib/python3.4/site-packages/glot-0.1.6-py3.4.egg/glot/connector.py:81> exception=TypeError("object of type 'NoneType' has no len()",)>

@panch13114
Copy link
Author

Solved it by restarting the server side

@philtweir
Copy link
Member

Hmm. OK - will check it out.

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