RB.Player::error

def callback(player, stream_data, error, user_param1, ...)

The 'error' signal is emitted when an error is encountered while opening or playing a stream.

player :

instance of RB.Player that is emitting the signal

stream_data :

the data associated with the stream

error :

description of the error

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)