Results 417 comments of Andy Holmes

Just an FYI for those following along, there's really not much more we do to help here without proper logs. With the exception of the stack stack traces from @ferdnyc...

> OK. Here's a log file, generated with the "Generate Support Log" thing in the GSConnect extensions config dialogue in Tweaks. Excellent, investigating now. I have a suspicion this is...

So this is reasonably difficult to reproduce, but does appear to be a race condition caused by our attempt to dynamically (un)export remote players based on their controllable state (see...

Well, there's really only two states we can reasonably work with: whether a player exists and whether we can control its playback state (paused/playing). Strictly speaking, when `kdeconnect-android` says a...

I've pushed the commit that was marked to close this issue, but discussion can continue. I just wanted to get it out of staged so I can move forward locally.

I'm off for a short work day, but will be back later.

> In gsconnect preferences I have noticed there are missing icons on the notification tab under 'applications', specifically for discord, spotify and lbry, is there a reason why this is?...

`ticker` is deprecated and there should be both `title` & `text` pair, but it looks like some notifications only have a `title` field. I guess the best thing to do...

Interesting idea! What did you have in mind for this; just changing the keepalive on sockets or something?