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, In my cp1521 I have same error, but with 0x98. It is because there is no 0x98 char in cp1251.
In oui.py I tried to change line 23 with open(to_file, 'wb') as oui_file:
to with open(to_file, 'wb',encoding='utf-8') as oui_file:
but it doesn't help me too.
So I just commented line 20 in oui.py #uri = 'http://standards-oui.ieee.org/oui/oui.txt'
but still have a problem.
Next step I found by Processmonitor a file oui.txt downloaded to my c:\windows\system32\oui.txt, converted it to ANSI by notepad++, and now I dont see this error =)
I had another problem - I am a windows user, and can't use tshark, so I can't run this program and test if my "solution" is a real solution of this problem =) I will test it later with some linux. Sorry if it is a wrong answer - I am a newbie in Python =)
that is the error i'm getting. I installed it using pip and that's it. Is there anything else required?
The text was updated successfully, but these errors were encountered: