higlass / higlass-manage

A utility script to manage local docker instances of HiGlass
http://docs.higlass.io
MIT License
22 stars 9 forks source link

higlass-manage start logs "Non 200 status code returned (502)" #71

Closed andyjslee closed 3 years ago

andyjslee commented 3 years ago

I get the following log when I start higlass (higlass-manage start). I am using v0.8.7 for your information. I don't remember seeing this log in v0.8.6.

Pulling latest image... 
done
Data directory: /Users/<user>/hg-data
Temp directory: ()
Starting... default 8989
Docker started: higlass-manage-container-default
sending request 1
Waiting to start (tilesets)...
sending request 2
Waiting to start (tilesets)...
sending request 3
Waiting to start (tilesets)...
sending request 4
Non 200 status code returned (502), waiting...
sending request 5
Non 200 status code returned (502), waiting...
sending request 6
Non 200 status code returned (502), waiting...
sending request 7
Non 200 status code returned (502), waiting...
sending request 8
Non 200 status code returned (502), waiting...
sending request 9
Non 200 status code returned (502), waiting...
sending request 10
Non 200 status code returned (502), waiting...
sending request 11
Non 200 status code returned (502), waiting...
sending request 12
Non 200 status code returned (502), waiting...
sending request 13
Non 200 status code returned (502), waiting...
sending request 14
Non 200 status code returned (502), waiting...
sending request 15
Non 200 status code returned (502), waiting...
sending request 16
Non 200 status code returned (502), waiting...
sending request 17
public_data: True
Replaced js file
Started

I do not see any of the public data when I load up Higlass on a browser.

jiangpuxuan commented 1 year ago

Hi, I met this problem too. How could you manage to solve it? Thank you for your help!

pkerpedjiev commented 1 year ago

Oh, this error doesn't actually affect anything. You should still be able to go to localhost:8989 to view your higlass instance.

jiangpuxuan commented 1 year ago

Oh, this error doesn't actually affect anything. You should still be able to go to localhost:8989 to view your higlass instance.

Thank you for your help!