CallMeFred
CallMeFred
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
ok, will do and keep you posted when tested
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
so I should just delete this deployment and deploy V1 then?
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
BROWSER_WEBDRIVER_ENDPOINT
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
No description
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
is there a catch with V2?
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
it can't reach the endpoint, even if it's properly referenced and printed out if I check it
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
This is the start of the function: def screenshot_url(url, output_path='screenshot.png'): # Set up Chrome options for headless browsing chrome_options = Options() chrome_options.set_capability('browserless:token', os.getenv('BROWSER_TOKEN')) chrome_options.add_argument("--window-size=1920,1080") chrome_options.add_argument("--disable-background-timer-throttling") chrome_options.add_argument("--disable-backgrounding-occluded-windows") chrome_options.add_argument("--disable-breakpad") chrome_options.add_argument("--disable-component-extensions-with-background-pages") chrome_options.add_argument("--disable-dev-shm-usage") chrome_options.add_argument("--disable-extensions") chrome_options.add_argument("--disable-features=TranslateUI,BlinkGenPropertyTrees") chrome_options.add_argument("--disable-ipc-flooding-protection") chrome_options.add_argument("--disable-renderer-backgrounding") chrome_options.add_argument("--enable-features=NetworkService,NetworkServiceInProcess") chrome_options.add_argument("--force-color-profile=srgb") chrome_options.add_argument("--hide-scrollbars") chrome_options.add_argument("--metrics-recording-only") chrome_options.add_argument("--mute-audio") chrome_options.add_argument("--headless") chrome_options.add_argument("--no-sandbox") # Initialize the browser try: driver = webdriver.Remote( command_executor=os.getenv('BROWSER_WEBDRIVER_ENDPOINT'), options=chrome_options ) except Exception as e: print(f"Error initializing WebDriver: {e}") return
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
v2
18 replies
RRailway
Created by CallMeFred on 11/14/2024 in #✋|help
Issue with Browserless template
11223395-d9b3-48d8-bdf1-5fec7716e393
18 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
In that case, it would be better to write "not required" instead of "not started"
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
No description
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
No description
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
"If a member of a GitHub repo doesn't have a linked Railway account. Railway by default will not deploy any pushes to a connected GitHub branch within Railway." It doesn't apply to me.
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
So I don't see why I would have to approve anything...
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
moreover, I'm the only user with full GitHub rights
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
I just see the "needs approval" marked as "not started" but no instruction to approve anything
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
No description
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
What is that? This "needs approval"
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
No description
21 replies
RRailway
Created by CallMeFred on 8/21/2024 in #✋|help
Stuck deployment
But I still see this "needs approval" in my logs
21 replies