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
Importing the proxy from cpppo.server.enip.get_attribute import proxy
I get the error:
code() argument 13 must be str, not int
File "/workspace/app/main.py", line 46, in <module>
from cpppo.server.enip.get_attribute import proxy
TypeError: code() argument 13 must be str, not int```