google-code-export / rhythmbox-shoutcast

Automatically exported from code.google.com/p/rhythmbox-shoutcast
1 stars 1 forks source link

Segfault after install #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run install.sh script
2.
3.

What is the expected output? What do you see instead?

seg fault
What version of the product are you using? On what operating system?

rhythmbox 0.13.3

on Ubuntu 11.04 2.6.38-8-generic

Please provide any additional information below.

Traceback (most recent call last):
  File "/home/afrodeity/.gnome2/rhythmbox/plugins/shoutcast/shoutcast.py", line 43, in activate
    group = rb.rb_source_group_get_by_name ("library")
AttributeError: 'module' object has no attribute 'rb_source_group_get_by_name'

(rhythmbox:21520): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion 
`G_IS_OBJECT (object)' failed

(rhythmbox:21520): Json-CRITICAL **: json_object_get_array_member: assertion 
`JSON_NODE_HOLDS_ARRAY (node) || JSON_NODE_HOLDS_NULL (node)' failed

(rhythmbox:21520): Json-CRITICAL **: json_array_get_length: assertion `array != 
NULL' failed

(rhythmbox:21520): Rhythmbox-WARNING **: Could not open device /dev/radio0
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/onlinemusic/__init__.py", line 21, in activate
    self.entry_type = self.db.entry_register_type("OnlineMusicType")
AttributeError: '__main__.RhythmDBTree' object has no attribute 
'entry_register_type'
/usr/lib/pymodules/python2.7/rpdb2.py:13502: UserWarning: Module oauth2 was 
already imported from 
/home/afrodeity/.gnome2/rhythmbox/plugins/twitter-plugin-1.1Jota/oauth2/__init__
.pyc, but /usr/lib/pymodules/python2.7 is being added to sys.path
  m = g_import(*args, **kwargs)
** (rhythmbox:21520): DEBUG: SyncDaemon already running, initializing 
SyncdaemonDaemon object

(rhythmbox:21520): libsoup-WARNING **: No feature manager for feature of type 
'U1RequestChrome'

** (rhythmbox:21520): WARNING **: Error calling get_info: Traceback (most 
recent call last):
  File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/platform/linux/dbus_interface.py", line 992, in get_info
    return self.syncdaemon_folders.get_info(path)
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/interaction_interfaces.py", line 634, in get_info
    mdobj = self.fs.get_by_path(path.encode('utf-8'))
  File "/usr/lib/pymodules/python2.7/ubuntuone-client/ubuntuone/syncdaemon/filesystem_manager.py", line 773, in get_by_path
    mdid = self._idx_path[path]
KeyError: '/home/afrodeity/.ubuntuone/Purchased from Ubuntu One'

** (rhythmbox:21520): CRITICAL **: syncdaemon_folder_info_get_subscribed: 
assertion `SYNCDAEMON_IS_FOLDER_INFO (finfo)' failed
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/radio-browser/radio-browser.py", line 120, in activate
    group = rb.rb_source_group_get_by_name ("library")
AttributeError: 'module' object has no attribute 'rb_source_group_get_by_name'

(rhythmbox:21520): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion 
`G_IS_OBJECT (object)' failed

(rhythmbox:21520): GLib-GObject-CRITICAL **: g_type_class_add_private: 
assertion `private_size > 0' failed

** (rhythmbox:21520): WARNING **: Error rescanning Purchased Music: No such 
file or directory
** (rhythmbox:21520): DEBUG: Loading the real store page

(rhythmbox:21520): Json-CRITICAL **: json_object_get_array_member: assertion 
`JSON_NODE_HOLDS_ARRAY (node) || JSON_NODE_HOLDS_NULL (node)' failed

(rhythmbox:21520): Json-CRITICAL **: json_array_get_length: assertion `array != 
NULL' failed
Traceback (most recent call last):
  File "/home/afrodeity/.gnome2/rhythmbox/plugins/shoutcast/load/checkdownload.py", line 160, in __change_idle_cb
    self.__callback()
  File "/home/afrodeity/.gnome2/rhythmbox/plugins/shoutcast/service/versioncheck.py", line 65, in check_status
    self.version_load()
  File "/home/afrodeity/.gnome2/rhythmbox/plugins/shoutcast/service/versioncheck.py", line 77, in version_load
    if int(vs_local[i]) < int(vs_site[i]):
ValueError: invalid literal for int() with base 10: '#summary Last version of 
plugin (rhythmbox 0'

Original issue reported on code.google.com by ubuntup...@gmail.com on 28 May 2011 at 3:31

GoogleCodeExporter commented 9 years ago
What plugin version are u using?

Original comment by kuznetsov.alexey on 28 May 2011 at 5:45

GoogleCodeExporter commented 9 years ago
2.0.5

Original comment by ubuntup...@gmail.com on 28 May 2011 at 6:06

GoogleCodeExporter commented 9 years ago
you need to upgrade to the last version

Original comment by kuznetsov.alexey on 28 May 2011 at 6:51

GoogleCodeExporter commented 9 years ago
i mean this error related to previous version. try to upgrade again.

Original comment by kuznetsov.alexey on 28 May 2011 at 6:52

GoogleCodeExporter commented 9 years ago
I have. The last version had same problem, I just didn't have time to file a 
bug.

Original comment by ubuntup...@gmail.com on 28 May 2011 at 6:54

GoogleCodeExporter commented 9 years ago
Look. Here is source twist. Your version, your log, tells us it here 48 line:

Traceback (most recent call last):
  File "/home/afrodeity/.gnome2/rhythmbox/plugins/shoutcast/shoutcast.py", line 43, in activate
    group = rb.rb_source_group_get_by_name ("library")
AttributeError: 'module' object has no attribute 'rb_source_group_get_by_name'

but if you open 2.0.5 version, here is no such line at line 43:

http://code.google.com/p/rhythmbox-shoutcast/source/browse/src/shoutcast.py

or you give me old error log, or you using old code or miss installed code.

Original comment by kuznetsov.alexey on 28 May 2011 at 7:02

GoogleCodeExporter commented 9 years ago
I've deleted the shoutcast directory and reinstalled. Shoutcast plugin doing 
nothing.

Original comment by ubuntup...@gmail.com on 29 May 2011 at 10:17

GoogleCodeExporter commented 9 years ago
By nothing you mean not in the list, unable to activate, don't see any genres?

Original comment by kuznetsov.alexey on 29 May 2011 at 11:29

GoogleCodeExporter commented 9 years ago
There is an icon, columns come up for genres and title, but no content.

Original comment by ubuntup...@gmail.com on 29 May 2011 at 12:56

GoogleCodeExporter commented 9 years ago
click reload genres several times, or disable filter

Original comment by kuznetsov.alexey on 29 May 2011 at 9:33

GoogleCodeExporter commented 9 years ago
I have tried reloading the genres several times.  Rhythmbox 0.13.3 may be the 
problem. Magnatunes is also failing to load, as is the Radio Browser.

Original comment by ubuntup...@gmail.com on 29 May 2011 at 10:09

GoogleCodeExporter commented 9 years ago
reload 10 times in a line

Original comment by kuznetsov.alexey on 30 May 2011 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by kuznetsov.alexey on 31 May 2011 at 7:33