mirror of
https://github.com/inpanel/inpanel.git
synced 2026-04-26 16:55:58 +03:00
[GH-ISSUE #40] Debian11安装失败 #26
Labels
No labels
bug
bug
enhancement
help wanted
new features
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/inpanel#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HZDZ9495 on GitHub (Aug 22, 2022).
Original GitHub issue: https://github.com/inpanel/inpanel/issues/40
使用安装脚本报错
============================
The URL of your InPanel is:
Traceback (most recent call last):
File "install.py", line 392, in
install.install()
File "install.py", line 381, in install
print('\033[4;34mhttp://%s:%s/\033[0m' % (self.detect_ip(), self.listen_port))
File "install.py", line 277, in detect_ip
ip = request.urlopen('http://ip.42.pl/raw').readline()
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1235, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1208, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1161, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 448, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 404, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
socket.error: [Errno 104] Connection reset by peer
@jksdou commented on GitHub (Sep 27, 2022):
@HZDZ9495 不支持 Debian ...