e-m-b-a / embark

EMBArk - The firmware security scanning environment
https://www.securefirmware.de
MIT License
319 stars 46 forks source link

WebSocket connection to 'ws://[my_ip]:8001/ws/progress/' failed #146

Closed qingyuanyou closed 1 year ago

qingyuanyou commented 1 year ago

Describe the bug after I updated a file to analyze, console error WebSocket connection to 'ws://[my_ip]:8001/ws/progress/' failed, the service shutdown.

To Reproduce Steps to reproduce the behavior:

  1. select a file to analyze
  2. error in WebSocket connection to 'ws://[my_ip]:8001/ws/progress/' failed: (anonymous) @ serviceDashboard.js:103
  3. the service shutted down but analyze docker is still running.

Expected behavior I want the system not to be accidentally stopped after normal operation, I would appreciate if you could help me

Screenshots image image image image

Desktop (please complete the following information): image image image

Thanks,

BenediktMKuehne commented 1 year ago

I'm tracking that currently. We have a problem within our logreader, which causes the whole WSGI to crash. Will keep you updated with a fix

BenediktMKuehne commented 1 year ago

Current master has a work-around for this issue. It's not a fix, but at this moment, the only way to make the wsgi work.

qingyuanyou commented 1 year ago

Hi Team,

Thanks for update. I will try right now.

:)

qingyuanyou commented 1 year ago

update on my side. the good news is it works! thanks. however it is too slow to load pages. TAT

BenediktMKuehne commented 1 year ago

closed with #154