sup filistine
Explore posts from serversIs it possible to mix python and typescript within in the same flow and have them simultaneously run
I want to implement this solution mentioned by Perplexity.ai: https://www.perplexity.ai/search/is-it-possible-to-start-a-chro-D7iYBu8mSnG..yVEcGxb3g#0
To alleviate an issue I am having in automating a form submission for my users because of a hidden Cloudflare Turnstile Captcha. I read elsewhere that the undetected_chromedriver in Python can do that. My issue is that the script I am trying to execute uses Puppeteer and i would very much like not having to re-write it. It looks technically possible, but I was wondering if its possible on Windmill itself?
Thoughts?
3 replies
EE Trial License and bunfig scoped pkg's config not working on the second instance as desired
Is there a limit on my EE trial license: I see that the portal says 1 seat. So far, I have only had 1 docker-compose non-prod on my laptop, and one in Fly not marked non-prod, but it seems I can't pull private packages on the Fly instance even though I am running with the EE images and the license key is set. There were some difficulties in initial setup with migrations taking longer to get the lock, they eventually finished and I am not seeing any other difficulties other than not being able to pull the scoped npm packages listed in my bunfig in the instance settings. The same setup has worked well on my laptop with the docker-compose. So any help would be appreciated.
Bottom line is when its not working, it likes to resolve the scoped packages in the bunfig from npmjs.org and 404s obviously. Bunfig is actually pointing to GitHub. The documentation confuses me where it says to set up the npm private registry. Is it necessary to do that and set up bunfig - on my local instance, the problems finally went away when I just had the bunfig set.
However, the same working config is not working on the non-prod instance. Tried doing a
docker compose down
to see if its a limit on the license seats causing the issue.
PM if you would like login to my instance. (Btw, this is Charandas - I use this moniker for my nonprofit work)5 replies
CDCloudflare Developers
•Created by sup filistine on 2/6/2025 in #workers-help
Something broken with establishing websocket connection with Browser as a service provider
We have been using Zenrows with puppeteer running in Durable Objects for quite some time now. But as of 2/6 (and we momentarily saw this issue last week too), we get this error on trying to connect to their wss endpoint on a brand new invocation.
We are using the cloudflare/puppeteer package. The error is:
Does anyone know what's going on? This is happening with no code change from our side. Last week, I thought it was because the Zenrows API key variable might have gotten corrupt in our worker/DO deployment, so I manually updated it and the issue resolved itself.
Today, the issue is not resolving on rotating the Zenrows API key (to the same value really) - so I am not sure what's up.
5 replies
CDCloudflare Developers
•Created by sup filistine on 1/5/2025 in #workers-help
Queues are not scaling up, consumer wise when using a regular (non pull consumer)

8 replies