-
Notifications
You must be signed in to change notification settings - Fork 60
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
Error loading notification class Pushover #126
Comments
The install script is missing |
Hey - thanks for the quick reply. That would make perfect sense - I will try and install the missing package, when I get near my test machine - which, unfortunately, wont be today.. Again, thanks for making this available.. |
So, I got around to test a little more on this during the weekend. When I installed using I'm being prompted to update to 16.10 - which I'll gladly do - but am holding off for now.. Are there anyone else using Pushover for notifications? I'm happy to provide any and all information I can to assist.. |
Can you try |
Sure.. I just managed to install it remotely. I started a rip this morning, which is has been compressing for half an hour or so (it takes a while on an Atom, in case anyone wonders ;-) ) Thanks. |
Unfortunately, this was not the solution to my problem. I did some rough debugging - inserting log "info" entries at various points in the code.
Just now I got to wonder if it has something to do with me having both smtp & pushover activated in settings.cfg? |
One more (long) update on this: Setting smtp to false in settings.cfg did not make a difference - I do still not get messages directly from pushover. Yesterday, I created a virtual machine (Lubuntu 16.10) to test this on a clean install - and installed Autorippr with the updated install script (including pip install pushover) but even this install behaves the same way as my first. Adding the previously mentioned self.log.info entries in notfification.py as so:
Gives the following log output:
Assuming the error originated from this line:
Now, suddenly, it is complaining about chump?
(I did a change to Having thought about the meaning of Then, I tried again
HEY - bing-bong - a message appeared on my phone! So, in short, installing chump and removing a capitalization solved this for me on my virtual test machine. |
Sorry for the delay - it has been running fine with my modifications since my last post, so I assume it is ready for a commit. Will look into this in one of the next days, and issue a pull request. I did add another minor edit to the notification system; a message when ripping actually starts (DVD title(s) found and passed on to MakeMKV). I will embed this in the existing notification system, so this can be turned on/off via settings.cfg with new parameter "start"
Still very pleased with this script 👍 |
Hi, I only got around to try Autorippr today, and I must say I am impressed..
I installed the lot using the script supplied, and (almost) all is good.
Running of an old Asus eeeBox with an Atom processor running Lubuntu 14.04
Output from Uname:
Linux kasper-EB1501 3.19.0-28-generic #30~14.04.1-Ubuntu SMP Tue Sep 1 09:32:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Python version is 2.7.6
Autorippr version 1.7.0
I registered on pushover to make use of these notifications (and/or to avoid numerous emails to my self when ripping), but have some issues getting this to work..
So basically my settings.cfg are now:
# Enable pushover notifications
enable: True
user_key: ##myuserkey##
app_key: ##myregisteredappkey##
But, when ripping a disc, using --debug, I get the following error:
2016-11-03 22:30:43 - Notification - ERROR - Error loading notification class: pushover
Looking at classes/pushover.py, it seems to be logging something somewhere - but I have not been able to locate the logfile.. Am I missing something?
For now, I'm using pushover's EmailGateway, sending notifications to myself via my gmail (as suggested in the initial settings) and it works - but it would be nice to have this working as intended..
The text was updated successfully, but these errors were encountered: