tropicbliss / buckshot

A fast and capable Minecraft name sniper.
MIT License
25 stars 3 forks source link

[MicroAuth] HTTP status code: 403 Please try again later. #6

Closed etz closed 3 years ago

etz commented 3 years ago

Using the latest maintenance build, I am experiencing a 403 error after attempting to start the application. Waited approximately 1 hour and tried again to no avail. I am able to use the Mojang API to check available usernames, not quite sure why access is being forbidden (potentially something to do with a MS account?). Config below.

config.toml

[account]
username = "my_email@outlook.com"
password = "my_password"
# Leave the rest empty if you do not have security questions
sq1 = ""
sq2 = ""
sq3 = ""

[config]
offset = 0
auto_offset = false
spread = 0
microsoft_auth = true
gc_snipe = true
change_skin = false
skin_model = "slim"
skin_filename = "example.png"
# Name queueing example:
# name_queue = ["Marc", "Dream"]
name_queue = ["Marc", "Dream"]
tropicbliss commented 3 years ago

Alright it's my fault. I misconfigured the firewall for my API. Try again, I'm terribly sorry.

etz commented 3 years ago

Seems to be working now. Thank you.