XVMX / vmbot

Jabberbot based chatbot
GNU General Public License v3.0
2 stars 5 forks source link

Route "/v2/universe/names/" is outdated #85

Closed TheJokr closed 5 years ago

TheJokr commented 5 years ago

Response header: warning: 199 - This route has an upgrade available Traceback (most recent call last):

  File "vmbot/async/km_feed.py", line 83, in __init__
    self.name = api.get_names(victim.get('character_id', victim['corporation_id'])).values()[0]
  File "vmbot/helpers/api.py", line 43, in get_names
    res = request_esi("/v2/universe/names/", json=ids, method="POST")