You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--timeout has no effect
Hello, ask a question this parameter has no effect, more than 5 minutes will time out
[10:30:20]INFO Initialising parser with configuration file
[10:30:20]INFO Setting output path to 'dist/site'
[10:30:20]INFO Initialising chromedriver at /chromedriver/chromedriver
...
...
...
[10:35:29]CRITICAL Timeout waiting for page content to load, or no content found. Are you sure the page is set to public?
[10:35:29]CRITICAL TimeoutException: Message:
I carried out the order
python loconotion --timeout 30000 site.toml
docker-compose run -v "$basepath/public:/app/loconotion/dist" -v "$basepath/site.toml:/app/loconotion/site.toml" loconotion site.toml --timeout 30000
The text was updated successfully, but these errors were encountered:
Forgive me for being stupid, although I can't see the obvious problem, I think it is caused by a page, just add this attribute to a page
no-links = true
Timeout flag is indeed ignored while the errors are not explicit enough to identify what really happens when CLI fails:
[17:54:27] INFO Initialising parser with configuration file
[17:54:27] INFO Setting output path to 'dist/notion'
...
[17:55:06] INFO Parsing page 'XXXXXX'
[17:56:07] CRITICAL Timeout waiting for page content to load, or no content found. Are you sure the page is set to public?
I can confirm page is accessible in the incognito mode of chrome, so there should be no issue sfor loconotion to parse it however it fails after just 3 minutes as you can see in my console output even tho the timeout is set to 1 hour as follows: python loconotion "./site.toml" --chromedriver /usr/bin/chromedriver --timeout 3600
Uh oh!
There was an error while loading. Please reload this page.
--timeout has no effect
Hello, ask a question this parameter has no effect, more than 5 minutes will time out
[10:30:20]INFO Initialising parser with configuration file
[10:30:20]INFO Setting output path to 'dist/site'
[10:30:20]INFO Initialising chromedriver at /chromedriver/chromedriver
...
...
...
[10:35:29]CRITICAL Timeout waiting for page content to load, or no content found. Are you sure the page is set to public?
[10:35:29]CRITICAL TimeoutException: Message:
I carried out the order
python loconotion --timeout 30000 site.toml
docker-compose run -v "$basepath/public:/app/loconotion/dist" -v "$basepath/site.toml:/app/loconotion/site.toml" loconotion site.toml --timeout 30000
The text was updated successfully, but these errors were encountered: