Advertisement
dsreyes1014

Gnome Music Playlist Error

Oct 14th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. $ G_MESSAGES_DEBUG=org.gnome.Music gnome-music
  2. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.133: (trackerwrapper.py, _setup_host_miner_fs, 73) Connecting to session-wide Tracker indexer at org.freedesktop.Tracker3.Miner.Files
  3. org.gnome.Music-INFO: 18:06:43.134: Using session-wide tracker-miner-fs-3
  4. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.172: (coregrilo.py, __init__, 107) Failed to activate grl-daap plugin.
  5. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.172: (coregrilo.py, __init__, 107) Failed to activate grl-youtube plugin.
  6. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.172: (coregrilo.py, __init__, 107) Failed to activate grl-tmdb plugin.
  7. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.467: (coregrilo.py, __init__, 107) Failed to activate grl-thetvdb plugin.
  8. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.814: (coregrilo.py, _on_source_removed, 169) Removed source grl-bookmarks
  9. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.815: (coregrilo.py, __init__, 107) Failed to activate grl-vimeo plugin.
  10. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.980: (coregrilo.py, _on_source_removed, 169) Removed source grl-metadata-store
  11. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.986: (coregrilo.py, __init__, 107) Failed to activate grl-dpap plugin.
  12. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.986: (coregrilo.py, __init__, 107) Failed to activate grl-shoutcast plugin.
  13. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.998: (coregrilo.py, _on_source_removed, 169) Removed source grl-appletrailers-lua
  14. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:43.999: (coregrilo.py, _on_source_removed, 169) Removed source grl-euronews-lua
  15. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.000: (coregrilo.py, _on_source_removed, 169) Removed source grl-guardianvideos-lua
  16. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.001: (coregrilo.py, _on_source_removed, 169) Removed source grl-itunes-podcast
  17. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.003: (coregrilo.py, _on_source_removed, 169) Removed source grl-radiofrance-lua
  18. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.005: (coregrilo.py, _on_source_removed, 169) Removed source grl-thegamesdb
  19. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.013: (coregrilo.py, _on_source_removed, 169) Removed source grl-filesystem
  20. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.231: (coregrilo.py, _on_source_removed, 169) Removed source grl-podcasts
  21. (org.gnome.Music:113786): org.gnome.Music-DEBUG: 18:06:44.321: (coregrilo.py, _on_source_added, 156) Adding wrapper <grltrackerwrapper.GrlTrackerWrapper object at 0x7f90dc65b4c0 (gnomemusic+grilowrappers+grltrackerwrapper+GrlTrackerWrapper at 0x555a9b508700)>
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3.8/site-packages/gnomemusic/utils.py", line 204, in wrap
  24. return func(a, b, *user_data)
  25. File "/usr/lib/python3.8/site-packages/gnomemusic/coremodel.py", line 189, in _playlists_sort
  26. date_diff = playlist_b.props.creation_date.difference(
  27. AttributeError: 'NoneType' object has no attribute 'difference'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement