kognise / arpchat

Answering the question nobody asked: what if you wanted to text your friends using only ARP?
Other
2.47k stars 50 forks source link

Error: error getting channel, might be missing permissions #21

Open marek22k opened 1 year ago

marek22k commented 1 year ago

Hello,

I wanted to try out the program, but I noticed that it does not work for me, even though I set the appropriate permissions.

I try to run the program, select the network interface. Then I want to change the name and no matter what I press, it appears the message error getting channel, might be missing permissions.

(Same when running as sudo/root, same for selecting another interface) (Compiled from git, compiled from v1.0.0 results in https://github.com/kognise/arpchat/issues/9)

$ getcap /home/marek/.cargo/bin/arpchat
/home/marek/.cargo/bin/arpchat cap_net_raw=ep
beforeold commented 1 year ago

same here with the v1.0 macos arm release

zombiepigdragon commented 1 year ago

Reproduced on my end. Running Arch Linux, built with cargo 1.74.0-nightly (96fe1c9e1 2023-08-29) from latest master (4772c36).

zombiepigdragon commented 1 year ago

This seems to be a duplicate of #18, and switching to #19 fixed the issue for me.