ERROR user.tempestWS: I don't recognize this at all: {'status_code': 5, 'status_message': 'AUTHORIZATION_REQUIRED - Rate limit exceed or your API Key or Oauth2 Access Token missing'} #9
Tempest appears to have deprecated the use of ?api_key as the parameter for the personal token. Changing the parameter to ?token seems to have fixed it. Emergency change applied directly to main and tested. This should fix the problem unless tempest reverts back to only supporting ?api_key.
Tempest appears to have deprecated the use of ?api_key as the parameter for the personal token. Changing the parameter to ?token seems to have fixed it. Emergency change applied directly to main and tested. This should fix the problem unless tempest reverts back to only supporting ?api_key.