You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Alpaca team
I love to use the platform and try the tutorial and want to use paper trading api I already follow the tutorials replace the key id and secret key but the result still popup value error can someone teach me how to fix it?
Thank you
line 2, in <module>
from . import algo_polygon as algo
File "C:\Users\samplealgo01\samplealgo\algo_polygon.py", line 13, in <module>
api = tradeapi.REST()
File "C:\Users\.virtualenvs\samplealgo01--SgOClMC\lib\site-packages\alpaca_trade_api\rest.py", line 57, in __init__
self._key_id, self._secret_key = get_credentials(key_id, secret_key)
File "C:\Users\.virtualenvs\samplealgo01--SgOClMC\lib\site-packages\alpaca_trade_api\common.py", line 17, in get_credentials
raise ValueError('Key ID must be given to access Alpaca trade API')
ValueError: Key ID must be given to access Alpaca trade API
The text was updated successfully, but these errors were encountered:
Hi Alpaca team
I love to use the platform and try the tutorial and want to use paper trading api I already follow the tutorials replace the key id and secret key but the result still popup value error can someone teach me how to fix it?
Thank you
The text was updated successfully, but these errors were encountered: