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
Error: "
Traceback (most recent call last):
File "wids.py", line 4467, in
AnalyseCaptured()
File "wids.py", line 3697, in AnalyseCaptured
ReturnResult=GetMACDetail(FrMAC,ToMAC,AType,"")
File "wids.py", line 2878, in GetMACDetail
Privacy=GetEncryptType(FMAC)
UnboundLocalError: local variable 'FMAC' referenced before assignment
"
I dont know why, but, in every event the program throws me an error, and ends.
So, i edit Privacy=GetEncryptType(FMAC) and put this Privacy=GetEncryptType(FrMAC)
i thought it was a typing error..
Hope this could help, now its working, but maybe with wrong variable.
Dont know.
Regards.-
The text was updated successfully, but these errors were encountered:
Error: "
Traceback (most recent call last):
File "wids.py", line 4467, in
AnalyseCaptured()
File "wids.py", line 3697, in AnalyseCaptured
ReturnResult=GetMACDetail(FrMAC,ToMAC,AType,"")
File "wids.py", line 2878, in GetMACDetail
Privacy=GetEncryptType(FMAC)
UnboundLocalError: local variable 'FMAC' referenced before assignment
"
I dont know why, but, in every event the program throws me an error, and ends.
So, i edit Privacy=GetEncryptType(FMAC) and put this Privacy=GetEncryptType(FrMAC)
i thought it was a typing error..
Hope this could help, now its working, but maybe with wrong variable.
Dont know.
Regards.-
The text was updated successfully, but these errors were encountered: