Hi, I have tried this tools for a month, and it's an amazing job.
However, when I tried it today, I can open the webpage but the search result shows blank, and I don't know why. Here's the traceback information, can you help me to check what's going on?
(base)➜ ~ python -m arxivbox
Dash is running on http://127.0.0.1:62577/
* Serving Flask app '__main__' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:62577/ (Press CTRL+C to quit)
127.0.0.1 - - [08/Oct/2021 19:39:34] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/deps/[email protected]_0_0m1632294170.12.1.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/deps/[email protected]_0_0m1632294170.14.0.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/dash-renderer/build/dash_renderer.v2_0_0m1632294170.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/deps/[email protected]_0_0m1632294170.7.2.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/deps/[email protected]_0_0m1632294170.14.0.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash_bootstrap_components/_components/dash_bootstrap_components.v0_13_0m1632294170.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/dcc/dash_core_components.v2_0_0m1632294170.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/dcc/dash_core_components-shared.v2_0_0m1632294170.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/html/dash_html_components.v2_0_0m1632294170.min.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-component-suites/dash/dash_table/bundle.v5_0_0m1632294170.js HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-layout HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_dash-dependencies HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "POST /_dash-update-component HTTP/1.1" 200 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "POST /_dash-update-component HTTP/1.1" 200 -
Exception on /_dash-update-component [POST]
Traceback (most recent call last):
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/dash/dash.py", line 1336, in dispatch
response.set_data(func(*args, outputs_list=outputs_list))
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/dash/_callback.py", line 151, in add_context
output_value = func(*func_args, **func_kwargs) # %% callback invoked %%
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/arxivbox/__main__.py", line 146, in update_output_div
pwcdata = json.load(zipfile)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 292, in read
return self._buffer.read(size)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 479, in read
if not self._read_gzip_header():
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 427, in _read_gzip_header
raise BadGzipFile('Not a gzipped file (%r)' % magic)
gzip.BadGzipFile: Not a gzipped file (b'[\n')
127.0.0.1 - - [08/Oct/2021 19:39:35] "POST /_dash-update-component HTTP/1.1" 500 -
127.0.0.1 - - [08/Oct/2021 19:39:35] "GET /_favicon.ico?v=2.0.0 HTTP/1.1" 200 -
Exception on /_dash-update-component [POST]
Traceback (most recent call last):
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/dash/dash.py", line 1336, in dispatch
response.set_data(func(*args, outputs_list=outputs_list))
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/dash/_callback.py", line 151, in add_context
output_value = func(*func_args, **func_kwargs) # %% callback invoked %%
File "/Users/zhangboyuan/anaconda3/lib/python3.8/site-packages/arxivbox/__main__.py", line 146, in update_output_div
pwcdata = json.load(zipfile)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 292, in read
return self._buffer.read(size)
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 479, in read
if not self._read_gzip_header():
File "/Users/zhangboyuan/anaconda3/lib/python3.8/gzip.py", line 427, in _read_gzip_header
raise BadGzipFile('Not a gzipped file (%r)' % magic)
gzip.BadGzipFile: Not a gzipped file (b'[\n')
127.0.0.1 - - [08/Oct/2021 19:40:03] "POST /_dash-update-component HTTP/1.1" 500 -``