Open nitsik opened 7 years ago
PhantomJS is failing to open https://new.blogun.ru/search. Unfortunately, Phantom does not give much information when it fails to load a URL. You could try using PhantomJS 2 rather than PhantomJS 1.
It's the same for me.
$ DEBUG=horseman node index.js
horseman using PhantomJS from phantomjs-prebuilt module +0ms
horseman .setup() creating phantom instance 1 +4ms
horseman phantom created +117ms
horseman phantom version 2.1.1 +17ms
horseman page created +9ms
horseman phantomjs onLoadFinished triggered success NaN +18ms
horseman injected jQuery +18ms
horseman .userAgent() set Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 +14ms
horseman .open() https://www.google.cl +1ms
horseman phantomjs onLoadFinished triggered fail 1 +42ms
horseman .close(). +3ms
Unhandled rejection Error: Failed to GET url: https://www.google.cl
at checkStatus (/home/joyarzun/phantom-test/node_modules/node-horseman/lib/actions.js:78:16)
at PassThroughHandlerContext.finallyHandler (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/finally.js:57:23)
at PassThroughHandlerContext.tryCatcher (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/promise.js:512:31)
at Promise._settlePromise (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/promise.js:569:18)
at Promise._settlePromise0 (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/promise.js:614:10)
at Promise._settlePromises (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/promise.js:693:18)
at Promise._fulfill (/home/joyarzun/phantom-test/node_modules/bluebird/js/release/promise.js:638:18)
at /home/joyarzun/phantom-test/node_modules/bluebird/js/release/nodeback.js:42:21
at /home/joyarzun/phantom-test/node_modules/node-phantom-simple/node-phantom-simple.js:60:18
at IncomingMessage.<anonymous> (/home/joyarzun/phantom-test/node_modules/node-phantom-simple/node-phantom-simple.js:645:9)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:188:7)
at endReadableNT (_stream_readable.js:975:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
const Horseman = require('node-horseman');
const horseman = new Horseman();
horseman
.userAgent('Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0')
.open('https://www.google.cl')
.type('input[name="q"]', 'github')
.click('[name="btnK"]')
.keyboardEvent('keypress', 16777221)
.waitForSelector('div.g')
.count('div.g')
.log() // prints out the number of results
.close();
$ uname -a
Linux hp 4.9.15-1-MANJARO #1 SMP PREEMPT Wed Mar 15 21:29:34 UTC 2017 x86_64 GNU/Linux
$ node -v
v7.9.0
I just test with versions: 3.2.0, 3.1.1, 3.0.1 Sadly it not work
Those are versions of Horseman. I was talking about PhantomJS. There URL failure is from PhantomJS itself, not Horseman. Please try the latest version of Horseman with version 2 of PhantomJS.
My log says that I have phantom version 2.1.1 +17ms
. I just installed, so is last version
Are you able to open any URLs? It seems like PhantomJS is just not working for you for some reason.
You code works fine for me @joyarzun
$ DEBUG='horseman*' node i280.js
horseman using PhantomJS from phantomjs-prebuilt module +0ms
horseman .setup() creating phantom instance 1 +3ms
horseman phantom created +929ms
horseman phantom version 2.1.1 +23ms
horseman page created +10ms
horseman phantomjs onLoadFinished triggered success NaN +8ms
horseman injected jQuery +19ms
horseman .userAgent() set Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 +11ms
horseman .open() https://www.google.cl +1ms
horseman phantomjs onLoadFinished triggered success 1 +1s
horseman injected jQuery +33ms
horseman .type() input[name="q"] github undefined +7ms
horseman .keyboardEvent() keypress g null +40ms
horseman .keyboardEvent() keypress i null +4ms
horseman .keyboardEvent() keypress t null +57ms
horseman .keyboardEvent() keypress h null +4ms
horseman .keyboardEvent() keypress u null +6ms
horseman .keyboardEvent() keypress b null +4ms
horseman .click() [name="btnK"] +2ms
horseman .click() done +29ms
horseman .keyboardEvent() keypress 16777221 0 +3ms
horseman .waitForSelector() div.g undefined +0ms
horseman .waitFor() elementPresent div.g +1ms
horseman:verbose .waitFor() iteration elementPresent false 51 1 +54ms
horseman:verbose .waitFor() iteration elementPresent false 102 1 +64ms
horseman:verbose .waitFor() iteration elementPresent false 152 1 +38ms
horseman:verbose .waitFor() iteration elementPresent false 203 1 +58ms
horseman:verbose .waitFor() iteration elementPresent false 253 1 +44ms
horseman:verbose .waitFor() iteration elementPresent false 304 1 +50ms
horseman:verbose .waitFor() iteration elementPresent false 357 1 +53ms
horseman:verbose .waitFor() iteration elementPresent false 408 1 +53ms
horseman:verbose .waitFor() iteration elementPresent false 458 1 +53ms
horseman:verbose .waitFor() iteration elementPresent false 508 1 +47ms
horseman:verbose .waitFor() iteration elementPresent false 558 1 +49ms
horseman:verbose .waitFor() iteration elementPresent false 609 1 +50ms
horseman:verbose .waitFor() iteration elementPresent false 659 1 +50ms
horseman:verbose .waitFor() iteration elementPresent false 710 1 +51ms
horseman:verbose .waitFor() iteration elementPresent true 760 1 +344ms
horseman .waitFor() completed successfully +0ms
horseman .waitForSelector() complete +1ms
horseman .count() div.g +0ms
horseman:verbose .waitFor() iteration elementPresent true 810 1 +6ms
horseman .waitFor() completed successfully +1ms
horseman:verbose .waitFor() iteration elementPresent true 861 1 +2ms
horseman .waitFor() completed successfully +0ms
horseman:verbose .waitFor() iteration elementPresent true 911 1 +1ms
horseman .waitFor() completed successfully +0ms
horseman:verbose .waitFor() iteration elementPresent true 962 1 +2ms
horseman .waitFor() completed successfully +0ms
horseman:verbose .waitFor() iteration elementPresent true 1012 1 +2ms
horseman .waitFor() completed successfully +0ms
8
horseman .close(). +6ms
Thanks for test it. I used yarn and phantom-prebuild. What could be the problem? I've tried with downgrade of phantom-prebuild and node but don't work
I'm install phantom version 2.1.1 but this not helped me.
DEBUG=horseman node test2.js horseman using PhantomJS from $PATH +0ms horseman .setup() creating phantom instance 1 +13ms horseman .viewport() set 3200 1800 +26ms horseman phantom created +217ms horseman phantom version 2.1.1 +42ms horseman page created +22ms horseman phantomjs onLoadFinished triggered success NaN +19ms horseman injected jQuery +42ms horseman .userAgent() set Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36 +29ms horseman .open() https://new.blogun.ru/search +1ms horseman phantomjs onLoadFinished triggered fail 1 +751ms horseman .close(). +4ms Unhandled rejection Error: Failed to GET url: https://new.blogun.ru/search at checkStatus (/root/node_modules/node-horseman/lib/actions.js:78:16) at PassThroughHandlerContext.finallyHandler (/root/node_modules/bluebird/js/release/finally.js:57:23) at PassThroughHandlerContext.tryCatcher (/root/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/root/node_modules/bluebird/js/release/promise.js:512:31) at Promise._settlePromise (/root/node_modules/bluebird/js/release/promise.js:569:18) at Promise._settlePromise0 (/root/node_modules/bluebird/js/release/promise.js:614:10) at Promise._settlePromises (/root/node_modules/bluebird/js/release/promise.js:693:18) at Promise._fulfill (/root/node_modules/bluebird/js/release/promise.js:638:18) at /root/node_modules/bluebird/js/release/nodeback.js:42:21 at /root/node_modules/node-phantom-simple/node-phantom-simple.js:60:18 at IncomingMessage.
(/root/node_modules/node-phantom-simple/node-phantom-simple.js:645:9) at emitNone (events.js:91:20) at IncomingMessage.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9)
You need to figure out why your PhantomJS can't access the Internet @joyarzun, it is a problem outside the scope of Horseman. I doubt it has anything to do with which PhantomJS package you use.
I thought something like that but when run curl is fine, so it's not my shell
curl https://www.google.cl
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="es-419"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><title>Google</title><script>(function(){window.google={kEI:'5XL6WNnpLMGMwgTaxarYDA',kEXPI:'201760,750721,1352553,1352864,1352996,1353038,1353106,1353301,3700255,3700347,3700405,4028875,4029815,4031109,4032677,4036527,4039268,4040137,4043492,4045841,4048347,4063220,4065787,4066196,4071783,4071842,4072364,4072774,4076096,4076999,4078430,4079423,4081038,4081165,4083458,4090550,4090553,4090806,4092183,4092934,4093313,4094251,4094544,4094837,4095558,4095910,4095997,4096323,4096386,4097153,4097922,4097929,4098733,4098740,4098752,4099829,4099964,4100169,4100380,4100717,4100828,4101376,4101429,4101684,4101750,4102020,4102099,4103469,4103475,4103849,4103999,4104723,4105085,4105317,4105470,4105530,4105559,4105649,4105787,4106085,4106947,4107395,4107434,4107450,4107453,4107553,4107628,4107634,4107866,4107899,4107957,4107968,4107989,4108466,8503585,8508229,8508707,8508931,8509037,8509373,10200083,19001732,19001735,19002006,19002007,19002022,19002023,19002025,41027342',authuser:0,kscs:'c9c918f0_24'};google.kHL='es-419';})();(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI};google.getLEI=function(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b};google.https=function(){return"https:"==window.location.protocol};google.ml=function(){return null};google.wl=function(a,b){try{google.ml(Error(a),!1,b)}catch(c){}};google.time=function(){return(new Date).getTime()};google.log=function(a,b,c,d,g){a=google.logUrl(a,b,c,d,g);if(""!=a){b=new Image;var e=google.lc,f=google.li;e[f]=b;b.onerror=b.onload=b.onabort=function(){delete e[f]};window.google&&window.google.vel&&window.google.vel.lu&&window.google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,c,d,g){var e="",f=google.ls||"";c||-1!=b.search("&ei=")||(e="&ei="+google.getEI(d),-1==b.search("&lei=")&&(d=google.getLEI(d))&&(e+="&lei="+d));a=c||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+e+f+"&zx="+google.time();/^http:/i.test(a)&&google.https()&&............
You might need to open a bug for PhantomJS on this one @nitsik. Not only does it fail to open the page, it segfaults shortly afterward. I tried it using just PhantomJS without Horseman.
var page = require('webpage').create();
page.open(
"https://new.blogun.ru/search",
function (status) {
if ( status !== 'success' ) {
console.log("Error opening url");
//phantom.exit(1);
} else {
console.log("Successful page open!");
//phantom.exit(0);
}
}
);
$ phantomjs i280_phantom.js
Error opening url
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.
Segmentation fault (core dumped)
I am not sure what to tell you @joyarzun. Try to see if you can open any URLs with PhantomJS.
@awlayton It's a ssl error:
$ ./node_modules/.bin/phantomjs --ignore-ssl-errors=true i280_phantom.js
Successful page open!
Strange, I get failure and a segfault either way @joyarzun.
$ phantomjs --ignore-ssl-errors=true i280_ph
antom.js
Error opening url
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.
@awlayton sorry, I changed the URL to https://www.google.cl in i280_phantom.js.
But, with the Russian URL:
$ ./node_modules/.bin/phantomjs --debug=true --ignore-ssl-errors=true i280_phantom.js
2017-04-24T11:53:43 [DEBUG] CookieJar - Created but will not store cookies (use option '--cookies-file=<filename>' to enable persistent cookie storage)
2017-04-24T11:53:43 [DEBUG] Set "http" proxy to: "" : 1080
2017-04-24T11:53:43 [DEBUG] Phantom - execute: Configuration
2017-04-24T11:53:43 [DEBUG] 0 objectName : ""
2017-04-24T11:53:43 [DEBUG] 1 cookiesFile : ""
2017-04-24T11:53:43 [DEBUG] 2 diskCacheEnabled : "false"
2017-04-24T11:53:43 [DEBUG] 3 maxDiskCacheSize : "-1"
2017-04-24T11:53:43 [DEBUG] 4 diskCachePath : ""
2017-04-24T11:53:43 [DEBUG] 5 ignoreSslErrors : "true"
2017-04-24T11:53:43 [DEBUG] 6 localUrlAccessEnabled : "true"
2017-04-24T11:53:43 [DEBUG] 7 localToRemoteUrlAccessEnabled : "false"
2017-04-24T11:53:43 [DEBUG] 8 outputEncoding : "UTF-8"
2017-04-24T11:53:43 [DEBUG] 9 proxyType : "http"
2017-04-24T11:53:43 [DEBUG] 10 proxy : ":1080"
2017-04-24T11:53:43 [DEBUG] 11 proxyAuth : ":"
2017-04-24T11:53:43 [DEBUG] 12 scriptEncoding : "UTF-8"
2017-04-24T11:53:43 [DEBUG] 13 webSecurityEnabled : "true"
2017-04-24T11:53:43 [DEBUG] 14 offlineStoragePath : ""
2017-04-24T11:53:43 [DEBUG] 15 localStoragePath : ""
2017-04-24T11:53:43 [DEBUG] 16 localStorageDefaultQuota : "-1"
2017-04-24T11:53:43 [DEBUG] 17 offlineStorageDefaultQuota : "-1"
2017-04-24T11:53:43 [DEBUG] 18 printDebugMessages : "true"
2017-04-24T11:53:43 [DEBUG] 19 javascriptCanOpenWindows : "true"
2017-04-24T11:53:43 [DEBUG] 20 javascriptCanCloseWindows : "true"
2017-04-24T11:53:43 [DEBUG] 21 sslProtocol : "default"
2017-04-24T11:53:43 [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"
2017-04-24T11:53:43 [DEBUG] 23 sslCertificatesPath : ""
2017-04-24T11:53:43 [DEBUG] 24 sslClientCertificateFile : ""
2017-04-24T11:53:43 [DEBUG] 25 sslClientKeyFile : ""
2017-04-24T11:53:43 [DEBUG] 26 sslClientKeyPassphrase : ""
2017-04-24T11:53:43 [DEBUG] 27 webdriver : ":"
2017-04-24T11:53:43 [DEBUG] 28 webdriverLogFile : ""
2017-04-24T11:53:43 [DEBUG] 29 webdriverLogLevel : "INFO"
2017-04-24T11:53:43 [DEBUG] 30 webdriverSeleniumGridHub : ""
2017-04-24T11:53:43 [DEBUG] Phantom - execute: Script & Arguments
2017-04-24T11:53:43 [DEBUG] script: "i280_phantom.js"
2017-04-24T11:53:43 [DEBUG] Phantom - execute: Starting normal mode
2017-04-24T11:53:43 [DEBUG] WebPage - setupFrame ""
2017-04-24T11:53:43 [DEBUG] FileSystem - _open: ":/modules/fs.js" QMap(("mode", QVariant(QString, "r")))
2017-04-24T11:53:43 [DEBUG] FileSystem - _open: ":/modules/system.js" QMap(("mode", QVariant(QString, "r")))
2017-04-24T11:53:43 [DEBUG] FileSystem - _open: ":/modules/webpage.js" QMap(("mode", QVariant(QString, "r")))
2017-04-24T11:53:43 [DEBUG] WebPage - updateLoadingProgress: 10
2017-04-24T11:53:48 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:48 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:48 [DEBUG] WebPage - updateLoadingProgress: 30
2017-04-24T11:53:48 [DEBUG] WebPage - updateLoadingProgress: 34
2017-04-24T11:53:48 [DEBUG] WebPage - updateLoadingProgress: 34
2017-04-24T11:53:49 [DEBUG] WebPage - updateLoadingProgress: 36
2017-04-24T11:53:49 [DEBUG] WebPage - updateLoadingProgress: 36
2017-04-24T11:53:50 [DEBUG] WebPage - updateLoadingProgress: 39
2017-04-24T11:53:50 [DEBUG] WebPage - updateLoadingProgress: 41
2017-04-24T11:53:50 [DEBUG] WebPage - updateLoadingProgress: 43
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 44
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 46
2017-04-24T11:53:51 [DEBUG] WebPage - setupFrame ""
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 48
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 50
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 52
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 54
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 57
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 59
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 62
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 64
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 66
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 68
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 70
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 72
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 74
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 76
2017-04-24T11:53:51 [DEBUG] WebPage - updateLoadingProgress: 77
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 78
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 79
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 79
2017-04-24T11:53:52 [DEBUG] WebPage - setupFrame "google_conversion_frame"
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 79
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:52 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 80
2017-04-24T11:53:52 [DEBUG] WebPage - updateLoadingProgress: 80
2017-04-24T11:53:53 [DEBUG] WebPage - updateLoadingProgress: 81
2017-04-24T11:53:53 [DEBUG] WebPage - updateLoadingProgress: 83
2017-04-24T11:53:53 [DEBUG] WebPage - updateLoadingProgress: 84
2017-04-24T11:53:53 [DEBUG] WebPage - updateLoadingProgress: 85
2017-04-24T11:53:54 [DEBUG] WebPage - updateLoadingProgress: 85
2017-04-24T11:53:54 [DEBUG] WebPage - updateLoadingProgress: 85
2017-04-24T11:53:55 [DEBUG] WebPage - updateLoadingProgress: 86
2017-04-24T11:53:55 [DEBUG] WebPage - updateLoadingProgress: 86
2017-04-24T11:53:56 [DEBUG] WebPage - updateLoadingProgress: 86
2017-04-24T11:53:56 [DEBUG] WebPage - updateLoadingProgress: 86
2017-04-24T11:53:56 [DEBUG] WebPage - updateLoadingProgress: 87
2017-04-24T11:53:57 [DEBUG] WebPage - updateLoadingProgress: 87
2017-04-24T11:53:57 [DEBUG] WebPage - updateLoadingProgress: 87
2017-04-24T11:53:58 [DEBUG] WebPage - updateLoadingProgress: 88
2017-04-24T11:53:58 [DEBUG] WebPage - updateLoadingProgress: 88
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled_7262719=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled_7262719=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_metrika_enabled_7262719=1; expires=Mon, 24-Apr-2017 15:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:58 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:53:59 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:53:59 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:53:59 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "yandexuid=6417606661493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "yp=1808405639.yrts.1493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:53:59 [DEBUG] CookieJar - Saved "yabs-sid=985159851493045639; domain=mc.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] WebPage - updateLoadingProgress: 89
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yandexuid=6417606661493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yp=1808405639.yrts.1493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yabs-sid=985159851493045639; domain=mc.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_visorc_7262719=w; expires=Mon, 24-Apr-2017 15:24:00 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yandexuid=6417606661493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yp=1808405639.yrts.1493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yabs-sid=985159851493045639; domain=mc.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_visorc_7262719=w; expires=Mon, 24-Apr-2017 15:24:00 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_metrika_enabled_7262719=1; expires=Mon, 24-Apr-2017 15:54:00 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yandexuid=6417606661493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yp=1808405639.yrts.1493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yabs-sid=985159851493045639; domain=mc.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_visorc_7262719=w; expires=Mon, 24-Apr-2017 15:24:00 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "PHPSESSID=mlv8uahigo9i1c2lhghr5ki1u5; domain=blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "forceVersion=regular; expires=Mon, 24-Apr-2017 15:53:48 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ga=GA1.2.1637763881.1493045633; expires=Wed, 24-Apr-2019 14:53:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_gat=1; expires=Mon, 24-Apr-2017 14:54:52 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "test_cookie=CheckForPermission; expires=Mon, 24-Apr-2017 15:08:52 GMT; domain=.doubleclick.net; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_uid=1493045638556423758; expires=Sun, 14-Apr-2019 14:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_isad=2; expires=Tue, 25-Apr-2017 10:53:58 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yandexuid=6417606661493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yp=1808405639.yrts.1493045639; expires=Thu, 22-Apr-2027 14:53:59 GMT; domain=.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "yabs-sid=985159851493045639; domain=mc.yandex.ru; path=/"
2017-04-24T11:54:00 [DEBUG] CookieJar - Saved "_ym_visorc_7262719=w; expires=Mon, 24-Apr-2017 15:24:00 GMT; domain=.blogun.ru; path=/"
2017-04-24T11:54:00 [DEBUG] WebPage - updateLoadingProgress: 90
2017-04-24T11:54:00 [DEBUG] WebPage - updateLoadingProgress: 90
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.
Any fixes for this? It lately started happening to me and I've used it for over one year with no problems..
I want to parse blogun.ru. I login:
And then i try to go to url with sites, but I see error. Even if I not login in blogun.
Why? Sorry for my English, my question in Russion here: https://toster.ru/q/418852