loconotion icon indicating copy to clipboard operation
loconotion copied to clipboard

Timeout when trying to load pages with embeds at the bottom

Open leshchenko1979 opened this issue 3 years ago • 2 comments

I have two pages that constantly fail to be loaded by loconotion:

  • https://www.notion.so/abee1513f44f4fd39baffac017c14021
  • https://www.notion.so/ca958dc1d2184df1b43207e44c010007

While trying to download them, I get the error message:

CRITICAL Timeout waiting for page content to load, or no content found. Are you sure the page is set to public?

I suspect the reason is that they are the only pages in my site that contain an embedded from at the end.

The workaround for this is running the chomedriver in a non-headless mode (loconotion switch --non-headless), waiting for the page to open and then manually scrolling it to the bottom so that the form loads.

Judging from the code, the script waits for all elements to be loaded but the embeds seem to start loading properly only after you scroll to them.

leshchenko1979 avatar Mar 29 '21 23:03 leshchenko1979

any luck? I have same issues :(

PersistVenture avatar Apr 19 '22 04:04 PersistVenture

I also meet this issue :"(

Beryl-Tian avatar Sep 14 '22 12:09 Beryl-Tian