Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 Server error in materialize #186

Open
jinhan opened this issue May 2, 2024 · 1 comment
Open

500 Server error in materialize #186

jinhan opened this issue May 2, 2024 · 1 comment

Comments

@jinhan
Copy link

jinhan commented May 2, 2024

I have a 500 server error when I access the table list using the materialize.get_tables() function.

url = "https://global.brain-wire-test.org/"
datastack = "h01_c3_flat"

client = CAVEclient(datastack_name=datastack, server_address=url)
client.materialize.get_tables()
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.

@jakobtroidl
Copy link
Contributor

jakobtroidl commented May 2, 2024

Additional info: We currently use the spatial_aligned_svid_lookup branch rather than the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants