Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. [Solved]QtWebKitPerformanceUtilities: mirror failed
QtWS25 Last Chance

[Solved]QtWebKitPerformanceUtilities: mirror failed

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 1 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dongdong
    wrote on last edited by
    #1

    hi,
    when using the "webkit performance utilities":http://trac.webkit.org/wiki/QtWebKitPerformanceWork' mirror application, i always get the error message like following. how to solve it?

    ./mirror -v -k http://www.ibm.com

    Loading of QUrl( "http://www.ibm.com/us/en/" ) failed!
    Error with: NetworkReplyProxy(0x94458f8) QUrl( "http://1.www.s81c.com/i/v17/icons/search.png" ) 5
    Error with: NetworkReplyProxy(0x9436b90) QUrl( "http://www.ibm.com/images/portal/S963102A12288P45/11262011hp_black_friday_mobile.png" ) 5
    Error with: NetworkReplyProxy(0x95346d8) QUrl( "http://1.www.s81c.com/i/v17/t/related-bg.png" ) 5
    Error with: NetworkReplyProxy(0x9168760) QUrl( "http://www.ibm.com/images/portal/S963102A12288P45/11262011hp_black_friday_text.png" ) 5
    Error with: NetworkReplyProxy(0x93ad048) QUrl( "http://www.ibm.com/images/portal/D875407S68200N35/11262011hp_black_friday_2_bg.jpg" ) 5
    Error with: NetworkReplyProxy(0x9269608) QUrl( "http://1.www.s81c.com/i/v17/t/ibm-logo-anim-sprite.png" ) 5
    Error with: NetworkReplyProxy(0x94f6460) QUrl( "https://www.ibm.com/gateway/?&cc=us&lc=en&format=json&ts=1323149062957&sid=103&industry=&dc_subject=IBM101&currenturl=//www.ibm.com/us/en/&ctype=CT002&ww=&cb=100:__tmpcallback61763@109:__tmpcallback35009@103:__tmpcallback78427@102:__tmpcallback85172" ) 5
    Error with: NetworkReplyProxy(0x9269398) QUrl( "http://1.www.s81c.com/i/v17/hp/box_gradient_lm.png" ) 5

    ./mirror -v -k http://news.google.com

    Loading of QUrl( "http://news.google.com/" ) failed!
    Error with: NetworkReplyProxy(0x8dbce08) QUrl( "http://news.google.com/" ) 5

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dongdong
      wrote on last edited by
      #2

      change ten second timeout in following line to a large one seems work now.

      ::waitForSignal(page, SIGNAL(loadFinished(bool)), /* ten second timeout */ 10000);

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved