有错误,下面是错误提示
- "Traceback (most recent call last):\n File "C:\\BtSoft\\panel/class\\flask_sockets.py", line 30, in __call__\n handler, values = adapter.match()\n File "C:\\Program Files\\python\\lib\\site-packages\\werkzeug\\routing.py", line 1581, in match\n raise NotFound()\nwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "C:\\BtSoft\\panel/class\\data.py", line 87, in getData\n site['type_version'] = siteObj.get_site_stype(site['name'],site['type'])\n File "C:\\BtSoft\\panel/class\\panelSite.py", line 1662, in get_site_stype\n data = self.GetSitePHPVersion(get)\n File "C:\\BtSoft\\panel/class\\panelSite.py", line 1683, in GetSitePHPVersion\n check_ret = self.check_iis_config(Name)\n File "C:\\BtSoft\\panel/class\\panelSite.py", line 2157, in check_iis_config\n ret = self.get_site_config(nget)\n File "C:\\BtSoft\\panel/class\\panelSite.py", line 1918, in get_site_config\n self.init_iisSite_config(get.path)\n File "C:\\BtSoft\\panel/class\\panelSite.py", line 2209, in init_iisSite_config\n if not os.path.exists(webPath): os.makedirs(webPath)\n File "C:\\Program Files\\python\\lib\\os.py", line 210, in makedirs\n makedirs(head, mode, exist_ok)\n File "C:\\Program Files\\python\\lib\\os.py", line 210, in makedirs\n makedirs(head, mode, exist_ok)\n File "C:\\Program Files\\python\\lib\\os.py", line 210, in makedirs\n makedirs(head, mode, exist_ok)\n File "C:\\Program Files\\python\\lib\\os.py", line 220, in makedirs\n mkdir(name, mode)\nOSError: [WinError 123] 文件名、目录名或卷标语法不正确。: 'e:\\\\wwwroot\\\\此处为域名\\r\\nE:'\n"
复制代码 |