You are not logged in.

#1 2021-10-18 19:14:08

MrVioleur
Member
Registered: 2021-10-18
Posts: 3

TypeError with airdrop-ng

Recently i have been experiencing this odd issue using Airdrop. It was working fine but now it randomly decided to through at me this error whenever i use it

Traceback (most recent call last):
  File "/usr/bin/airdrop-ng", line 1004, in <module>
    tx = PyLorcon2.Context(options.card)
TypeError: argument 1 must be str, not None

also idk if this matters but it only happened after I watched this tutorial

Last edited by MrVioleur (2021-10-18 19:14:48)

Offline

#2 2021-10-18 19:46:57

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: TypeError with airdrop-ng

What command and options did you use to produce the output you posted?

Offline

#3 2021-10-18 20:54:46

MrVioleur
Member
Registered: 2021-10-18
Posts: 3

Re: TypeError with airdrop-ng

I simply typed

sudo airdrop-ng wlp0s20u5s 

wlp0s20u5s being the name of my wifi adapter.

Last edited by MrVioleur (2021-10-18 21:07:07)

Offline

#4 2021-10-18 20:56:29

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: TypeError with airdrop-ng

What if you use instead

sudo airdrop-ng -i wlp0s20u5s

Offline

Board footer

Powered by FluxBB