Giter VIP home page Giter VIP logo

Comments (6)

astefanutti avatar astefanutti commented on May 31, 2024

I've just been able to export successfully the default reveal.js presentation available at http://lab.hakim.se/reveal-js/ using both the pre-compiled binary and the Docker image.

I would suspect a network issue as in #51. You may want to test with the standard PhantomJS binary, using the examples/rasterize.js script to export a Web page to PDF.

I'm going to close this as this is unlikely to be a DeckTape issue. Let me know your findings.

from decktape.

oupala avatar oupala commented on May 31, 2024

It might be a network issue, but not directly related to #51 as I'm not using docker in this test, but only the regular install of decktape.

Everything works well with a remark presentation:

$ npm start remark http://remarkjs.com/ remark.pdf

> [email protected] start /home/romain/Documents/dev/decktape
> ./bin/phantomjs decktape.js "remark" "http://remarkjs.com/" "remark.pdf"

Loading page http://remarkjs.com/ ...
Loading page finished with status: success
Remark JS DeckTape plugin activated
Printing slide #19      (19/19) ...
Printed 19 slides

But the same command with a reveal presentation is stuck:

$ npm start reveal http://lab.hakim.se/reveal-js/ reveal.pdf

> [email protected] start /home/romain/Documents/dev/decktape
> ./bin/phantomjs decktape.js "reveal" "http://lab.hakim.se/reveal-js/" "reveal.pdf"

Loading page http://lab.hakim.se/reveal-js/ ...
[... stuck ... until I press ctrl-C ...]

Is there any network difference between a remark and a reveal presentation that could explain that a remark presentation is exported without hassle while the reveal presentation get stuck at loading page stage ?

from decktape.

astefanutti avatar astefanutti commented on May 31, 2024

That's really weird. You may have a look at http://phantomjs.org/troubleshooting.html to try getting more insights. What OS are you using?

from decktape.

oupala avatar oupala commented on May 31, 2024

I'm using linux, a standard debian jessie install.

Here is what I can get from phantomjs in debug mode:

$ ./bin/phantomjs --debug=true decktape.js reveal http://lab.hakim.se/reveal-js/ reveal-file.pdf
2016-08-23T11:33:27 [DEBUG] CookieJar - Created but will not store cookies (use option '--cookies-file=<filename>' to enable persistent cookie storage)
2016-08-23T11:33:27 [DEBUG] Set  ""  proxy to:  "" : 1080
2016-08-23T11:33:27 [DEBUG] Phantom - execute: Configuration
2016-08-23T11:33:27 [DEBUG]      0 objectName : ""
2016-08-23T11:33:27 [DEBUG]      1 cookiesFile : ""
2016-08-23T11:33:27 [DEBUG]      2 diskCacheEnabled : "false"
2016-08-23T11:33:27 [DEBUG]      3 maxDiskCacheSize : "-1"
2016-08-23T11:33:27 [DEBUG]      4 ignoreSslErrors : "true"
2016-08-23T11:33:27 [DEBUG]      5 localUrlAccessEnabled : "true"
2016-08-23T11:33:27 [DEBUG]      6 localToRemoteUrlAccessEnabled : "false"
2016-08-23T11:33:27 [DEBUG]      7 outputEncoding : "UTF-8"
2016-08-23T11:33:27 [DEBUG]      8 proxyType : ""
2016-08-23T11:33:27 [DEBUG]      9 proxy : ":1080"
2016-08-23T11:33:27 [DEBUG]      10 proxyAuth : ":"
2016-08-23T11:33:27 [DEBUG]      11 scriptEncoding : "UTF-8"
2016-08-23T11:33:27 [DEBUG]      12 webSecurityEnabled : "true"
2016-08-23T11:33:27 [DEBUG]      13 offlineStoragePath : ""
2016-08-23T11:33:27 [DEBUG]      14 localStoragePath : ""
2016-08-23T11:33:27 [DEBUG]      15 localStorageDefaultQuota : "-1"
2016-08-23T11:33:27 [DEBUG]      16 offlineStorageDefaultQuota : "-1"
2016-08-23T11:33:27 [DEBUG]      17 printDebugMessages : "true"
2016-08-23T11:33:27 [DEBUG]      18 javascriptCanOpenWindows : "true"
2016-08-23T11:33:27 [DEBUG]      19 javascriptCanCloseWindows : "true"
2016-08-23T11:33:27 [DEBUG]      20 sslProtocol : "default"
2016-08-23T11:33:27 [DEBUG]      21 sslCiphers : "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:RC4-SHA:RC4-MD5"
2016-08-23T11:33:27 [DEBUG]      22 sslCertificatesPath : ""
2016-08-23T11:33:27 [DEBUG]      23 sslClientCertificateFile : ""
2016-08-23T11:33:27 [DEBUG]      24 sslClientKeyFile : ""
2016-08-23T11:33:27 [DEBUG]      25 sslClientKeyPassphrase : ""
2016-08-23T11:33:27 [DEBUG]      26 webdriver : ":"
2016-08-23T11:33:27 [DEBUG]      27 webdriverLogFile : ""
2016-08-23T11:33:27 [DEBUG]      28 webdriverLogLevel : "INFO"
2016-08-23T11:33:27 [DEBUG]      29 webdriverSeleniumGridHub : ""
2016-08-23T11:33:27 [DEBUG] Phantom - execute: Script & Arguments
2016-08-23T11:33:27 [DEBUG]      script: "decktape.js"
2016-08-23T11:33:27 [DEBUG]      0 arg: "reveal"
2016-08-23T11:33:27 [DEBUG]      1 arg: "http://lab.hakim.se/reveal-js/"
2016-08-23T11:33:27 [DEBUG]      2 arg: "reveal-file.pdf"
2016-08-23T11:33:27 [DEBUG] Phantom - execute: Starting normal mode
2016-08-23T11:33:27 [DEBUG] WebPage - setupFrame ""
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: ":/modules/fs.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: ":/modules/system.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: ":/modules/webpage.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/nomnom.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/underscore.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/chalk.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/escape-string-regexp.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/ansi-styles.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/strip-ansi.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/ansi-regex.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/has-ansi.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/supports-color.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: ":/modules/printer.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/libs/es6-promise.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/bespoke.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/csss.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/deck.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/dzslides.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/flowtime.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/generic.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/impress.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/remark.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/reveal.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/rise.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/shower-1.x.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/shower-2.x.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] FileSystem - _open: "/home/user/decktape/plugins/slidy.js" QMap(("mode", QVariant(QString, "r") ) ) 
2016-08-23T11:33:27 [DEBUG] WebPage - updateLoadingProgress: 10
Loading page http://lab.hakim.se/reveal-js/ ...
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 26
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 28
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 30
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 32
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 35
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 37
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 39
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 42
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 44
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 46
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 48
2016-08-23T11:33:28 [DEBUG] WebPage - setupFrame ""
2016-08-23T11:33:28 [DEBUG] WebPage - setupFrame "<!--framePath //<!--frame0-->-->"
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 48
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 49
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 51
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 54
2016-08-23T11:33:28 [DEBUG] WebPage - updateLoadingProgress: 58
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__cfduid=ddb9237817fef3098f4e0e2aa61eb2d9f1471944761; HttpOnly; expires=Wed, 23-Aug-2017 09:32:41 GMT; domain=.carbonads.net; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 09:43:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utma=148043946.164774768.1471944809.1471944809.1471944809.1; expires=Thu, 23-Aug-2018 09:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471944809; expires=Tue, 23-Aug-2016 10:03:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:28 [DEBUG] CookieJar - Saved "__utmz=148043946.1471944809.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 21:33:28 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 61
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 65
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 68
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 71
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 74
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 76
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 78
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 80
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 82
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 84
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 86
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 86
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 88
2016-08-23T11:33:29 [DEBUG] WebPage - updateLoadingProgress: 90
[... stuck ... until I press ctrl-C ...]

Could you compare with your own log if the same command line works for you?

from decktape.

astefanutti avatar astefanutti commented on May 31, 2024

Hereafter is my log using the Docker image. Another potential cause may be memory:

2016-08-23T10:01:56 [DEBUG] CookieJar - Created but will not store cookies (use option '--cookies-file=<filename>' to enable persistent cookie storage)
2016-08-23T10:01:56 [DEBUG] Set  ""  proxy to:  "" : 1080
2016-08-23T10:01:56 [DEBUG] Phantom - execute: Configuration
2016-08-23T10:01:56 [DEBUG]      0 objectName : ""
2016-08-23T10:01:56 [DEBUG]      1 cookiesFile : ""
2016-08-23T10:01:56 [DEBUG]      2 diskCacheEnabled : "false"
2016-08-23T10:01:56 [DEBUG]      3 maxDiskCacheSize : "-1"
2016-08-23T10:01:56 [DEBUG]      4 diskCachePath : ""
2016-08-23T10:01:56 [DEBUG]      5 ignoreSslErrors : "true"
2016-08-23T10:01:56 [DEBUG]      6 localUrlAccessEnabled : "true"
2016-08-23T10:01:56 [DEBUG]      7 localToRemoteUrlAccessEnabled : "false"
2016-08-23T10:01:56 [DEBUG]      8 outputEncoding : "UTF-8"
2016-08-23T10:01:56 [DEBUG]      9 proxyType : ""
2016-08-23T10:01:56 [DEBUG]      10 proxy : ":1080"
2016-08-23T10:01:56 [DEBUG]      11 proxyAuth : ":"
2016-08-23T10:01:56 [DEBUG]      12 scriptEncoding : "UTF-8"
2016-08-23T10:01:56 [DEBUG]      13 webSecurityEnabled : "true"
2016-08-23T10:01:56 [DEBUG]      14 offlineStoragePath : ""
2016-08-23T10:01:56 [DEBUG]      15 localStoragePath : ""
2016-08-23T10:01:56 [DEBUG]      16 localStorageDefaultQuota : "-1"
2016-08-23T10:01:56 [DEBUG]      17 offlineStorageDefaultQuota : "-1"
2016-08-23T10:01:56 [DEBUG]      18 printDebugMessages : "true"
2016-08-23T10:01:56 [DEBUG]      19 javascriptCanOpenWindows : "true"
2016-08-23T10:01:56 [DEBUG]      20 javascriptCanCloseWindows : "true"
2016-08-23T10:01:56 [DEBUG]      21 sslProtocol : "default"
2016-08-23T10:01:56 [DEBUG]      22 sslCiphers : "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-RC4-SHA:ECDHE-RSA-RC4-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:RC4-SHA:RC4-MD5"
2016-08-23T10:01:56 [DEBUG]      23 sslCertificatesPath : ""
2016-08-23T10:01:56 [DEBUG]      24 sslClientCertificateFile : ""
2016-08-23T10:01:56 [DEBUG]      25 sslClientKeyFile : ""
2016-08-23T10:01:56 [DEBUG]      26 sslClientKeyPassphrase : ""
2016-08-23T10:01:56 [DEBUG]      27 webdriver : ":"
2016-08-23T10:01:56 [DEBUG]      28 webdriverLogFile : ""
2016-08-23T10:01:56 [DEBUG]      29 webdriverLogLevel : "INFO"
2016-08-23T10:01:56 [DEBUG]      30 webdriverSeleniumGridHub : ""
2016-08-23T10:01:56 [DEBUG] Phantom - execute: Script & Arguments
2016-08-23T10:01:56 [DEBUG]      script: "decktape.js"
2016-08-23T10:01:56 [DEBUG]      0 arg: "http://lab.hakim.se/reveal-js"
2016-08-23T10:01:56 [DEBUG]      1 arg: "/pwd/slides.pdf"
2016-08-23T10:01:56 [DEBUG] Phantom - execute: Starting normal mode
2016-08-23T10:01:56 [DEBUG] WebPage - setupFrame ""
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: ":/modules/fs.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: ":/modules/system.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: ":/modules/webpage.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/nomnom.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/underscore.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/chalk.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/escape-string-regexp.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/ansi-styles.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/strip-ansi.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/ansi-regex.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/has-ansi.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/supports-color.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: ":/modules/printer.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/libs/es6-promise.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/bespoke.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/csss.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/deck.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/dzslides.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/flowtime.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/generic.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/impress.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/remark.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/reveal.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/rise.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/shower-1.x.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/shower-2.x.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] FileSystem - _open: "/decktape/plugins/slidy.js" QMap(("mode", QVariant(QString, "r")))
2016-08-23T10:01:56 [DEBUG] WebPage - updateLoadingProgress: 10
Loading page http://lab.hakim.se/reveal-js ...
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 12
+- Viewport argument key "minimal-ui" not recognized and ignored.
|_ http://lab.hakim.se/reveal-js/: 15
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 17
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 19
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 21
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 21
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 23
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 25
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 27
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 30
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 32
2016-08-23T10:01:57 [DEBUG] WebPage - setupFrame ""
2016-08-23T10:01:57 [DEBUG] WebPage - setupFrame "<!--framePath //<!--frame0-->-->"
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 34
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 34
2016-08-23T10:01:57 [DEBUG] WebPage - updateLoadingProgress: 36
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 38
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 40
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 44
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 45
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 47
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 49
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 51
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 53
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 56
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 58
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 61
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 63
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 65
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 67
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 69
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 71
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 73
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 76
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 78
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 80
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 82
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 84
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:58 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
+- Blocked a frame with origin "https://www.slideshare.net" from accessing a frame with origin "http://lab.hakim.se".  The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

|_ : 0
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 86
2016-08-23T10:01:58 [DEBUG] WebPage - updateLoadingProgress: 87
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.0.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfF|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 88
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfG|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfG|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 89
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "bcookie=\"v=2&0d581aa5-19c9-4f7d-8cf9-649dc7705184\"; expires=Thu, 23-Aug-2018 21:39:28 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=148043946.218244300.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=148043946.1.10.1471946519; expires=Tue, 23-Aug-2016 10:31:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=148043946; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=148043946.1471946519.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); expires=Tue, 21-Feb-2017 22:01:58 GMT; domain=.lab.hakim.se; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "_uv_id=715752858; expires=Thu, 23-Aug-2018 10:01:58 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmt=1; expires=Tue, 23-Aug-2016 10:11:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utma=186399478.1942363722.1471946519.1471946519.1471946519.1; expires=Thu, 23-Aug-2018 10:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmb=186399478.2.9.1471946519; expires=Tue, 23-Aug-2016 10:31:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmc=186399478; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "__utmz=186399478.1471946519.1.1.utmcsr=lab.hakim.se|utmccn=(referral)|utmcmd=referral|utmcct=/reveal-js/; expires=Tue, 21-Feb-2017 22:01:59 GMT; domain=.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "SERVERID=r88|V7wfG|V7wfF; domain=www.slideshare.net; path=/"
2016-08-23T10:01:59 [DEBUG] CookieJar - Saved "UID=1D988a22183a14565c46f0d1471946517; expires=Sun, 17-Sep-2017 10:01:57 GMT; domain=.scorecardresearch.com; path=/"
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 89
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 89
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 89
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:01:59 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:02:00 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:02:00 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:02:04 [DEBUG] WebPage - updateLoadingProgress: 90
2016-08-23T10:02:04 [DEBUG] WebPage - updateLoadingProgress: 100
Loading page finished with status: success

from decktape.

oupala avatar oupala commented on May 31, 2024

I compared the two logs and I found that you have slideshare related log that I don't have in my log. I thought it could be the explanation as the default reveal presentation embeds a slideshare presentation on page 20. I also noticed that this presentation was server over https.

So I tried another sample presentation found on revealjs website and it seems to work:

$ npm start http://imcaspar.github.io/try-respi/ reveal.pdf

> [email protected] start /home/user/decktape
> ./bin/phantomjs decktape.js "http://imcaspar.github.io/try-respi/" "reveal.pdf"

Loading page http://imcaspar.github.io/try-respi/ ...
Loading page finished with status: success
Reveal JS DeckTape plugin activated
Printing slide #/5      ( 20/ ?) ...
Printed 20 slides

I don't know why the default reveal presentation cannot load via my entreprise proxy with decktape, but decktape works quite well with standard presentations.

from decktape.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.