blue-santa commented on issue #30663:
URL: https://github.com/apache/superset/issues/30663#issuecomment-3038323910

   I rebooting my machine.
   
   The error persisted on a renewed attempt with minimal file changes.
   
   Only `SUPERSET_LOAD_EXAMPLES=no` in `.env`, the port in `docker-compose.yml` 
changed to `5433`.
   
   The `/etc/docker/daemon.json` file is empty now and the 
`superset-websocket/Dockerfile` is as per the git cloned version.
   
   While the same `EBADENGINE` error did appear during the build process, the 
build process continued past it this time. 
   
   Unfortunately, while the backend built, the frontend did not. 
`http://localhost:8088` shows a broken image. 
   
   When I attempt to load the page, errors like this appear in the docker 
compose terminal
   
   ```
   superset_app          | Traceback (most recent call last):
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/flask/app.py", line 1484, in 
full_dispatch_request
   superset_app          |     rv = self.dispatch_request()
   superset_app          |          ^^^^^^^^^^^^^^^^^^^^^^^
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/flask/app.py", line 1469, in 
dispatch_request
   superset_app          |     return 
self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
   superset_app          |            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/flask/app.py", line 502, in <lambda>
   superset_app          |     view_func=lambda **kw: 
self_ref().send_static_file(**kw),  # type: ignore # noqa: B950
   superset_app          |                            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/flask/scaffold.py", line 317, in 
send_static_file
   superset_app          |     return send_from_directory(
   superset_app          |            ^^^^^^^^^^^^^^^^^^^^
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/flask/helpers.py", line 557, in 
send_from_directory
   superset_app          |     return werkzeug.utils.send_from_directory(  # 
type: ignore[return-value]
   superset_app          |            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   superset_app          |   File 
"/app/.venv/lib/python3.11/site-packages/werkzeug/utils.py", line 575, in 
send_from_directory
   superset_app          |     raise NotFound()
   superset_app          | werkzeug.exceptions.Not
   ```
   
   Happy to post this elsewhere or raise a new issue, if this isn't the right 
place for this information. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to