saraf0509
saraf0509
WWindmill
Created by saraf0509 on 10/7/2024 in #help
VSCode Extension not able to access environment hosted within a VPN
Hey Team, I setup VS Code local dev environment, and it's not working with any of my self-hosted windmill instances (All of them are behind the organisation VPN, and not publically accessible), however when I follow the same process with a test instance on windmill cloud version - it works. Does the extension try to access the windmill instance configured via windmill cloud somehow? (Rather than directly from locally within the laptop). Laptop is connected to the VPN - so it should work if it was connecting directly. If the above is the case, could you share windmill cloud IP addresses we can whitelist in our VPN so the instance becomes accessible? Thanks
7 replies
WWindmill
Created by saraf0509 on 10/5/2024 in #help
Cloud logging
No description
2 replies
WWindmill
Created by saraf0509 on 8/27/2024 in #help
Running scheduled reports - chromium not working
Hey team, I'm trying to run scheduled reports of the app - but for some reason, chromium is not working. On the default puppeteer code - the browser is setup, but it gets stuck on the .newPage() command, and eventually errors out with the following
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
ProtocolError: Network.enable timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
I then tried rewriting the script in playwright, and selenium, but neither of those work.On selenium, exits with
WebDriverException: Message: Service /usr/bin/chromium unexpectedly exited. Status code was: 1
WebDriverException: Message: Service /usr/bin/chromium unexpectedly exited. Status code was: 1
This is already running on the default reports worker - which is why the code is able to discover the chromium executable - but for some reason, no page is able to open What could I be doing wrong?
39 replies