Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Can't get plugins from the external repository #1

Closed
troelsdk opened this issue Jun 14, 2013 · 4 comments
Closed

Can't get plugins from the external repository #1

troelsdk opened this issue Jun 14, 2013 · 4 comments

Comments

@troelsdk
Copy link

Hi,

I'm running on a qnap system from source and after the latest 2 updates, I can't get the list of plugins. I just get a blank list.

I get this error in log:

{"msg": "Error while retrieving repo information from https://raw.github.com/lad1337/XDM-main-plugin-repo/master/meta.json\nTraceback:\nTraceback (most recent call last):\n File "/share/MD0_DATA/.qpkg/XDM/xdm/plugins/repository.py", line 313, in cache\n r = requests.get(self.url, timeout=20)\n File "/share/MD0_DATA/.qpkg/XDM/lib/requests/api.py", line 55, in get\n return request('get', url, *_kwargs)\n File "/share/MD0_DATA/.qpkg/XDM/lib/requests/api.py", line 44, in request\n return session.request(method=method, url=url, *_kwargs)\n File "/share/MD0_DATA/.qpkg/XDM/lib/requests/sessions.py", line 279, in request\n resp = self.send(prep, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies)\n File "/share/MD0_DATA/.qpkg/XDM/lib/requests/sessions.py", line 373, in send\n r = adapter.send(request, **kwargs)\n File "/share/MD0_DATA/.qpkg/XDM/lib/requests/adapters.py", line 210, in send\n raise SSLError(e)\nSSLError: [Errno 1] _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed\n", "lvl": "ERROR", "caller": {"line": 315, "fn": "cache", "file": "/share/MD0_DATA/.qpkg/XDM/xdm/plugins/repository.py"}, "data": {}, "time": "2013-06-14 16:19:16.630459"}

Did something change regarding the certificate-handling?

@lad1337
Copy link
Owner

lad1337 commented Jun 14, 2013

this honestly looks like a github error ... since i did not implement any ssl checking for the repo ... might i have been during issue times mentioned here https://status.github.com/messages... does it persist ?

@troelsdk
Copy link
Author

Hmm. I dug a little more and it looks like its a problem on my site. I can't even use wget:

wget https://raw.github.com/lad1337/XDM-main-plugin-repo/master/meta.json

--2013-06-14 22:12:19-- https://raw.github.com/lad1337/XDM-main-plugin-repo/master/meta.json
Resolving raw.github.com... 199.27.76.133
Connecting to raw.github.com|199.27.76.133|:443... connected.
ERROR: cannot verify raw.github.com's certificate, issued by /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3': Unable to locally verify the issuer's authority. To connect to raw.github.com insecurely, use--no-check-certificate'.
Unable to establish SSL connection.

Sorry for involving you and thanks for your great program!

@lad1337
Copy link
Owner

lad1337 commented Jun 14, 2013

no problem glad i can help :) ... and very happy to see someone uses it ^_^ ... this will mean i will be careful when upgrading / breaking stuff!

@troelsdk
Copy link
Author

I solved it by updating the python version on my qnap. Just if anybody else is having the same problem :-)

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

No branches or pull requests

2 participants