JamesIves / discord-wow-armory-bot

⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
https://jamesiv.es/python/2017/07/18/discord-wow-bot
MIT License
33 stars 25 forks source link

Migrate API Version #43

Closed imerzan closed 5 years ago

imerzan commented 5 years ago

Is this working on the NEW API yet? I am unable to look anything up, and it looks like it still references the old API url.

JamesIves commented 5 years ago

What do you mean by new API? I wasn't aware any of the endpoints this bot uses are being deprecated. Do you have a link you can share with the information?

Additionally, what error are you receiving?

imerzan commented 5 years ago

image Dev.battle.net shows this (above)

I had to setup a new key @ https://develop.battle.net/ per Blizz instructions

The error in discord I get is: image

Verified that the name / server name is correct

JamesIves commented 5 years ago

Ah yes, I see it on my server now too.

I'll get this fixed up tonight after work and push up a new version. Thank you for the report, I'll update this thread when the issue has been resolved.

JamesIves commented 5 years ago

The bot has been updated, here's the release: https://github.com/JamesIves/discord-wow-armory-bot/releases/tag/4.0.0 (Please follow the migration guide in the release notes)

Please file an issue if you experience any further issues!

imerzan commented 5 years ago

Seems to work now

JamesIves commented 5 years ago

Keep in mind there’s an issue with the Blizzard API at the moment which results in a lot of returned 503 errors, if you get the connection failed or unknown error it’s likely caused by that. I left a note on their forum board so hopefully it gets resolved soon.

Let me know if you spot any other issues!