Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPError 403 Client Error: Forbidden for url: https://data.alpaca.markets/v2/stocks/GOOG/bars?timeframe=1Hour&adjustment=raw&start=2023-05-08 #1

Open
arora-manish opened this issue May 9, 2023 · 0 comments

Comments

@arora-manish
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant