EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
991 stars 155 forks source link

CAPI: Refreshing access token... #1931

Closed Frostbite-UK closed 1 year ago

Frostbite-UK commented 1 year ago

Describe the bug When clicking on the UPDATE button, the status reads "CAPI: Refreshing access token..." and does not change or update market data for INARA.

To Reproduce Steps to reproduce the behavior:

  1. Start EDMC
  2. Wait for cooldown to complete
  3. Click on UPDATE button
  4. Status does not change from "CAPI: Refreshing access token..."

Expected behavior Update market data for INARA website

Screenshot Screenshot

klightspeed commented 1 year ago

It looks like the token refresh is working, but any attempts to use that token fail with a 401 Unauthorized, which suggests that it is being affected by the CAPI issue that requires both capi and auth scopes where the token has been created with only the capi scope (i.e. from versions before 5.8.1)

Probably the easiest way to fix this would be to go to https://user.frontierstore.net/linked and deauthorize Elite Dangerous Market Connector (EDCD/Athanasius), then try again.

Frostbite-UK commented 1 year ago

Thanks for your reply. This has fixed the issue for me.

Rixxan commented 1 year ago

Glad it's working for you now! Closing this issue as "Resolved".