music-assistant: 2.5.0 -> 2.5.2#405770
Merged
mweinelt merged 4 commits intoNixOS:masterfrom May 12, 2025
Merged
Conversation
Member
Author
|
The nixos test fails on aarch64-linux. Traceback (most recent call last):
File "/nix/store/8dzxyl9f33i5kfn56akd54jkizr4rpdl-python3.12-aiorun-2025.1.1/lib/python3.12/site-packages/aiorun/__init__.py", line 223, in new_coro
await coro
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/lib/python3.12/site-packages/music_assistant/__main__.py", line 214, in start_mass
await mass.start()
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/lib/python3.12/site-packages/music_assistant/mass.py", line 138, in start
self.aiozc = AsyncZeroconf(ip_version=IPVersion.V4Only, interfaces=InterfaceChoice.Default)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/8xcqa1507mb9r3ccww42ni6zwiy49a86-python3.12-zeroconf-0.147.0/lib/python3.12/site-packages/zeroconf/asyncio.py", line 171, in __init__
self.zeroconf = zc or Zeroconf(
^^^^^^^^^
File "/nix/store/8xcqa1507mb9r3ccww42ni6zwiy49a86-python3.12-zeroconf-0.147.0/lib/python3.12/site-packages/zeroconf/_core.py", line 181, in __init__
listen_socket, respond_sockets = create_sockets(interfaces, unicast, ip_version, apple_p2p=apple_p2p)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/8xcqa1507mb9r3ccww42ni6zwiy49a86-python3.12-zeroconf-0.147.0/lib/python3.12/site-packages/zeroconf/_utils/net.py", line 459, in create_sockets
add_multicast_member(cast(socket.socket, listen_socket), interface)
File "/nix/store/8xcqa1507mb9r3ccww42ni6zwiy49a86-python3.12-zeroconf-0.147.0/lib/python3.12/site-packages/zeroconf/_utils/net.py", line 350, in add_multicast_member
listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value)
OSError: [Errno 19] No such device
2025-05-10 03:20:32.665 INFO (MainThread) [aiorun] Entering shutdown phase.
2025-05-10 03:20:32.665 INFO (MainThread) [aiorun] Executing provided shutdown_callback.
2025-05-10 03:20:32.665 INFO (MainThread) [root] shutdown requested!
2025-05-10 03:20:32.666 INFO (MainThread) [music_assistant] Stop called, cleaning up...
2025-05-10 03:20:32.666 INFO (MainThread) [aiorun] Waiting for executor shutdown.
2025-05-10 03:20:32.666 INFO (MainThread) [aiorun] Shutting down async generators
2025-05-10 03:20:32.666 INFO (MainThread) [aiorun] Closing the loop.
2025-05-10 03:20:32.667 INFO (MainThread) [aiorun] Leaving. Bye!
2025-05-10 03:20:32.667 INFO (MainThread) [aiorun] Reraising unhandled exception
2025-05-10 03:20:32.667 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/bin/.mass-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/lib/python3.12/site-packages/music_assistant/__main__.py", line 220, in main
run(
File "/nix/store/8dzxyl9f33i5kfn56akd54jkizr4rpdl-python3.12-aiorun-2025.1.1/lib/python3.12/site-packages/aiorun/__init__.py", line 374, in run
raise pending_exception_to_raise
File "/nix/store/8dzxyl9f33i5kfn56akd54jkizr4rpdl-python3.12-aiorun-2025.1.1/lib/python3.12/site-packages/aiorun/__init__.py", line 276, in run
shutdown_callback(loop)
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/lib/python3.12/site-packages/music_assistant/__main__.py", line 205, in on_shutdown
loop.run_until_complete(mass.stop())
File "/nix/store/gbml27jdc722w5srjw6mw28v08wi0xbf-python3-3.12.10/lib/python3.12/asyncio/base_events.py", line 691, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/nix/store/wzfvpa7yk0iv8hr1nqysdzx7y4pwbwhp-music-assistant-2.5.2/lib/python3.12/site-packages/music_assistant/mass.py", line 205, in stop
await self.streams.close()
^^^^^^^^^^^^
AttributeError: 'MusicAssistant' object has no attribute 'streams' |
This is required because the server fails to start when it cannot find a route to send out mDNS packets.
b589072 to
8ea079b
Compare
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/music-assistant/server/releases/tag/2.5.1
https://github.com/music-assistant/server/releases/tag/2.5.2
https://github.com/pkkid/python-plexapi/releases/tag/4.17.0
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.