You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: https://local.brain-wire-test.org/materialize/api/v3/datastack/h01_c3_flat/version/377/views content:b'<!doctype html>\n<html lang=en>\n<title>500 Internal Server Error</title>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>\n'
I could access info functions such as client.info.get_datastack_info("h01_c3_flat").
From the error log, https://local.brain-wire-test.org/materialize/api/v3/datastack/h01_c3_flat/version/377/views returns internal server error, but with /tables endpoint correctly returns the table list.
The text was updated successfully, but these errors were encountered:
I have a 500 server error when I access the table list using the
materialize.get_tables()
function.I could access info functions such as
client.info.get_datastack_info("h01_c3_flat")
.From the error log,
https://local.brain-wire-test.org/materialize/api/v3/datastack/h01_c3_flat/version/377/views
returns internal server error, but with/tables
endpoint correctly returns the table list.The text was updated successfully, but these errors were encountered: