OneList icon indicating copy to clipboard operation
OneList copied to clipboard

似乎不行了

Open xlpppp opened this issue 5 years ago • 2 comments

[2019-12-18 22:53:51 +0800] [4455] [INFO] Using worker: sync [2019-12-18 22:53:51 +0800] [4458] [INFO] Booting worker with pid: 4458 [2019-12-18 22:53:51 +0800] [4458] [ERROR] Exception in worker process Traceback (most recent call last): File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process self.load_wsgi() File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi self.wsgi = self.app.wsgi() File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load return self.load_wsgiapp() File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp return util.import_app(self.app_uri) File "/usr/local/python3/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app import(module) File "/web/OneList/app.py", line 5, in from process import od File "/web/OneList/process.py", line 79, in Process.refresh_token() File "/web/OneList/process.py", line 24, in refresh_token od.get_access() File "/web/OneList/onedrive.py", line 45, in get_access 'resource': resource File "/web/OneList/onedrive.py", line 126, in _http_request url, method=method, data=data, headers=headers)).read().decode('utf-8')) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 532, in open response = meth(req, response) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 570, in error return self._call_chain(*args) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) File "/usr/local/python3/lib/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request [2019-12-18 22:53:51 +0800] [4458] [INFO] Worker exiting (pid: 4458) [2019-12-18 22:53:51 +0800] [4455] [INFO] Shutting down: Master [2019-12-18 22:53:51 +0800] [4455] [INFO] Reason: Worker failed to boot.

xlpppp avatar Dec 18 '19 14:12 xlpppp

我也是报这个错

aizhimou avatar Jan 03 '20 08:01 aizhimou

https://api.office.com/discovery/和https://api.office.com/discovery/v2.0/me/services的API已经被废弃了

liulinws avatar Jun 23 '20 23:06 liulinws