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
It seems that our crawler wasn't able to retrieve any text. Please check that the XPath and URL are accurate.
Reason: TimeoutError
Stacktrace: Waiting for element to be located By(xpath, /html/body/div[1]/div/div/article) Wait timed out after 10002ms
The text was updated successfully, but these errors were encountered:
I just checked the documents and it seems you'd have to go with a full page crawling. Not exactly why this is happening but I copied the exact XPath as well and the page does not seem to alter it
I noticed that the crawler isn't able to crawl the letterboxd ToS and other policies anymore
The ToS:
https://letterboxd.com/legal/terms-of-use/
https://letterboxd.com/legal/privacy-policy/
https://letterboxd.com/legal/community-policy/
The edit page:
https://edit.tosdr.org/services/2074/annotate
& the Xpath:
/html/body/div[1]/div/div/article
The text was updated successfully, but these errors were encountered: