XVMX / vmbot

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

Route "/v1/characters/{}/corporationhistory/" is deprecated #91

Closed TheJokr closed 3 years ago

TheJokr commented 3 years ago

Response header: warning: 299 - This route is deprecated Traceback (most recent call last):

  File "vmbot/__init__.py", line 153, in callback_message
    reply = cmd(mess, args)
  File "vmbot/utils.py", line 40, in character
    corp_hist = api.request_esi("/v1/characters/{}/corporationhistory/", (char_id,))