Voyager icon indicating copy to clipboard operation
Voyager copied to clipboard

Error in the line: access_token = account_request["access_token"]. Error is: KeyError: 'access_token'

Open qyxqyx opened this issue 2 years ago • 3 comments

I follow the installation tutorial to deploy Voyager on my computer, but meet an error in the line: access_token = account_request["access_token"].

The error is: KeyError: 'access_token'.

I print the dict account_request, and the contents are: {'path': '/authentication/login_with_xbox', 'error':'FORBIDDEN'}, which does not contain the key 'access_token'.

Can someone help my to solve this issue? Thanks.

qyxqyx avatar Jun 01 '23 06:06 qyxqyx

the line that reports error : account_request = authenticate_with_minecraft(userhash, xsts_token) the returned value is : account_request: {'path': '/authentication/login_with_xbox', 'error': 'FORBIDDEN'}

ItsBean avatar Jun 01 '23 10:06 ItsBean

Hi, if you really cannot do Azure login, please use mc_port. You will just need to manually resume if the process crashes.

xieleo5 avatar Jun 01 '23 12:06 xieleo5

I get the same error @ItsBean

is your account a third party Microsoft account? (E.g. gmail)

I wonder if that could be the reason?

steppelord avatar Jun 05 '23 21:06 steppelord

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

github-actions[bot] avatar Jul 06 '23 02:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 21 '23 02:07 github-actions[bot]