Justin Güse
Justin Güse
Hey, I just can't get cognito to work with this library... I am using the second example ```@app.get("/access/") def secure_access(current_user: AccessUser = Depends(auth.claim(AccessUser))): # access token is valid and getting...
Hi, maybe I am missing something obvious, but when authenticating using an auth token from cognito, the fastapi-cloudauth responds with `401 {"detail": "Not verified"}` This does not refer to the...
Hey, I ran both the example docker run with user foo (unchanged), and a version with my custom user. Additionally I tried both alpine and debian, but the error persists...
Hey, I am running into an error with multiple data feeds, e.g. with the example https://github.com/alpacahq/alpaca-backtrader-api/blob/master/sample/strategy_multiple_datas.py Error: `alpaca_trade_api\stream2.py", line 52, in _connect raise Exception(f"Error while connecting to {self._endpoint}:" Exception: Error...
Hey, so to predict the current timestamp what would I need to do?
Adding python3-fastapi and python3-fastapi-debian to the templates ## Description It would be awesome to have the fastapi templates in the main repo. I used https://github.com/loudsquelch/openfaas-python3-fastapi-template for my additions and created...
Heyo, the above message gets dropped when trying to run your docker image on kubernetes, any ideas why? I guess it's an issue with the container port being not allowed?...
## Description I used the helm template to deploy prefect server to our Kubernetes cluster. Ingress does not happen via LoadBalancer, but ClusterIP & Ingress routing to our domain (SSL...
For some reason from one day to the other, all versions fail for me - native PopOS version, AWS Ubuntu Image Version, and docker Image. Maybe a problem with the...
Hey, I managed to get it running in docker now, and created a dockerhub image: https://hub.docker.com/r/guestros/etoroapi If you want feel free to change it. My repo just wraps your source...