Cant use my papper trade

I’m getting this error while I’m trying to use the papper trade. there is something wrong with the authentication

5, in _request
return self._one_request(method, url, opts, retry)
File “/Users/genarionogueira/Documents/algo-trader/venv/lib/python3.8/site-packages/alpaca_trade_api/rest.py”, line 164, in _one_request
raise APIError(error, http_error)
alpaca_trade_api.rest.APIError: access key verification failed : request is unauthorized (generate APCA-API-KEY-ID and APCA-API-ACCESS-SECRET-KEY from dashboard and include in HTTP header) (Code = 40110000)
(venv) genarionogueira@genarios-MBP algo-trader %

@genario_nogueira From the error, it seems you are not providing the correct API key and/or secret key. Maybe try re-generating your keys and then re-running your code using those new keys.