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
'NoneType' object has no attribute 'peer' ========= Remote Traceback (1) ========= Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/rpyc/core/protocol.py", line 356, in _dispatch_request res = self._HANDLERS[handler](self, *args) File "/usr/local/lib/python3.10/site-packages/rpyc/core/protocol.py", line 837, in _handle_call return obj(*args, **dict(kwargs)) File "/code/rpyc_service.py", line 127, in restart config = XRayConfig(config, self.connection.peer) AttributeError: 'NoneType' object has no attribute 'peer'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
در هنگام اتصال به نود ها ارور زیر و میگیرم :
'NoneType' object has no attribute 'peer' ========= Remote Traceback (1) ========= Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/rpyc/core/protocol.py", line 356, in _dispatch_request res = self._HANDLERS[handler](self, *args) File "/usr/local/lib/python3.10/site-packages/rpyc/core/protocol.py", line 837, in _handle_call return obj(*args, **dict(kwargs)) File "/code/rpyc_service.py", line 127, in restart config = XRayConfig(config, self.connection.peer) AttributeError: 'NoneType' object has no attribute 'peer'
مشکل کجاست ؟
Beta Was this translation helpful? Give feedback.
All reactions