Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • von 61 posts 123 karma points
    Jan 16, 2018 @ 03:36
    von
    0

    Consistently getting "Error could not load url"

    We are consistently getting this error for a few nodes ({ID}.aspx). When we checked those nodes the SEOChecker properties does not show any errors and the pages for those nodes can be viewed on the front-end without errors. as well. The log does not show any other hint what's causing that error for those nodes - there are no other errors except what we reported here. We are using 1.10.2 on Umbraco 7.7.6.

    ERROR SEOChecker.Core.Helpers.Request - SEOChecker: Error could not load url https://{domain}/{ID}.aspx 
    System.Net.WebException: The remote server returned an error: (404) Not Found.
       at System.Net.HttpWebRequest.GetResponse()
       at SEOChecker.Core.Helpers.Request.GetStream(String url, HttpCookieCollection cookies, String userAgent)
    
  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jan 16, 2018 @ 06:49
    Richard Soeteman
    0

    Hi,

    Make sure your server supports outgoing connections. Usually a firewall setting. Then it can make HTTP requests and checks the site for you.

    Hope this helps,

    Richard

  • Jesse Andrews 191 posts 716 karma points c-trib
    Jan 16, 2018 @ 21:50
    Jesse Andrews
    0

    This is Jesse, a coworker of Von.

    The problem isn't the firewall, as we are encountering this 404 on a server that doesn't have one. The problem seems to be that the check fires on save and unpublish instead of just on publish. Screenshot of Tracelog

    Since the page isn't live after just saving a new page or when unpublishing, the test will always fail with a 404 at those times.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jan 17, 2018 @ 07:21
    Richard Soeteman
    0

    Hi,

    It will also check the unpublished (preview) version of the page.

    Best,

    Richard

  • Bradley Kronson 62 posts 113 karma points
    Feb 21, 2018 @ 11:40
    Bradley Kronson
    0

    Hi Richard - I think the problem is the preview check of the unpublished is returning a 404 - I am experiencing the same thing.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 21, 2018 @ 12:48
    Richard Soeteman
    0

    Hi Bradley,

    If you add SEOChecker.DisablePreviewValidation to the appsettings collection of web.config with value true it should only validate Published pages.

    Hope this helps,

    Richard

  • Bradley Kronson 62 posts 113 karma points
    Feb 21, 2018 @ 13:45
    Bradley Kronson
    0

    Thanks Richard, which version of SEOChecker is this supported from?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 21, 2018 @ 14:21
    Richard Soeteman
    0

    Hi Bradley,

    1.9 I think

    Best,

    Richard

  • Bradley Kronson 62 posts 113 karma points
    Feb 22, 2018 @ 09:20
    Bradley Kronson
    0

    Tried the web.config app setting, still consistently seeing the error on unpublished items

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Feb 22, 2018 @ 09:22
    Richard Soeteman
    0

    Oh sorry On Unpublished settings you don't need that setting. I think it takes too lonmg to populate the preview version of the page...

Please Sign in or register to post replies

Write your reply to:

Draft