Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in rhythmbox 3.4.2 #7

Open
jejo86 opened this issue Oct 19, 2019 · 6 comments
Open

Not working in rhythmbox 3.4.2 #7

jejo86 opened this issue Oct 19, 2019 · 6 comments

Comments

@jejo86
Copy link

jejo86 commented Oct 19, 2019

This plugin does not seem to work in rhythmbox 3.4.2. The plugin is loaded and can be configured, but it does not continue playing the last song.

The last commit was 4 years ago. Are you still working on this?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@fossfreedom
Copy link
Owner

Odd. Does sound like a bug. Pull requests welcome._

@jejo86
Copy link
Author

jejo86 commented Oct 19, 2019

I'll see if I can contribute anything.

Reading the docs I found out how to debug your plugin. I get the following error, which is thrown around every second, while a song is being played:

Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/remember-the-rhythm/remember-the-rhythm.py", line 233, in elapsed_changed
    if self._scenario != 4:
AttributeError: 'RememberTheRhythm' object has no attribute '_scenario'

@fossfreedom
Copy link
Owner

Basically means the variable needs to be initialized before it is used.

@SimonDedman
Copy link

Similarly, I just upgraded to xubuntu 22.04 and while RTR remained installed, it no longer works. I reinstalled from source/git and then the ubuntu repository but no change. Rhythmbox v3.4.4; any suggestions Dave? Can I uninstall RTR, reboot, reinstall, and try again, in case that knocks it into life? Cheers!

@S377
Copy link

S377 commented Mar 22, 2023

I'll see if I can contribute anything.

Reading the docs I found out how to debug your plugin. I get the following error, which is thrown around every second, while a song is being played:

Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/remember-the-rhythm/remember-the-rhythm.py", line 233, in elapsed_changed
    if self._scenario != 4:
AttributeError: 'RememberTheRhythm' object has no attribute '_scenario'

Hi,
I have exactly the same issue and log. Has a solution been found ?

FYI, I'm using Rhythmbox 3.4.4 on Ubuntu 22.04.2.

@SimonDedman
Copy link

Can I uninstall RTR, reboot, reinstall, and try again, in case that knocks it into life?

This didn't work FWIW. Would be wonderful to have this working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants