好像只要是用python3.7的都不行
- Traceback (most recent call last):
- File "class/flask_sockets.py", line 30, in __call__
- handler, values = adapter.match()
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in match
- raise NotFound()
- werkzeug.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.
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/http/bce_http_client.py", line 218, in send_request
- if handler_function(http_response, response):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/http/handler.py", line 75, in parse_error
- raise bse
- baidubce.exception.BceServerError: The specified key does not exist.
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "class/panelPlugin.py", line 1944, in a
- return eval(execStr)
- File "", line 1, in
- File "plugin/bos/bos_main.py", line 1464, in set_config
- if _client.get_list():
- File "plugin/bos/bos_main.py", line 1288, in get_list
- delimiter="/")
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/utils.py", line 450, in _decorated
- return f(*args, **kwds)
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/services/bos/bos_client.py", line 876, in list_objects
- return self._send_request(http_methods.GET, bucket_name, params=params, config=config)
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/services/bos/bos_client.py", line 2374, in _send_request
- raise e
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/services/bos/bos_client.py", line 2370, in _send_request
- http_method, path, body, headers, params)
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/http/bce_http_client.py", line 235, in send_request
- '\n'.join(errors)), e)
- baidubce.exception.BceHttpClientError: Unable to execute HTTP request. Retried 0 times. All trace backs:
- >>>>Traceback (most recent call last):
- >>>> File "class/flask_sockets.py", line 30, in __call__
- >>>> handler, values = adapter.match()
- >>>> File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in match
- >>>> raise NotFound()
- >>>>werkzeug.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.
- >>>>
- >>>>During handling of the above exception, another exception occurred:
- >>>>
- >>>>Traceback (most recent call last):
- >>>> File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/http/bce_http_client.py", line 218, in send_request
- >>>> if handler_function(http_response, response):
- >>>> File "/www/server/panel/pyenv/lib/python3.7/site-packages/baidubce/http/handler.py", line 75, in parse_error
- >>>> raise bse
- >>>>baidubce.exception.BceServerError: The specified key does not exist.
复制代码
|
|