juteman
deepin
2020-11-05 00:53 这就是代码有问题吧....
从异常信息来看, 是发起一个请求的时候有异常
而且在处理异常的代码里居然又抛了一个异常。
建议直接给插件代码或者moonplayer 提issues
Reply Like 0 View the author
这就是代码有问题吧....
从异常信息来看, 是发起一个请求的时候有异常
而且在处理异常的代码里居然又抛了一个异常。
建议直接给插件代码或者moonplayer 提issues
你怎么安装的呀。。。这个版本太落后了,下载最新版吧:
https://coslyk.github.io/moonplayer.html
这就是代码有问题吧....
从异常信息来看, 是发起一个请求的时候有异常
而且在处理异常的代码里居然又抛了一个异常。
建议直接给插件代码或者moonplayer 提issues
不是代码有问题,而是最近youtube-dl项目被封了,而更新脚本要下载这玩意……
不是代码有问题,而是最近youtube-dl项目被封了,而更新脚本要下载这玩意……
是不是就是说moonplayer现在不能用了啊?
是不是就是说moonplayer现在不能用了啊?
装最新版,已经修复了
Popular Ranking
ChangePopular Events
More
安装插件后就这样了!
不知道怎么回事!不能用啊!
=> Upgrading ykdl
Current version: 2415c76f86937310b1bfad1a257d119858663b85
Traceback (most recent call last):
File "/usr/lib/python3.7/urllib/request.py", line 1324, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/usr/lib/python3.7/http/client.py", line 1244, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1290, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1239, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output
self.send(msg)
File "/usr/lib/python3.7/http/client.py", line 966, in send
self.connect()
File "/usr/lib/python3.7/http/client.py", line 1399, in connect
super().connect()
File "/usr/lib/python3.7/http/client.py", line 938, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/lib/python3.7/socket.py", line 727, in create_connection
raise err
File "/usr/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/apps/com.github.moonplayer/files/share/moonplayer/plugins/upgrade_extras.py", line 75, in
latest_ver = get_latest_commit('zhangn1985/ykdl')
File "/opt/apps/com.github.moonplayer/files/share/moonplayer/plugins/upgrade_extras.py", line 41, in get_latest_commit
data = get_content(url)
File "/opt/apps/com.github.moonplayer/files/share/moonplayer/plugins/upgrade_extras.py", line 28, in get_content
return urlopen(url).read()
File "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/usr/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/usr/lib/python3.7/urllib/request.py", line 1367, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/usr/lib/python3.7/urllib/request.py", line 1326, in do_open
raise URLError(err)
urllib.error.URLError: