Advertisement
Sottren

Untitled

Sep 26th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.80 KB | None | 0 0
  1. 09-25 14:26:34 ERROR [   couchpotato.core.event] Error in event "app.load", that wasn't caught: Traceback (most recent call last):
  2.  File "/Applications/CouchPotatoServer/couchpotato/core/event.py", line 12, in runHandler
  3.    return handler(*args, **kwargs)
  4.  File "/Applications/CouchPotatoServer/couchpotato/core/_base/updater/main.py", line 56, in autoUpdate
  5.    if self.check() and self.conf('automatic') and not self.updater.update_failed:
  6.  File "/Applications/CouchPotatoServer/couchpotato/core/_base/updater/main.py", line 78, in check
  7.    if self.updater.check():
  8.  File "/Applications/CouchPotatoServer/couchpotato/core/_base/updater/main.py", line 218, in check
  9.    self.repo.fetch()
  10.  File "/Applications/CouchPotatoServer/libs/git/repository.py", line 383, in fetch
  11.    self._executeGitCommandAssertSuccess(command)
  12.  File "/Applications/CouchPotatoServer/libs/git/repository.py", line 85, in _executeGitCommandAssertSuccess
  13.    raise GitCommandFailedException(kwargs.get('cwd', self._getWorkingDirectory()), command, returned)
  14. GitCommandFailedException: GitCommandFailedException: Command 'fetch' failed in /Applications/CouchPotatoServer (128):
  15. error: SSL certificate problem, verify that the CA cert is OK. Details:
  16. error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/RuudBurger/CouchPotatoServer.git/info/refs
  17.  
  18. fatal: HTTP request failed
  19.  
  20.  
  21. encoding=UTF-8 debug=False args=[] app_dir=/Applications/CouchPotatoServer data_dir=/Users/Pinto/Library/Application Support/CouchPotato desktop=None options=Namespace(config_file='/Users/Pinto/Library/Application Support/CouchPotato/settings.conf', console_log=False, daemon=False, data_dir=None, debug=False, pid_file='/Users/Pinto/Library/Application Support/CouchPotato/couchpotato.pid', quiet=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement