openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.12k stars 131 forks source link

Windows Network interface not found #88

Closed giulio333 closed 7 months ago

giulio333 commented 9 months ago

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

Neustradamus commented 7 months ago

@systemcrash: What do you think?

systemcrash commented 7 months ago

Run with the switch to determine which GUID are available.

giulio333 commented 7 months ago

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

systemcrash commented 7 months ago

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.

giulio333 commented 7 months ago

I have Windows 11 22H2 (build SO 22621.2715)

djsomi commented 7 months ago

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

Aliceljm1 commented 7 months ago

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}"

giulio333 commented 7 months ago

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

giulio333 commented 7 months ago

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

djsomi commented 7 months ago

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

Welcome :)