Hello, I am not sure if this issue was already addressed, I couldn’t find any messages regarding it: I was interacting with playlists, and I found some troubles, either an ASSERT or an soap message corrupted… While debugging I entered the following code section in Rygel-av-transport.vala, around line 697, which seems the source of the issue: (I am currently using Rygel version 0.21.3) private async void handle_playlist (ServiceAction action, string uri, string metadata, string mime, string features) { var message = new Message ("GET", this.controller.uri); My best guess is that it should be: var message = new Message ("GET", uri); Am I in the right direction? If yes, should I file a bug in
https://bugzilla.gnome.org/ ? Thanks in advance Dario Intel GmbH |