Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. $ lollypop (03-21 14:38)
  2. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_array_append_vals: assertion 'array' failed
  3. g_type = info.get_g_type()
  4. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed
  5. g_type = info.get_g_type()
  6. /usr/lib/python3.6/site-packages/gi/module.py:176: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed
  7. g_type = info.get_g_type()
  8.  
  9. (lollypop:1458): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -103 and height 34
  10. Traceback (most recent call last):
  11. File "/usr/lib/python3.6/site-packages/lollypop/player.py", line 480, in _on_bus_error
  12. RadioPlayer._on_bus_error(self, bus, message)
  13. File "/usr/lib/python3.6/site-packages/lollypop/player_radio.py", line 129, in _on_bus_error
  14. if self._current_track.id < 0 and\
  15. TypeError: '<' not supported between instances of 'NoneType' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement