ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #22700
Re: Music player and file manager are dead
From: Christoph Schulz <ch.schulz@xxxxxxxxxx>
To: ubuntu-phone@xxxxxxxxxxxxxxxxxxx
Sent: Thursday, October 6, 2016 8:23 PM
Subject: Re: [Ubuntu-phone] Music player and file manager are dead
Am Dienstag, den 04.10.2016, 08:59 +0000 schrieb Marcin Xc:
> Can You tell me how did You do it so that I didn't have to play in
> bash(file manager doesn't work either:-))? I can't execute any more
> operation on the player.
My App started so far that I could empty with the trash icon. But see
below.
> At the moment it opens and freezes as I wrote and behaves as if I
> opened a .jpg image. I'd have to start the app with an other view as
> Tracks so that it doesn't start to load. I can see in the logs that
> it hangs somewhere on reading the 354 titles that I have.
> http://paste.ubuntu.com/23274106/
>
I don't think the song count is a problem (I have 939 titles).
Just out of curiosity, could you try that, in the terminal app or
ssh[1]:
(The >>> is the python3 prompt)
$ python3
>>> import mpris2
>>> uri = next(mpris2.get_players_uri())
>>> player = mpris2.Player(dbus_interface_info:{'dbus_uri': uri})
>>> player.Play()
>>> exit()
At player.Play() your Music should be start playing. (Your log looks
like the App has an loaded playing queue.)
Maybe you also could try to empty the Queue from the App's database.
>From terminal app or ssh:
$ cd .local/share/com.ubuntu.music/Databases
$ tail *.ini
$ # locate the ini with "name=music-app-metadata", i.e.
b01631344d4b1a36d6dec3179aff8784.ini
$ sqlite3 b01631344d4b1a36d6dec3179aff8784.sqlite "DELETE FROM queue;"
P.S. Do not top-post[2], use interleaved style, makes it easier to
read.
[1] https://gurucubano.gitbooks.io/bq-aquaris-e-4-5-ubuntu-phone/conten
t/en//chapter1.html
[2] https://en.wikipedia.org/wiki/Top_post
>
>
> From: Christoph Schulz <ch.schulz@xxxxxxxxxx>
> To: ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Sent: Monday, October 3, 2016 8:04 PM
> Subject: Re: [Ubuntu-phone] Music player and file manager are dead
>
> Am Montag, den 03.10.2016, 17:23 +0000 schrieb Marcin Xc:
> > My music player on E4.5 with OTA13 doesn't open any more. I made
> > enough free space on the device for swap cause the problems started
> > as I made the memory as full that the camera didn't wanna take any
> > more pictures.
> > Music player opens, shows me the tracklist with no icons and
> freezes.
> > The only thing I can do is to close it.
>
> Experienced similar, for me emptying the playing queue helped
> sometimes.
>
>
> >
> > File manager opens as well. I can even open a folder and then when
> I
> > put my finger on a file to see the menu to cut or copy a file,
> > instead of opening the menu, the app crashes and disappers.
> >
> > Under OTA12 same things happened but everythings was ok after a
> > reboot. Now I can reboot as many times I like and can't hear the
> > music.
> > My playlist is, looong but it didn't grow up since ota12. It can
> take
> > some time to load the list I can understand it but it used to work.
> > Any ideas how to repair it?
> >
> > Marcin
>
> >
> >
> --
> Visit me:
> https://twitter.com/criztovyl
> https://criztovyl.joinout.de
> https://github.com/criztovyl
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help : https://help.launchpad.net/ListHelp
>
>
>
--
Visit me:
https://twitter.com/criztovyl
https://criztovyl.joinout.de
https://github.com/criztovyl--
Hi,Sorry for a late reply and many thanks for help!
Python3 throws out an ImportError "No module named 'mpris2' ".
sqlite3 b01631344d4b1a36d6dec3179aff8784.sqlite "DELETE FROM queue;"
makes some job- the app loads one step further and then crashes :-)
media-hub log: paste.ubuntu.com/23364315
Mailing list: https://launchpad.net/~ubuntu-phonePost to : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help : https://help.launchpad.net/ListHelp
References