danpicton commented on issue #28315:
URL: https://github.com/apache/superset/issues/28315#issuecomment-2288113482
I am encountering the same error, here're the logs:
```
superset_app | 2024-08-14
08:01:57,624:DEBUG:superset.stats_logger:[stats_logger] (incr) root
superset_app | 2024-08-14 08:01:57,631:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:01:57] "GET /sqllab/ HTTP/1.1" 200 -
superset_worker_beat | [2024-08-14 08:02:00,051: INFO/MainProcess]
Scheduler: Sending due task reports.scheduler (reports.scheduler)
superset_worker | [2024-08-14 08:02:00,057: INFO/MainProcess] Task
reports.scheduler[c6e7c9ba-bfed-46f3-8473-8ca6c3685b17] received
superset_worker | [2024-08-14 08:02:00,061: DEBUG/ForkPoolWorker-3]
[stats_logger] (incr) reports.scheduler
superset_worker | [2024-08-14 08:02:00,073: INFO/ForkPoolWorker-3]
Task reports.scheduler[c6e7c9ba-bfed-46f3-8473-8ca6c3685b17] succeeded in
0.012761799996951595s: None
superset_app | 2024-08-14
08:02:00,137:WARNING:superset.views.base:HTTPException
superset_app | Traceback (most recent call last):
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1823, in
full_dispatch_request
superset_app | rv = self.dispatch_request()
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1788, in
dispatch_request
superset_app | self.raise_routing_exception(req)
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1770, in
raise_routing_exception
superset_app | raise request.routing_exception # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 351, in
match_request
superset_app | result =
self.url_adapter.match(return_rule=True) # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 624, in
match
superset_app | raise NotFound() from None
superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.
superset_app | 2024-08-14 08:02:00,146:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:00] "GET /ws HTTP/1.1" 404 -
superset_app | 2024-08-14
08:02:01,449:DEBUG:superset.stats_logger:[stats_logger] (incr)
DatabaseRestApi.get_list.success
superset_app | 2024-08-14
08:02:01,450:DEBUG:superset.stats_logger:[stats_logger] (timing)
DatabaseRestApi.get_list.time | 49.88356400281191
superset_app | 2024-08-14 08:02:01,462:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:01] "GET
/api/v1/database/?q=(filters:!((col:database_name,opr:neq,value:examples)))
HTTP/1.1" 200 -
superset_app | 2024-08-14
08:02:01,472:DEBUG:superset.stats_logger:[stats_logger] (incr)
DatabaseRestApi.get_list.success
superset_app | 2024-08-14
08:02:01,472:DEBUG:superset.stats_logger:[stats_logger] (timing)
DatabaseRestApi.get_list.time | 73.42577099916525
superset_app | 2024-08-14 08:02:01,480:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:01] "GET
/api/v1/database/?q=(filters:!((col:allow_file_upload,opr:upload_is_enabled,value:!t)))
HTTP/1.1" 200 -
superset_app | 2024-08-14
08:02:02,324:DEBUG:superset.stats_logger:[stats_logger] (incr) log
superset_app | 2024-08-14 08:02:02,327:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:02] "POST /superset/log/?explode=events HTTP/1.1" 200 -
superset_app | 2024-08-14
08:02:02,634:WARNING:superset.views.base:HTTPException
superset_app | Traceback (most recent call last):
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1823, in
full_dispatch_request
superset_app | rv = self.dispatch_request()
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1788, in
dispatch_request
superset_app | self.raise_routing_exception(req)
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1770, in
raise_routing_exception
superset_app | raise request.routing_exception # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 351, in
match_request
superset_app | result =
self.url_adapter.match(return_rule=True) # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 624, in
match
superset_app | raise NotFound() from None
superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.
superset_app | 2024-08-14 08:02:02,640:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:02] "GET /ws HTTP/1.1" 404 -
superset_app | 2024-08-14
08:02:04,718:WARNING:superset.views.base:HTTPException
superset_app | Traceback (most recent call last):
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1823, in
full_dispatch_request
superset_app | rv = self.dispatch_request()
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1788, in
dispatch_request
superset_app | self.raise_routing_exception(req)
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1770, in
raise_routing_exception
superset_app | raise request.routing_exception # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 351, in
match_request
superset_app | result =
self.url_adapter.match(return_rule=True) # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 624, in
match
superset_app | raise NotFound() from None
superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.
superset_app | 2024-08-14 08:02:04,725:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:04] "GET /ws HTTP/1.1" 404 -
superset_db | 2024-08-14 08:02:08.101 UTC [26] LOG: checkpoint
complete: wrote 12126 buffers (74.0%); 0 WAL file(s) added, 0 removed, 6
recycled; write=269.148 s, sync=0.029 s, total=269.193 s; sync files=160,
longest=0.002 s, average=0.001 s; distance=107897 kB, estimate=107897 kB
superset_app | 2024-08-14
08:02:08,751:WARNING:superset.views.base:HTTPException
superset_app | Traceback (most recent call last):
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1823, in
full_dispatch_request
superset_app | rv = self.dispatch_request()
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1788, in
dispatch_request
superset_app | self.raise_routing_exception(req)
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1770, in
raise_routing_exception
superset_app | raise request.routing_exception # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 351, in
match_request
superset_app | result =
self.url_adapter.match(return_rule=True) # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 624, in
match
superset_app | raise NotFound() from None
superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.
superset_app | 2024-08-14 08:02:08,758:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:08] "GET /ws HTTP/1.1" 404 -
superset_app | 2024-08-14
08:02:16,786:WARNING:superset.views.base:HTTPException
superset_app | Traceback (most recent call last):
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1823, in
full_dispatch_request
superset_app | rv = self.dispatch_request()
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1788, in
dispatch_request
superset_app | self.raise_routing_exception(req)
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/app.py", line 1770, in
raise_routing_exception
superset_app | raise request.routing_exception # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/flask/ctx.py", line 351, in
match_request
superset_app | result =
self.url_adapter.match(return_rule=True) # type: ignore
superset_app | File
"/usr/local/lib/python3.10/site-packages/werkzeug/routing/map.py", line 624, in
match
superset_app | raise NotFound() from None
superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The
requested URL was not found on the server. If you entered the URL manually
please check your spelling and try again.
superset_app | 2024-08-14 08:02:16,793:INFO:werkzeug:172.21.0.1 -
- [14/Aug/2024 08:02:16] "GET /ws HTTP/1.1" 404 -
superset_app | 2024-08-14
08:02:19,791:DEBUG:superset.stats_logger:[stats_logger] (incr) health
superset_app | 2024-08-14 08:02:19,792:INFO:werkzeug:127.0.0.1 - -
[14/Aug/2024 08:02:19] "GET /health HTTP/1.1" 200 -
```
Superset: 4.0.2 tag
OS: MacOS 14.5
Docker:
- Desktop: 4.19.0 (106363)
- Engine: 23.05
- Compose: 2.17.3
--
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]