MineDojo / Voyager

An Open-Ended Embodied Agent with Large Language Models
https://voyager.minedojo.org/
MIT License
5.4k stars 493 forks source link

ERR_CONNECTION_REFUSED when I use browser to access the created minecraft server #46

Closed qyxqyx closed 1 year ago

qyxqyx commented 1 year ago

I follow the tutorial in the installation blog to create the minecraft server on my local computer, and the program returns the first link (https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=****) to me so that I can access the server in browser.

By clicking the link, I jump to a website where I was required to loggin with my microsoft account.

After loggin, the website address turns to the second link (https://127.0.0.1/auth-response?code=***) and raises an error: ERR_CONNECTION_REFUSED.

How can I solve this error? Asking for help

Cubey42 commented 1 year ago

use that hyperlink and paste it back into the terminal, then hit enter

qyxqyx commented 1 year ago

@Cubey42 Thank you. This issue is addressed with your help

xieleo5 commented 1 year ago

Close since the issue is resolved.