-
Notifications
You must be signed in to change notification settings - Fork 46
Can't get plugins from the external repository #1
Comments
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 ? |
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 Sorry for involving you and thanks for your great program! |
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! |
I solved it by updating the python version on my qnap. Just if anybody else is having the same problem :-) |
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?
The text was updated successfully, but these errors were encountered: