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
at ~/Library/Caches/pypoetry/virtualenvs/redisfi-sqJw-kTt-py3.9/lib/python3.9/site-packages/requests/models.py:1021 in raise_for_status
1017│ f"{self.status_code} Server Error: {reason} for url: {self.url}"
1018│ )
1019│
1020│ if http_error_msg:
→ 1021│ raise HTTPError(http_error_msg, response=self)
1022│
1023│ def close(self):
1024│
1025│ called the underlying raw object must not be accessed again.
The text was updated successfully, but these errors were encountered:
OS Macbook Pro
$ poetry run redisfi bridge up
HTTPError
403 Client Error: Forbidden for url: https://data.alpaca.markets/v2/stocks/GOOG/bars?timeframe=1Hour&adjustment=raw&start=2023-05-08
at ~/Library/Caches/pypoetry/virtualenvs/redisfi-sqJw-kTt-py3.9/lib/python3.9/site-packages/requests/models.py:1021 in raise_for_status
1017│ f"{self.status_code} Server Error: {reason} for url: {self.url}"
1018│ )
1019│
1020│ if http_error_msg:
→ 1021│ raise HTTPError(http_error_msg, response=self)
1022│
1023│ def close(self):
1024│
1025│ called the underlying
raw
object must not be accessed again.The text was updated successfully, but these errors were encountered: