psychemedia / jupyter-postgres-demo

Demo of launching a binderhub notebook server with a free running postgres server
Apache License 2.0
5 stars 20 forks source link

pgadmin - query tool raises Invalid HTTP error #3

Open psychemedia opened 5 years ago

psychemedia commented 5 years ago

Trying to launch the pgadmin query tool raises the error:

Bad Request

Invalid HTTP Version 'Invalid HTTP Version: 'on testuser@test1?query_url=&server_type=pg HTTP/1.1''

See also this related SO question on pgadmin in docker.

manics commented 5 years ago

I haven't seen it before but I can reproduce it with your repo on mybinder: screen shot 2019-02-04 at 16 34 00

This issue sounds vaguely similar in that both appear to concern background requests in certain situations https://github.com/jupyterhub/jupyter-server-proxy/issues/95 Have you tried running it locally and checking the jupyter logs? I'd give it a go but I can't get repo2docker to work.

psychemedia commented 5 years ago

repo2docker not working properly for me atm (docker issue on mac I think); I'll see if I can reproduce it on another machine.