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
AttributeError: 'dict' object has no attribute 'shape'
I traced it protocol.py but I do not want to change the library code so that I need to carry that upward in my applications.
Would anyone mind explaining why is this happening on the sore method. All what server returns is dictionary to client callable ....
The text was updated successfully, but these errors were encountered:
2024-03-27 14:57:04,123 - INFO - 3081146 - RPCProxyMixIn.py:137 RPCProxyMixIn:operation - Callback and Symmetry invocation of {'githubSaas': {'CONTRACT': <Args.LightUtil.LightGenObjWrapper object at 0x7f8dd4ed9610>, 'FORMAT': <Args.LightUtil.LightGenObjWrapper object at 0x7f8dd4ed80d0>, 'WAREHOUSE': <Args.LightUtil.LightGenObjWrapper object at 0x7f8dd4ed93d0>, 'task': 'githubSaas'}}:
2024-03-27 14:57:04,124 - INFO - 3080838 - server.py:157 server:accept - accepted ('10.197.136.73', 32792) with fd 23
2024-03-27 14:57:04,125 - INFO - 3080838 - server.py:200 server:_serve_client - welcome ('10.197.136.73', 32792)
2024-03-27 14:57:04,127 - INFO - 3080838 - tRPC.py:115 tRPC:actionIt - RPC Framework called store method engaged
2024-03-27 14:57:04,243 - DEBUG - 3080838 - protocol.py:376 protocol:_dispatch_request - Exception caught
Traceback (most recent call last):
File "/...py-3.11.8/lib/python3.11/site-packages/rpyc/core/protocol.py", line 369, in _dispatch_request
File "/...py-3.11.8/lib/python3.11/site-packages/rpyc/core/protocol.py", line 879, in _handle_getattr
File "/cube/api/py-3.11.8/lib/python3.11/site-packages/rpyc/core/protocol.py", line 807, in _access_attr
AttributeError: 'dict' object has no attribute 'shape'
I traced it protocol.py but I do not want to change the library code so that I need to carry that upward in my applications.
Would anyone mind explaining why is this happening on the sore method. All what server returns is dictionary to client callable ....
The text was updated successfully, but these errors were encountered: