pinellolab / STREAM

STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data
http://stream.pinellolab.org
GNU Affero General Public License v3.0
168 stars 45 forks source link

stream web go error in docker #113

Open Roger-GOAT opened 3 years ago

Roger-GOAT commented 3 years ago

Hi all, I run the stream-web on docker at http://localhost:10001/. After I upload data it showed "Upload successful" and is keep showing loading. I open the windows powershell showed like below: (the error keep repeat again)

172.17.0.1 - - [22/Jan/2021:05:52:38 +0000] "POST /compute/_dash-update-component HTTP/1.1" 200 55 "http://localhost:10001/compute/STREAM_64a35d2f-450e-4823-9d9c-01a2c0a23bfb" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75" [2021-01-22 05:52:38,262] ERROR in app: Exception on /compute/_dash-update-component [POST] Traceback (most recent call last):
File "/opt/conda/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/conda/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/conda/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/conda/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/opt/conda/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/conda/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functionsrule.endpoint
File "/opt/conda/lib/python3.7/site-packages/dash/dash.py", line 556, in dispatch
return self.callback_map[target_id]'callback'
File "/opt/conda/lib/python3.7/site-packages/dash/dash.py", line 513, in add_context
output_value = func(*args, **kwargs)
File "/stream_web/app.py", line 3394, in num_clicks_compute
with open(edges, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/RESULTS_FOLDER/STREAM_64a35d2f-450e-4823-9d9c-01a2c0a23bfb/edges.tsv'

172.17.0.1 - - [22/Jan/2021:05:52:38 +0000] "POST /compute/_dash-update-component HTTP/1.1" 200 70 "http://localhost:10001/compute/STREAM_64a35d2f-450e-4823-9d9c-01a2c0a23bfb" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75" 172.17.0.1 - - [22/Jan/2021:05:52:38 +0000] "POST /compute/_dash-update-component HTTP/1.1" 500 290 "http://localhost:10001/compute/STREAM_64a35d2f-450e-4823-9d9c-01a2c0a23bfb" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75"