nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 53 forks source link

credentials when running locally #169

Open mllewis opened 7 years ago

mllewis commented 7 years ago

When I try to run NEXT locally, I get a message in my browser saying:

Authentication is required. [localhost] requires username and password Your connection to this site is not private.

What credentials do I add here? I don't see anything in the documentation about this.

Thanks!

stsievert commented 7 years ago

This sounds like a network issue. What are the details of your setup? Operating system, web browser, docker version?

Try giving no credentials and see what happens.

lalitkumarj commented 7 years ago

Hi Molly

Just to confirm, are you going to http://localhost:8000/home?

Also, is there any chance you are running a different server on your computer for another application? This seems like the most likely culprit.

Finally, can you paste any output from the terminal window running NEXT? Ie, the window with lots of colored lines floating by.

I'm confident we will be able to debug this.

Thanks! Lalit On Feb 26, 2017 23:38, "Scott Sievert" notifications@github.com wrote:

This sounds like a network issue. What are the details of your setup? Operating system, web browser, docker version?

Try giving no credentials and see what happens.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nextml/NEXT/issues/169#issuecomment-282626359, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWhGIhEHLGycwulraQzlcMtJY_JXy6Eks5rglM0gaJpZM4MMoFa .

stsievert commented 7 years ago

From #178 it seems this issue is resolved. Is this true?

mllewis commented 7 years ago

No, I never got this to work (under time pressure, I ended up not running locally). Sorry - I plan to try this again though for future iterations though.

On Mon, Apr 10, 2017 at 11:11 AM Scott Sievert notifications@github.com wrote:

From #178 https://github.com/nextml/NEXT/issues/178 it seems this issue is resolved. Is this true?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nextml/NEXT/issues/169#issuecomment-292998289, or mute the thread https://github.com/notifications/unsubscribe-auth/AF32idnrybmT8-cxET1cOaTucGt6nKC1ks5rulSogaJpZM4MMoFa .

stsievert commented 7 years ago

No worries, just let us know what happens when you try again.