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
Hi,
I have installed scapy 2.3.3 and was able to run gattclient.py. However, when I typed connect BD_ADDR random in the interactive console, I got the error:
Cannot convert argumetn to integer
The error occurred in scapy/fileds.py when calling s+struct.pack(self.fmt, self.i2m(pkt, val)) function.
Any idea on this?
Thanks : )
The text was updated successfully, but these errors were encountered:
Hi,
I have installed scapy 2.3.3 and was able to run gattclient.py. However, when I typed connect BD_ADDR random in the interactive console, I got the error:
Cannot convert argumetn to integer
The error occurred in scapy/fileds.py when calling s+struct.pack(self.fmt, self.i2m(pkt, val)) function.
Any idea on this?
Thanks : )
The text was updated successfully, but these errors were encountered: