• Support
  • [FIX] brandnew subdomain is DOWN

I can't install the aapanel, shows:

root@ubuntu20:~# wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel
--2024-01-07 11:50:36-- http://www.aapanel.com/script/install-ubuntu_6.0_en.sh
Resolving www.aapanel.com (www.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3031::6815:4fc4, ...
Connecting to www.aapanel.com (www.aapanel.com)|104.21.79.196|:80... connected.
HTTP request sent, awaiting response... 522
2024-01-07 11:51:07 ERROR 522: (no description).

/etc/hosts already add:
104.21.79.196 brandnew.aapanel.com
172.67.171.7 brandnew.aapanel.com

It don't work.

still got json.decoder error message.. is there any solution to fix this error?

jxng
My Vps Centos 7,
already create 1, but still getting error, already restart panel, re login, still same.

good job
temporary solved our problems by this .
i think Cloudflare's DNS have problem with the domain and should repaired by aapanel

it solve some problems but for example you cant install any module ! line Apache nginx or ...
i have received so many error for installing ....


panel reload + shift f5 not working on my side. Anyone have any other ideas?

jxng
After completing this step, this message will be displayed

An error occurred while the panel was running!
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
REQUEST_DATE: 2024-01-07 03:56:31
PAN_VERSION: 6.8.31
OS_VERSION: Ubuntu 20.04.6 LTS x86_64(Py3.7.9)
REMOTE_ADDR: 192.168.1.2
REQUEST_URI: POST /plugin?action=get_usually_plugin
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 1812, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/init.py", line 1764, in run
result = getattr(toObject,get.action)(get)
File "class/panelPlugin.py", line 1919, in get_usually_plugin
plugin_info = self.get_soft_find(p['plugin_name'])
File "class/panelPlugin.py", line 966, in get_soft_find
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 367, in get_cloud_list
listTmp=listTmp.json()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/requests/models.py", line 900, in json
return complexjson.loads(self.text, **kwargs)
File "/www/server/panel/pyenv/lib/python3.7/json/init.py", line 348, in loads
return default_decoder.decode(s)
File "/www/server/panel/pyenv/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=
w(s, 0).end())
File "/www/server/panel/pyenv/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0