Spotifyd/spotifyd

Spotifyd registers twice in spotify connect

lukasmichel opened this issue · 1 comments

Description
When building and running spotifyd from master, it registers twice to spotify connect.
I run it from command line without any arguments except no-daemon
One registration is under the name Librespot, the second one with the default name, spotifyd@....
When first starting spotifyd, only the Librespot registration shows up on spotify connect. Only after selecting it, the spotifyd@... connection shows up. However, the Librespot is not able to connect, it tries to until interrupted. Selecting the now avaibale spotifyd@... connection works as expected.

Spotifyd behaves as expected when using the latest release v0.3.4.

To Reproduce

  1. Build spotifyd from master
  2. Run it from command line without daemon and otherwise default arguments
  3. In spotify connect, observe that a connection Librespot is available
  4. Select this connection. Observe that spotify is not able to connect to it, but a second connection, spotifyd@... shows up.
  5. Select the second connection and observe that spotify is able to connect and play music

Expected behavior
Only the second connection is registered in spotify connect and directly available to select as spotify connect client.

Logs
Timestamps added using ts from moreutils as ./target/release/spotifyd --no-daemon --verbose | ts '[%Y-%m-%d %H:%M:%S]'.
Selection of Librespot connection happens after timestamp [2023-03-27 14:46:13].
Selection of spotifyd@... happens after timestamp [2023-03-27 14:46:40]

Click to show logs
[2023-03-27 14:45:24] No config file specified. Running with default values
[2023-03-27 14:45:24] CliConfig { config_path: None, no_daemon: true, verbose: true, pid: None, shared_config: SharedConfigValues { username: None, username_cmd: None, password: None, password_cmd: None, use_keyring: false, use_mpris: None, dbus_type: None, on_song_change_hook: None, cache_path: None, no-audio-cache: false, backend: None, volume_controller: None, device: None, control: None, mixer: None, device_name: None, bitrate: None, audio_format: None, initial_volume: None, volume_normalisation: false, normalisation_pregain: None, zeroconf_port: None, proxy: None, device_type: None, autoplay: false, max_cache_size: None } }
[2023-03-27 14:45:24] Found user shell: Some("/bin/zsh")
[2023-03-27 14:45:24] No username specified. Checking username_cmd
[2023-03-27 14:45:24] No username_cmd specified
[2023-03-27 14:45:24] No password specified. Checking password_cmd
[2023-03-27 14:45:24] No password_cmd specified
[2023-03-27 14:45:24] No proxy specified
[2023-03-27 14:45:24] registering event source with poller: token=Token(2147483649), interests=READABLE
[2023-03-27 14:45:24] Using software volume controller.
[2023-03-27 14:45:24] no usable credentials found, enabling discovery
[2023-03-27 14:45:24] registering event source with poller: token=Token(0), interests=READABLE | WRITABLE
[2023-03-27 14:45:24] Zeroconf server listening on 0.0.0.0:43759
[2023-03-27 14:45:24] registering event source with poller: token=Token(1), interests=READABLE | WRITABLE
[2023-03-27 14:45:24] Failed to register IPv6 receiver: Os { code: 98, kind: AddrInUse, message: "Address already in use" }
[2023-03-27 14:45:24] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:45:24] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:45:24] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:45:24] sending packet to 224.0.0.251:5353
[2023-03-27 14:45:24] received packet from IPV4Addr1:5353
[2023-03-27 14:45:24] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:45:24] received packet from IPV4Addr1:5353
[2023-03-27 14:45:24] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:45:24] registering event source with poller: token=Token(2), interests=READABLE | WRITABLE
[2023-03-27 14:45:24] deregistering event source from poller
[2023-03-27 14:45:55] received packet from 192.168.2.1:5353
[2023-03-27 14:45:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:45:55] received packet from 192.168.2.1:5353
[2023-03-27 14:45:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:45:55] received packet from 192.168.2.200:5353
[2023-03-27 14:45:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:45:55] received packet from 192.168.2.1:5353
[2023-03-27 14:45:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:45:55] received packet from 192.168.2.113:5353
[2023-03-27 14:45:55] received packet from 192.168.2.113:5353 with no query
[2023-03-27 14:45:56] received packet from 192.168.2.66:5353
[2023-03-27 14:45:56] received packet from 192.168.2.66:5353 with no query
[2023-03-27 14:46:01] registering event source with poller: token=Token(16777218), interests=READABLE | WRITABLE
[2023-03-27 14:46:01] deregistering event source from poller
[2023-03-27 14:46:01] received packet from IPV4Addr1:5353
[2023-03-27 14:46:01] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:01] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:01] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:01] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:01] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:01] received packet from IPV4Addr1:5353
[2023-03-27 14:46:01] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:01] received packet from IPV4Addr1:5353
[2023-03-27 14:46:01] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:03] received packet from IPV4Addr1:5353
[2023-03-27 14:46:03] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:03] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:03] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:03] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:03] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:03] received packet from IPV4Addr1:5353
[2023-03-27 14:46:03] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:03] received packet from IPV4Addr1:5353
[2023-03-27 14:46:03] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:05] received packet from IPV4Addr1:5353
[2023-03-27 14:46:05] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:05] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:05] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:05] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:05] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:05] received packet from IPV4Addr1:5353
[2023-03-27 14:46:05] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:05] received packet from IPV4Addr1:5353
[2023-03-27 14:46:05] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:07] received packet from IPV4Addr1:5353
[2023-03-27 14:46:07] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:07] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:07] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:07] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:07] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:07] received packet from IPV4Addr1:5353
[2023-03-27 14:46:07] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:07] received packet from IPV4Addr1:5353
[2023-03-27 14:46:07] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:09] received packet from IPV4Addr1:5353
[2023-03-27 14:46:09] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:09] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:09] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:09] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:09] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:09] received packet from IPV4Addr1:5353
[2023-03-27 14:46:09] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:09] received packet from IPV4Addr1:5353
[2023-03-27 14:46:09] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:11] received packet from IPV4Addr1:5353
[2023-03-27 14:46:11] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:11] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:11] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:11] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:11] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:11] received packet from IPV4Addr1:5353
[2023-03-27 14:46:11] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:11] received packet from IPV4Addr1:5353
[2023-03-27 14:46:11] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:13] received packet from IPV4Addr1:5353
[2023-03-27 14:46:13] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:13] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:13] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:13] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:13] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:13] received packet from IPV4Addr1:5353
[2023-03-27 14:46:13] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:13] received packet from IPV4Addr1:5353
[2023-03-27 14:46:13] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:14] registering event source with poller: token=Token(33554434), interests=READABLE | WRITABLE
[2023-03-27 14:46:14] deregistering event source from poller
[2023-03-27 14:46:14] registering event source with poller: token=Token(50331650), interests=READABLE | WRITABLE
[2023-03-27 14:46:14] POST "/" {}
[2023-03-27 14:46:14] registering event source with poller: token=Token(3), interests=READABLE | WRITABLE
[2023-03-27 14:46:14] signal: Want
[2023-03-27 14:46:14] signal found waiting giver, notifying
[2023-03-27 14:46:14] poll_want: taker wants!
[2023-03-27 14:46:14] signal: Want
[2023-03-27 14:46:14] signal: Want
[2023-03-27 14:46:14] Ignoring blacklisted access point ap-gew4.spotify.com:4070
[2023-03-27 14:46:14] Ignoring blacklisted access point ap-gew4.spotify.com:443
[2023-03-27 14:46:14] Ignoring blacklisted access point ap-gew4.spotify.com:80
[2023-03-27 14:46:14] Ignoring blacklisted access point ap-gue1.spotify.com:443
[2023-03-27 14:46:14] Failed to resolve Access Point: Unable to resolve any viable access points.
[2023-03-27 14:46:14] Using fallback "ap.spotify.com:443"
[2023-03-27 14:46:14] Connecting to AP "ap.spotify.com:443"
[2023-03-27 14:46:14] deregistering event source from poller
[2023-03-27 14:46:14] signal: Closed
[2023-03-27 14:46:14] deregistering event source from poller
[2023-03-27 14:46:14] registering event source with poller: token=Token(67108866), interests=READABLE | WRITABLE
[2023-03-27 14:46:14] Authenticated as "SpotifyUsername" !
[2023-03-27 14:46:14] new Session[0]
[2023-03-27 14:46:14] Mixing with softvol and volume control: Log(60.0)
[2023-03-27 14:46:14] Session[0] strong=3 weak=1
[2023-03-27 14:46:14] Country: "DE"
[2023-03-27 14:46:14] new Spirc[0]
[2023-03-27 14:46:14] canonical_username: SpotifyUsername
[2023-03-27 14:46:14] new MercuryManager
[2023-03-27 14:46:14] Input volume 58958 mapped to: 49.99%
[2023-03-27 14:46:14] new Player[0]
[2023-03-27 14:46:14] Converting with ditherer: tpdf
[2023-03-27 14:46:14] Using AlsaSink with format: S16
[2023-03-27 14:46:14] command=AddEventSender
[2023-03-27 14:46:14] command=VolumeSet(58958)
[2023-03-27 14:46:14] subscribed uri=hm://remote/user/SpotifyUsername/ count=0
[2023-03-27 14:46:14] kMessageTypeNotify "My-PC-Hostname" 4051cd65c5cdbb58900422b892e5cc76588624ae 588962474 1679921174428 kPlayStatusStop
[2023-03-27 14:46:15] received packet from IPV4Addr1:5353
[2023-03-27 14:46:15] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:15] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:15] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:15] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:15] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:15] received packet from IPV4Addr1:5353
[2023-03-27 14:46:15] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:15] received packet from IPV4Addr1:5353
[2023-03-27 14:46:15] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:17] received packet from IPV4Addr1:5353
[2023-03-27 14:46:17] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:17] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:17] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:17] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:17] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:17] received packet from IPV4Addr1:5353
[2023-03-27 14:46:17] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:17] received packet from IPV4Addr1:5353
[2023-03-27 14:46:17] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:19] received packet from IPV4Addr1:5353
[2023-03-27 14:46:19] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:19] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:19] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:19] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:19] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:19] received packet from IPV4Addr1:5353
[2023-03-27 14:46:19] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:19] received packet from IPV4Addr1:5353
[2023-03-27 14:46:19] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:21] received packet from IPV4Addr1:5353
[2023-03-27 14:46:21] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:21] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:21] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:21] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:21] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:21] received packet from IPV4Addr1:5353
[2023-03-27 14:46:21] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:21] received packet from IPV4Addr1:5353
[2023-03-27 14:46:21] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:23] received packet from IPV4Addr1:5353
[2023-03-27 14:46:23] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:23] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:23] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:23] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:23] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:23] received packet from IPV4Addr1:5353
[2023-03-27 14:46:23] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:23] received packet from IPV4Addr1:5353
[2023-03-27 14:46:23] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:25] received packet from IPV4Addr1:5353
[2023-03-27 14:46:25] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:25] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:25] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:25] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:25] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:25] received packet from IPV4Addr1:5353
[2023-03-27 14:46:25] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:25] received packet from IPV4Addr1:5353
[2023-03-27 14:46:25] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:27] received packet from IPV4Addr1:5353
[2023-03-27 14:46:27] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:27] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:27] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:27] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:27] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:27] received packet from IPV4Addr1:5353
[2023-03-27 14:46:27] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:27] received packet from IPV4Addr1:5353
[2023-03-27 14:46:27] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:29] received packet from IPV4Addr1:5353
[2023-03-27 14:46:29] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:29] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:29] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:29] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:29] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:29] received packet from IPV4Addr1:5353
[2023-03-27 14:46:29] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:29] received packet from IPV4Addr1:5353
[2023-03-27 14:46:29] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:31] received packet from IPV4Addr1:5353
[2023-03-27 14:46:31] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:31] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:31] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:31] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:31] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:31] received packet from IPV4Addr1:5353
[2023-03-27 14:46:31] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:31] received packet from IPV4Addr1:5353
[2023-03-27 14:46:31] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:33] received packet from IPV4Addr1:5353
[2023-03-27 14:46:33] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:33] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:33] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:33] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:33] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:33] received packet from IPV4Addr1:5353
[2023-03-27 14:46:33] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:33] received packet from IPV4Addr1:5353
[2023-03-27 14:46:33] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:35] received packet from IPV4Addr1:5353
[2023-03-27 14:46:35] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:35] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:35] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:35] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:35] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:35] received packet from IPV4Addr1:5353
[2023-03-27 14:46:35] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:35] received packet from IPV4Addr1:5353
[2023-03-27 14:46:35] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:37] received packet from IPV4Addr1:5353
[2023-03-27 14:46:37] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:37] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:37] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:37] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:37] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:37] received packet from IPV4Addr1:5353
[2023-03-27 14:46:37] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:37] received packet from IPV4Addr1:5353
[2023-03-27 14:46:37] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:38] registering event source with poller: token=Token(16777219), interests=READABLE | WRITABLE
[2023-03-27 14:46:38] deregistering event source from poller
[2023-03-27 14:46:38] kMessageTypeNotify "My-PC-Hostname" 4051cd65c5cdbb58900422b892e5cc76588624ae 588986344 1679921198298 kPlayStatusStop
[2023-03-27 14:46:38] received packet from IPV4Addr1:5353
[2023-03-27 14:46:38] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:38] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:38] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:38] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:38] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:38] received packet from IPV4Addr1:5353
[2023-03-27 14:46:38] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:38] received packet from IPV4Addr1:5353
[2023-03-27 14:46:38] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:40] received packet from IPV4Addr1:5353
[2023-03-27 14:46:40] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:40] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:40] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:40] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:40] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:40] received packet from IPV4Addr1:5353
[2023-03-27 14:46:40] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:40] received packet from IPV4Addr1:5353
[2023-03-27 14:46:40] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:41] kMessageTypeLoad "My-PC-Hostname" 4051cd65c5cdbb58900422b892e5cc76588624ae 588989271 1679921198298 kPlayStatusPause
[2023-03-27 14:46:41] State: context_uri: "spotify:playlist:37i9dQZF1DX36edUJpD76c" index: 5 position_ms: 1470 status: kPlayStatusPause position_measured_at: 1679921201389 context_description: "" shuffle: false repeat: false playing_from_fallback: true row: 0 playing_track_index: 5 track {gid: "A\225k\302\272&H*\230 q\267\300s<\030"} track {gid: "y0\216#Lb@\272\263\307\376B5\020\202\206"} track {gid: "\264w\373o9}@W\225\005Z\347v\375\240\360"} track {gid: "uJw\305\211DL?\256\212\307\256n=>\365"} track {gid: "e\267\303\327@\275@\373\225$\272\244N\224h\242"} track {gid: "\262f\267\364=VI\001\201\301\013=\235\243\375\254"} track {gid: "}:\322\274\210\030IP\252\355\203\226\343\327\322p"} track {gid: "\025\tc$\327:JQ\204\202\343\213\316b\323\372"} track {gid: "\312\341q\207\205\303I\256\240A\206\010\326/@]"} track {gid: "\303X\006\357\314kD*\234\\\204P\305}Q\250"} track {gid: "\260\261\324\254\177\254K\244\237r\265\270D\266\377+"} track {gid: "\010->\227\305\306FM\206J\341\246\217R|i"} track {gid: "2\313\344o\031CDV\226t\360\361\020\023N\246"} track {gid: "jZ\335\2009PDl\227q\201\212\362/\362{"} track {gid: "\372\366H\321\027#D\374\231\224\022\232\006\036V("} track {gid: "\226\236\202S.\267G:\212\305x U\376\201\320"} track {gid: "l\'\320\"/\341K8\252)&VUi\034I"} track {gid: "\362\213)<B_E\016\252\314P\230\202b\377\352"} track {gid: "/\200D\222?\335D\345\272\n\332\247\0147\341\005"} track {gid: "\313@\036\342\365uF\216\210\031m\375\354J\207\004"} track {gid: "\272\270\371\372S\272Fo\233\327/\322\226\035\255\206"} track {gid: "\'Z\025\017t:Kt\241\t\366\014\251mVN"} track {gid: "G\360\245V\340\025@{\201\212\353\313~>\316\264"} track {gid: ";#@$\377IA\244\264\212\016!8\337]\310"} track {gid: "\212\277v3\335\307C\302\261\017\312\010)\305\215\260"} track {gid: "?=\332\353\275\316CA\217\340c\212$t\256\301"} track {gid: "\302\374\271\343j\304Du\225\354\343<\003\004\347/"} track {gid: "s\t:\314\034\230E\260\266\345;\351\221E41"} track {gid: "\207*Ny \nG\025\265U\355\252.\005\0166"} track {gid: "\331Bbf/\262A5\214\"\333\212\254\371\373\375"} track {gid: "M\335\0303\350\337D\310\204F\314\345\326\035\263\305"} track {gid: "\"\321!\3602\303Db\253\257\377\344\243\300\354b"} track {gid: "\344\024\266\336)\"Ba\253\223O\302N\253C("} track {gid: "\356\315\236\237\036{M\275\2641>\351\315\304\262\016"} track {gid: "k,\326\225\201\220B\356\226pg\306\371J\224v"} track {gid: "k52s\303\364C\240\252zH\234\205\240\266\\"} track {gid: "\306\303\207b\252I@u\243\004\243\3002\362\256\340"} track {gid: "\204\3460\221:\213L~\222D\330\365:\347\331\266"} track {gid: "\272\230\004<\230eG\354\213\200\374\257 #\210\035"} track {gid: "\304\224qz@>C\353\275\213h\013\311\211\224G"} track {gid: "\304.\352\211\331RL\322\220\010\375\245\203\201\235C"} track {gid: "Y\"zE\355?J\216\232\355\315\231\345_.\212"} track {gid: "*\373\027(\361\253D\237\214*C[,y\240\035"} track {gid: "!\203\311u\225\251IZ\245/~L\027\367\241="} track {gid: "\270\006\216\025\003~K\223\231H\303\363\t\346\365B"} track {gid: "m\256\320z\344\217Dt\231\212\323D\364iY<"} track {gid: "\314\221\360\210\234,N\220\2430\371\261\2058\306\246"} track {gid: "\010`^\236\362WB\316\255\261P\022\210\023\373`"} track {gid: ".x!)\202\245L\201\2323\234\363z\207Y\224"} track {gid: "\035\242u\215>\262A\025\204\302<\347Y\\\370\340"}
[2023-03-27 14:46:41] Frame has 50 tracks
[2023-03-27 14:46:41] Sending status to server: [kPlayStatusPause]
[2023-03-27 14:46:41] command=SetAutoNormaliseAsAlbum(false)
[2023-03-27 14:46:41] command=Load(SpotifyId { id: 237135928560897597511312390046901075372, audio_type: Track }, false, 1470)
[2023-03-27 14:46:41] Sending status to server: [kPlayStatusPause]
[2023-03-27 14:46:41] Loading <Auf die Party> with Spotify URI <spotify:track:5qDzKUTHCUiKhewBa9STsE>
[2023-03-27 14:46:41] Downloading file f3f5a5035d8a414b93208f15c2fd85430e2e3108
[2023-03-27 14:46:41] new ChannelManager
[2023-03-27 14:46:41] new AudioKeyManager
[2023-03-27 14:46:41] <Auf die Party> (164199 ms) loaded
[2023-03-27 14:46:41] Sending status to server: [kPlayStatusPause]
[2023-03-27 14:46:41] ==> kPlayStatusPause
[2023-03-27 14:46:42] received packet from IPV4Addr1:5353
[2023-03-27 14:46:42] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:42] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:42] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:42] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:42] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:42] received packet from IPV4Addr1:5353
[2023-03-27 14:46:42] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:42] received packet from IPV4Addr1:5353
[2023-03-27 14:46:42] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:44] received packet from IPV4Addr1:5353
[2023-03-27 14:46:44] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:44] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:44] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:44] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:44] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:44] received packet from IPV4Addr1:5353
[2023-03-27 14:46:44] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:44] received packet from IPV4Addr1:5353
[2023-03-27 14:46:44] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:46] File f3f5a5035d8a414b93208f15c2fd85430e2e3108 complete
[2023-03-27 14:46:46] received packet from IPV4Addr1:5353
[2023-03-27 14:46:46] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:46] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:46] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:46] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:46] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:46] received packet from IPV4Addr1:5353
[2023-03-27 14:46:46] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:46] received packet from IPV4Addr1:5353
[2023-03-27 14:46:46] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:48] received packet from IPV4Addr1:5353
[2023-03-27 14:46:48] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:48] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:48] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:48] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:48] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:48] received packet from IPV4Addr1:5353
[2023-03-27 14:46:48] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:48] received packet from IPV4Addr1:5353
[2023-03-27 14:46:48] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:50] received packet from IPV4Addr1:5353
[2023-03-27 14:46:50] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:50] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:50] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:50] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:50] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:50] received packet from IPV4Addr1:5353
[2023-03-27 14:46:50] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:50] received packet from IPV4Addr1:5353
[2023-03-27 14:46:50] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:52] received packet from IPV4Addr1:5353
[2023-03-27 14:46:52] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:52] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:52] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:52] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:52] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:52] received packet from IPV4Addr1:5353
[2023-03-27 14:46:52] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:52] received packet from IPV4Addr1:5353
[2023-03-27 14:46:52] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:54] received packet from IPV4Addr1:5353
[2023-03-27 14:46:54] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:54] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:54] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:54] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:54] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:54] received packet from IPV4Addr1:5353
[2023-03-27 14:46:54] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:54] received packet from IPV4Addr1:5353
[2023-03-27 14:46:54] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:55] received packet from 192.168.2.1:5353
[2023-03-27 14:46:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:46:55] received packet from 192.168.2.1:5353
[2023-03-27 14:46:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:46:55] received packet from 192.168.2.200:5353
[2023-03-27 14:46:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:46:55] received packet from 192.168.2.1:5353
[2023-03-27 14:46:55] received question: IN HPF8B46A312E97.local
[2023-03-27 14:46:55] received packet from 192.168.2.113:5353
[2023-03-27 14:46:55] received packet from 192.168.2.113:5353 with no query
[2023-03-27 14:46:56] received packet from IPV4Addr1:5353
[2023-03-27 14:46:56] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:56] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:56] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:56] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:56] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:56] received packet from IPV4Addr1:5353
[2023-03-27 14:46:56] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:56] received packet from IPV4Addr1:5353
[2023-03-27 14:46:56] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:56] received packet from 192.168.2.66:5353
[2023-03-27 14:46:56] received packet from 192.168.2.66:5353 with no query
[2023-03-27 14:46:58] received packet from IPV4Addr1:5353
[2023-03-27 14:46:58] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:46:58] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:46:58] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:58] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:46:58] sending packet to 224.0.0.251:5353
[2023-03-27 14:46:58] received packet from IPV4Addr1:5353
[2023-03-27 14:46:58] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:46:58] received packet from IPV4Addr1:5353
[2023-03-27 14:46:58] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:47:00] received packet from IPV4Addr1:5353
[2023-03-27 14:47:00] received question: IN _spotify-connect._tcp.local
[2023-03-27 14:47:00] found interface Interface { name: "wlp6s0", addr: V4(Ifv4Addr { ip: IPV4Addr1, netmask: 255.255.255.0, broadcast: Some(192.168.2.255) }) }
[2023-03-27 14:47:00] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr1, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:47:00] found interface Interface { name: "wlp6s0", addr: V6(Ifv6Addr { ip: IPV6Addr2, netmask: ffff:ffff:ffff:ffff::, broadcast: None }) }
[2023-03-27 14:47:00] sending packet to 224.0.0.251:5353
[2023-03-27 14:47:00] received packet from IPV4Addr1:5353
[2023-03-27 14:47:00] received packet from IPV4Addr1:5353 with no query
[2023-03-27 14:47:00] received packet from IPV4Addr1:5353
[2023-03-27 14:47:00] received packet from IPV4Addr1:5353 with no query

Compilation flags

  • dbus_mpris
  • dbus_keyring
  • alsa_backend
  • portaudio_backend
  • pulseaudio_backend
  • rodio_backend

Additional flags for cargo: --release --locked

Versions:

  • OS: Archlinux
  • Spotifyd: 08fedd2
  • cargo: 1.68.0

Thank you for the report and testing the current development version! That is indeed an oversight of a change in librespot and will be fixed in #1197.