-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Worked a couple times, now repeats error #77
Comments
deleting repo and trying again did not work. I feel like something is locked to some wrong mac address forever now, I've restarted both computers a few times now, just not sure how to unstuck this. |
@systemcrash, @LewdNeko: What do you think? |
It's possible Apple are moving away from bitflags. I see this: NTP is absent from the default flags. Yet Mojave sends NTP (macOS often tries this towards video enabled endpoints, also). It's allowed to do so in its device declaration. Audio should still work. Perhaps something with your output device, as chosen by the python interpreter you run. I don't yet understand what these lines are - they might or might not indicate a problem, since I don't remember seeing them (I don't run windows):
|
Just found and tried this project, and I'm getting similar messages when using remote volume controls. Playback otherwise works fine. I'm on Windows 10. These might be unhandled events. This might be causing your issue: #79 @pdisser8 You can test for yourself by changing line 445 of ./ap/connections/audio.py to |
Thanks, I'll give it a shot. If I still run into issues I'll look at putting this in a container instead. |
Circumstantial evidence that PR #79 fixes it. The multiple or conditions need to be grouped restricted for the key length check.
Circumstantial evidence that PR #79 fixes it. The multiple or conditions need to be grouped for the key length check.
The problem
Everything seems to launch fine and then once I actually try to start the stream I keep getting some kind of MAC value error like this
[AudioRealtime]: RTP ChaCha20_Poly1305 decrypt: ValueError('MAC check failed')
Is the best way to try to get it working again blow away the repo or is there some easier fix here that I just dont get?
What commit exhibits the issue?
9b37407
Was there a last known working commit?
9b37407
What type of installation are you running?
virtualenv
With which python3 version do you run Receiver?
3.9.6
OS the receiver runs on
Windows 11
OS the sender runs
Monterey 12.4
Which sender client was used
youtube (from chrome or opera gx same issue)
Command invocation
python ap2-receiver.py -m myap2 -n "{261386AF-A4C2-40D4-9FAB-90956F2AEEFC}"
Please include --debug output which helps to illustrate the problem
stdout.txt
Additional information
No response
The text was updated successfully, but these errors were encountered: