Advertisement
lad1337

pusover error

Apr 4th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  3. self.run()
  4. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 505, in run
  5. self.__target(*self.__args, **self.__kwargs)
  6. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/search_queue.py", line 104, in execute
  7. result = search.snatchEpisode(foundEpisode)
  8. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/search.py", line 134, in snatchEpisode
  9. notifiers.notify_snatch(curEpObj.prettyName(True))
  10. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/notifiers/__init__.py", line 78, in notify_snatch
  11. n.notify_snatch(ep_name)
  12. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/notifiers/pushover.py", line 113, in notify_snatch
  13. self._notifyPushover(title, ep_name)
  14. File "/Volumes/HDD/lad1337/workspace/SickBeard/sickbeard/notifiers/pushover.py", line 140, in _notifyPushover
  15. self._sendPushover(message, title)
  16. TypeError: _sendPushover() takes exactly 4 arguments (3 given)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement