Giter Site home page Giter Site logo

ERR_CONNECTION_REFUSED. about voyager HOT 12 CLOSED

minedojo avatar minedojo commented on July 16, 2024
ERR_CONNECTION_REFUSED.

from voyager.

Comments (12)

taoisu avatar taoisu commented on July 16, 2024

Do you have any error message?

Depending on the error message, It could be you didn't add the redirect url to the white list in the app.

If you just saw the redirection failed, that's expected, copy the redicted url to the terminal and hit enter to continue.

from voyager.

xieleo5 avatar xieleo5 commented on July 16, 2024

Hi, thanks for your interest in this project! For connection refused, you can check this section in FAQ.md

from voyager.

Cubey42 avatar Cubey42 commented on July 16, 2024

Okay so I see the code it mentions per the faq, what do I do with it?

from voyager.

xieleo5 avatar xieleo5 commented on July 16, 2024

You just need to copy the whole link in your browser and paste it to your terminal, then hit the Enter key.

from voyager.

Cubey42 avatar Cubey42 commented on July 16, 2024

I understand I wasn't reading the prompt in the window, sorry for the confusion.

from voyager.

xieleo5 avatar xieleo5 commented on July 16, 2024

Hi, to protect your personal information, I edit your response. The link you just paste is the correct one. You just need to paste that one to your terminal but not your browser.

from voyager.

Cubey42 avatar Cubey42 commented on July 16, 2024

Traceback (most recent call last):
File "H:\AI MC\Voyager\run.py", line 13, in
voyager = Voyager(
File "H:\AI MC\Voyager\voyager\voyager.py", line 102, in init
self.env = VoyagerEnv(
File "H:\AI MC\Voyager\voyager\env\bridge.py", line 42, in init
self.mc_instance = self.get_mc_instance()
File "H:\AI MC\Voyager\voyager\env\bridge.py", line 67, in get_mc_instance
return MinecraftInstance(
File "H:\AI MC\Voyager\voyager\env\minecraft_launcher.py", line 36, in init
self.mc_command = self.get_mc_command()
File "H:\AI MC\Voyager\voyager\env\minecraft_launcher.py", line 89, in get_mc_command
login_data = minecraft_launcher_lib.microsoft_account.complete_login(
File "C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\minecraft_launcher_lib\microsoft_account.py", line 261, in complete_login
token = token_request["access_token"]
KeyError: 'access_token'

from voyager.

DamascusGit avatar DamascusGit commented on July 16, 2024

Traceback (most recent call last): File "H:\AI MC\Voyager\run.py", line 13, in voyager = Voyager( File "H:\AI MC\Voyager\voyager\voyager.py", line 102, in init self.env = VoyagerEnv( File "H:\AI MC\Voyager\voyager\env\bridge.py", line 42, in init self.mc_instance = self.get_mc_instance() File "H:\AI MC\Voyager\voyager\env\bridge.py", line 67, in get_mc_instance return MinecraftInstance( File "H:\AI MC\Voyager\voyager\env\minecraft_launcher.py", line 36, in init self.mc_command = self.get_mc_command() File "H:\AI MC\Voyager\voyager\env\minecraft_launcher.py", line 89, in get_mc_command login_data = minecraft_launcher_lib.microsoft_account.complete_login( File "C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\minecraft_launcher_lib\microsoft_account.py", line 261, in complete_login token = token_request["access_token"] KeyError: 'access_token'

I'm also getting thi serror.

from voyager.

xieleo5 avatar xieleo5 commented on July 16, 2024

Hi, all. Make sure you log in to the correct Microsoft Account and set everything correctly in App Registration. You can see #18 for further information.

from voyager.

yhyu13 avatar yhyu13 commented on July 16, 2024

May be a proxy issue?

from voyager.

ahaslam avatar ahaslam commented on July 16, 2024

Works for me if you set the secret_value to "" in the azure_login options:

azure_login = { "client_id": "...", "redirect_url": "https://127.0.0.1/auth-response", "secret_value": "", "version": "fabric-loader-0.14.21-1.19.4", # the version Voyager is tested on }

from voyager.

github-actions avatar github-actions commented on July 16, 2024

This issue is stale because it has been open for 30 days with no activity.

from voyager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.