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
File "/usr/local/lib/python3.6/dist-packages/ryu/ofproto/ofproto_v1_3_parser.py", line 1770, in _put
msg_pack_into(self.pack_str, buf, offset, value)
File "/usr/local/lib/python3.6/dist-packages/ryu/lib/pack_utils.py", line 25, in msg_pack_into
struct.pack_into(fmt, buf, offset, *args)
struct.error: required argument is not an integer
The text was updated successfully, but these errors were encountered:
when i run this -> datapath.send_msg(mod)
File "/usr/local/lib/python3.6/dist-packages/ryu/ofproto/ofproto_v1_3_parser.py", line 1770, in _put
msg_pack_into(self.pack_str, buf, offset, value)
File "/usr/local/lib/python3.6/dist-packages/ryu/lib/pack_utils.py", line 25, in msg_pack_into
struct.pack_into(fmt, buf, offset, *args)
struct.error: required argument is not an integer
The text was updated successfully, but these errors were encountered: