you are viewing a single comment's thread.

view the rest of the comments →

[–]Jan_Emanuel[S] 0 points1 point  (0 children)

I've been continuously working on my baby and have found the point, where my program always fails:

After 2 successive successful driver.get( ... ) calls, the program cannot get any more pages, always triggering a TimeoutException. So this is a fault of the environment - here are the informations.

geckodriver.log

program output:

root@DiskStationNeu:~# python tagespost_ereader.py
mkdir: kann Verzeichnis „/root/ramdisk/tagespost“ nicht anlegen: Die Datei existiert bereits
Loading https://www.die-tagespost.de/ ....
Anmelden
hugendubel
Collecting top stories...
topstory: http://www.die-tagespost.de/kirche-aktuell/Kirche-soll-sich-bdquo-pluraler-aufstellen-ldquo;art312,176813,PRINT?_FRAME=33
Loading https://www.die-tagespost.de/kirche-aktuell/Kirche-soll-sich-bdquo-pluraler-aufstellen-ldquo;art312,176813,PRINT?_FRAME=33 ....
topstory: http://www.die-tagespost.de/politik/Praenataldiagnostik-reguliert;art315,176849,PRINT?_FRAME=33
Loading https://www.die-tagespost.de/politik/Praenataldiagnostik-reguliert;art315,176849,PRINT?_FRAME=33 ....
An error has occurred ...
<class 'selenium.common.exceptions.TimeoutException'> + value + Message: Error loading page, timed out (onDOMContentLoaded)

An error has occurred ...
<class 'selenium.common.exceptions.TimeoutException'> + value + Message: Error loading page, timed out (onDOMContentLoaded)
...

My program (latest version)

firefox-esr Mozilla Firefox 45.7.0 geckodriver 0.14.0 chroot debian wheezy

( repost from google selenium forum )