-
Notifications
You must be signed in to change notification settings - Fork 17
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
support http_proxy (was: Pages does not load, segfault on exit) #23
Comments
Hi @eaubin! Thanks for reporting the issue and sorry you're facing this. It looks like you might have an outdated, cached version. Could you possibly try to remove the ui extension (with Could you also send the exact steps you took to start the UI? Did you do Finally, if you could send the output of |
Here's the full trace
The Chrome developer log shows one pending request that doesn't get answered. What version of the extension where you expecting? I could try downloading and installing it manually. |
Looking at the docs, it says that it fetches files from a remote HTTP server to be kept up to date, does the extension respect the duckdb http_proxy variable? |
Hm, no, I don't think it does. If you're depending on that, it could be the issue. Could you say more about your use of |
At $work all network access is through a proxy, I can't access the internet directly. Does the ui cache the downloaded content? I could manually download it to the right place on disk. |
I see. The content isn't explicitly downloaded, though, once fetched, the browser should cache most (but not all) of it. Probably a change would be needed to the extension to properly support proxies. |
fwiw, making it work offline would be nice for those times and environments where there is no internet access. |
Agreed. This is on our radar, but we'd have to figure out a few details first. |
Having the same issue. I suspect the CLI/backend does HTTP requests of its own that don't respect the |
Yes, this is correct. We'll need to investigate how to properly respect this setting. |
Trying duckdb-ui for the first time with v.1.2.1 8e52ec4395 extension version 963e0e4 on osx arm. The extension loads and gives the 'UI started at http://localhost:4213/' but the server doesn't respond. I've tried both chrome and curl.
Also, exiting the duckdb cli with Ctrl-C multiple times gives a segfault.
The text was updated successfully, but these errors were encountered: