XVMX / vmbot

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

Route "/v2/corporations/{}/wallets/{}/journal/" is deprecated #77

Closed TheJokr closed 6 years ago

TheJokr commented 6 years ago

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

  File "cron/wallet_update.py", line 58, in get_entries
    (config.CORPORATION_ID, WALLET_DIVISION), params=params)
  File "/home/admin/sauce/VMBot/code/vmbot/helpers/sso.py", line 63, in request_esi
    return api.request_esi(route, fmt, params, data, headers, timeout, method, with_head)