openairplay/airplay2-receiver

Windows Network interface not found

Closed this issue · 10 comments

The problem

Why I received this error? I tried all network interface GUID

What commit exhibits the issue?

6c343d3

Was there a last known working commit?

No response

What type of installation are you running?

virtualenv

With which python3 version do you run Receiver?

python 3.11.4

OS the receiver runs on

windows

OS the sender runs

windows 11

Which sender client was used

No response

Command invocation

python ap2-receiver.py -m myap2 -n [GUID]

Please include --debug output which helps to illustrate the problem

No response

Additional information

No response

@systemcrash: What do you think?

Run with the switch to determine which GUID are available.

I have already tried and tried to launch using all available GUID, but it’s not working

Which windows 11 version number?

Hmm, windows works for some. If you'd like to spend some time to investigate why, you can submit a PR if you find the problem. I do not run windows, so will never be able to investigate further.

I have Windows 11 22H2 (build SO 22621.2715)

Try like this with quotes: "{02681AC0-AD52-4E15-9BD6-8C6A08C4F836}"

Try like this with quotes: "{02681AC0-AD52-4E15-9BD6-8C6A08C4F836}"

This is the correct answer, my command line is as follows :python ap2-receiver.py -m myap2 -n "{94B8CFE9-D19C-4AB7-AD02-A66DD00328B7}"

I’ll try as soon as possible, although I think I’ve already tried with this command

this worked for me python ap2-receiver.py -m myap2 -n "{94B8CFE9-D19C-4AB7-AD02-A66DD00328B7}"
Thank you!

this worked for me python ap2-receiver.py -m myap2 -n "{94B8CFE9-D19C-4AB7-AD02-A66DD00328B7}" Thank you!

Welcome :)