Cascading of connections

21 views
Skip to first unread message

Alex Sandro

unread,
Jul 26, 2016, 11:27:31 AM7/26/16
to rpyc
Of a process A (Lua), must connect to a process B (python), which in turn 
connects to a process C (python) and returns this connection (C) to the process A.

This works most generates several errors.

Someone understands the reason?

Traceback (most recent call last):
  File "...\rpyc\core\protocol.py", line 305, in _dispatch_request
    res = self._HANDLERS[handler](self, *args)
  File "...\rpyc\core\protocol.py", line 541, in _handle_getattr
    return self._access_attr(oid, name, (), "_rpyc_getattr", "allow_getattr", getattr)
  File "...\rpyc\core\protocol.py", line 507, in _access_attr
    return accessor(obj, name, *args)
AttributeError: 'module' object has no attribute 'exposed_auth'
Exception caught
Traceback (most recent call last):
  File "...\rpyc\core\protocol.py", line 305, in _dispatch_request
    res = self._HANDLERS[handler](self, *args)
  File "...\rpyc\core\protocol.py", line 541, in _handle_getattr
    return self._access_attr(oid, name, (), "_rpyc_getattr", "allow_getattr", getattr)
  File "...\rpyc\core\protocol.py", line 507, in _access_attr
    return accessor(obj, name, *args)
AttributeError: 'module' object has no attribute 'exposed_get_user_model'
Exception caught
Traceback (most recent call last):
  File "...\rpyc\core\protocol.py", line 305, in _dispatch_request
    res = self._HANDLERS[handler](self, *args)
  File "...\rpyc\core\protocol.py", line 541, in _handle_getattr
    return self._access_attr(oid, name, (), "_rpyc_getattr", "allow_getattr", getattr)
  File "...\rpyc\core\protocol.py", line 507, in _access_attr
    return accessor(obj, name, *args)
AttributeError: 'module' object has no attribute 'exposed_get_user_model'
Exception caught
Traceback (most recent call last):
  File "...\rpyc\core\protocol.py", line 305, in _dispatch_request
    res = self._HANDLERS[handler](self, *args)
  File "...\rpyc\core\protocol.py", line 541, in _handle_getattr
    return self._access_attr(oid, name, (), "_rpyc_getattr", "allow_getattr", getattr)
  File "...\rpyc\core\protocol.py", line 507, in _access_attr
    return accessor(obj, name, *args)
AttributeError: type object 'User' has no attribute 'exposed___class__'


Reply all
Reply to author
Forward
0 new messages