nico
nico
Explore posts from servers
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
tysm brody <:HGLoli_heart:640312018511069184>
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
Hey just wanted to let u know I ended up resolving the error. There was an await function for disconnecting from the db after making a connection that was causing it to stall
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
sigh unfortunately the game of whack a mole continues
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
so much easier
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
very interesting tho
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
guess i just have some code screwed up somewhere
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
ok now im testing it locally and its also timing out
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
https://tryrapidly.com/api/py/hi
from fastapi import FastAPI, Header, Query

app = FastAPI()

@app.get("/hi")
def t():
return {"Hello": "World"}
from fastapi import FastAPI, Header, Query

app = FastAPI()

@app.get("/hi")
def t():
return {"Hello": "World"}
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
yep it works with the simple server
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
if this simpler version works then its def just something in code thats resulting in some blocking behavior like u mentioned
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
nw
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
wait wdym?
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
and see if that works
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
im going to make a fastapi server that is super simple and has just one single endpoint
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
ok lemme try to isolate the problem
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
godaang we're so close to getting it working too
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
AHHHH
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
er wait no thats just difference between logging of uvicorn and hypercorn
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
this was from an older deploy
213 replies
RRailway
Created by nico on 11/1/2023 in #✋|help
Need help setting up private network w/ uvicorn and docker
No description
213 replies