You are not logged in.

#1 2019-10-13 06:18:52

AnonMathematician
Member
Registered: 2019-10-12
Posts: 12

[Solved] Lollypop music app does not launch

I am trying to install the music player called Lollypop on my machine. I can install it without any issues, but it will not launch. I am new to Arch, and pretty new to Linux in general. Here is the output of trying to launch it from terminal

$ lollypop
[ERROR] 2019-10-13 01:54:20 DB upgrade 1 failed: no such table: tracks
[ERROR] 2019-10-13 01:54:20 DB upgrade 2 failed: no such table: albums
[ERROR] 2019-10-13 01:54:20 DB upgrade 3 failed: no such table: artists
[ERROR] 2019-10-13 01:54:20 DB upgrade 4 failed: table album_artists already exists
[ERROR] 2019-10-13 01:54:20 DB upgrade 5 failed: index idx_aa already exists
[ERROR] 2019-10-13 01:54:20 DB upgrade 6 failed: no such table: main.track_artists
[ERROR] 2019-10-13 01:54:20 DB upgrade 7 failed: no such table: tracks
[ERROR] 2019-10-13 01:54:20 DB upgrade 8 failed: no such table: main.album_genres
[ERROR] 2019-10-13 01:54:20 DB upgrade 9 failed: no such table: main.track_genres
[ERROR] 2019-10-13 01:54:20 DB upgrade 10 failed: no such table: tracks
[ERROR] 2019-10-13 01:54:20 DB upgrade 11 failed: no such table: albums
[ERROR] 2019-10-13 01:54:20 DB upgrade 12 failed: no such table: tracks
[ERROR] 2019-10-13 01:54:20 DB upgrade 13 failed: no such table: tracks
[ERROR] 2019-10-13 01:54:20 DB upgrade 14 failed: no such table: albums

(lollypop:4389): GLib-GIO-ERROR **: 01:54:20.370: Settings schema 'org.gnome.Lollypop' does not contain a key named 'music-path'
Trace/breakpoint trap (core dumped)

Running it with sudo, I get

sudo lollypop
[INFO] 2019-10-13 02:02:37 You need to add a music uri to org.gnome.Lollypop in dconf
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/lollypop/application.py", line 218, in do_startup
    self.init()
  File "/usr/lib/python3.7/site-packages/lollypop/application.py", line 194, in init
    MPRIS(self)
  File "/usr/lib/python3.7/site-packages/lollypop/mpris.py", line 189, in __init__
    self.__bus = Gio.bus_get_sync(Gio.BusType.SESSION, None)
gi.repository.GLib.Error: g-spawn-exit-error-quark: Error spawning command line “dbus-launch --autolaunch=55d929db452749338c1d074640cbaaa4 --binary-syntax --close-stderr”: Child process exited with code 1 (1)

It appears the issue has to do with there being no music uri in org.gnome.lollypop. How would I fix this? The application launched earlier, but after uninstalling it and installing it again, this started happening. Any help would be appreciated.

Last edited by AnonMathematician (2019-10-14 05:50:55)

Offline

#2 2019-10-14 05:50:28

AnonMathematician
Member
Registered: 2019-10-12
Posts: 12

Re: [Solved] Lollypop music app does not launch

I was able to get it to work. Lollypop seemed to be leaving some files in ./local/share (at least that's where I think the files were). I deleted those and it started working again after a fresh install. Don't know exactly why this all happened, but the problem is solved.

Offline

Board footer

Powered by FluxBB