Simon Brumfield Jr

Results 2 comments of Simon Brumfield Jr

I'm experiencing the same issue using pnpm ``` > astro dev 🚀 astro v1.7.2 started in 333ms ┃ Local http://localhost:3000/ ┃ Network use --host to expose node:events:491 throw er; //...

so i'm paritially there. modified streaming.py with ``` try: s = requests.Session() url = "https://" + domain + "/v3/accounts/" + account_id + "/pricing/stream" ``` streaming.py runs but now bowhead:oanda_stream fails...