turck
turck
Explore posts from servers
RRailway
Created by turck on 9/10/2024 in #✋|help
Browserless v1 template with Typescript
No luck after switching from bun to npm and ensuring that client and server version match
7 replies
RRailway
Created by turck on 9/10/2024 in #✋|help
Browserless v1 template with Typescript
upstream repo: railwayapp-templates/browserless
7 replies
RRailway
Created by turck on 9/10/2024 in #✋|help
Browserless v1 template with Typescript
import { chromium } from "playwright";

...

const browser = await chromium.connect(
process.env.BROWSER_PLAYWRIGHT_ENDPOINT as string
);
import { chromium } from "playwright";

...

const browser = await chromium.connect(
process.env.BROWSER_PLAYWRIGHT_ENDPOINT as string
);
results in:
- <ws connecting> wss://browserless-52ol-production.up.railway.app/playwright
- <ws unexpected response> wss://browserless-52ol-production.up.railway.app/playwright 404 Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /playwright</pre>
</body>
</html>

- <ws error> wss://browserless-52ol-production.up.railway.app/playwright error WebSocket was closed before the connection was established
- <ws connect error> wss://browserless-52ol-production.up.railway.app/playwright WebSocket was closed before the connection was established
- <ws disconnected> wss://browserless-52ol-production.up.railway.app/playwright code=1006 reason=
- <ws connecting> wss://browserless-52ol-production.up.railway.app/playwright
- <ws unexpected response> wss://browserless-52ol-production.up.railway.app/playwright 404 Not Found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /playwright</pre>
</body>
</html>

- <ws error> wss://browserless-52ol-production.up.railway.app/playwright error WebSocket was closed before the connection was established
- <ws connect error> wss://browserless-52ol-production.up.railway.app/playwright WebSocket was closed before the connection was established
- <ws disconnected> wss://browserless-52ol-production.up.railway.app/playwright code=1006 reason=
7 replies
RRailway
Created by turck on 9/10/2024 in #✋|help
Browserless v1 template with Typescript
6b93338d-555d-4ee7-b530-6ea7e65afef1
7 replies
RRailway
Created by Hitarth on 8/6/2024 in #✋|help
Browserless v2 template not working with Python API using Playwright
tried to get playwright to run through nixpacks without browserless but that didn't work either
24 replies
RRailway
Created by Hitarth on 8/6/2024 in #✋|help
Browserless v2 template not working with Python API using Playwright
I am getting the 404 error now too, any idea how to fix? Just deployed the v1 template and v2 templates, no luck with either
24 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
@Brody do you know why traffic is dropping
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
Not trying to point fingers, just want to isolate the issue and resolve
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
Actually just double checked, this url is not being proxied
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
yes we do, so you think its cloudflare rate limiting us?
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
we got a heavy spike in traffic, metrics were way up from normal in the last few hours. was wondering if it was related to autoscaling
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
next.js
19 replies
RRailway
Created by turck on 4/21/2023 in #✋|help
Gateway timeout errors during heavy traffic
LLM Chat app, uses streaming as well
19 replies