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:02
    von
    0

    ERROR during validation of document

    Hello,

    We are intermittently getting the ERROR during validation of document error on one of our content node. The complete error showing on the back-end is "ERROR during validation of document (probably a template error), details are logged in the Umbraco Log." This is what we have in the log and nothing more that could hint what happened. We are using Umbraco 7.7.6 with SEOChecker 1.10.2.

    ERROR SEOChecker.Core.Validation.DocumentValidator - SEOChecker: Error when validation document 
    System.ArgumentNullException: Value cannot be null.
    Parameter name: stream
       at System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean leaveOpen)
       at System.IO.StreamReader..ctor(Stream stream, Encoding encoding)
       at SEOChecker.Core.Validation.DocumentValidator.Validate(Int32 documentId, IContextInfo context)
    
  • 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

  • von 61 posts 123 karma points
    Jan 28, 2018 @ 16:04
    von
    0

    Hi Richard,

    We are still getting this error even with Validation already turned off. Also, I checked the site and there are Outbound calls recorded so the server allows outgoing connections.

    What else could be causing this issue? We are getting a lot of these errors when nodes are saved. Also, I already tried creating a simple docType with one textstring property and an SEOChecker property. When a node of that type is saved, we get the same exact error - Value cannot be null.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jan 29, 2018 @ 06:19
    Richard Soeteman
    0

    Hi the datatype is also validating. This will be configurable in V2. But are all outbound links also reported as broken links?

    Best,

    Richard

  • von 61 posts 123 karma points
    Jun 21, 2018 @ 07:56
    von
    0

    Hi Richard, I went to the documentation page looking for where the dataype validation can be configured but did not find it. I also looked under Settings and did not find it there. Can you let me know where to set it? Thanks.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 21, 2018 @ 09:58
    Richard Soeteman
    1

    On the datatype you see the following options enter image description here

    select Never validate and it will nevcer validate.

    Best,

    Richard

  • von 61 posts 123 karma points
    Jul 16, 2018 @ 03:48
    von
    0

    That worked! Thanks Richard.

  • Thomas 315 posts 602 karma points c-trib
    Dec 09, 2020 @ 08:59
    Thomas
    0

    Hey

    I'm getting a lot of log errors

    SEOChecker: SEOChecker: Error validating document ''

    I have notes it's only on node where the parent node are not published but the current node are. hen the error comes.

    Any work arounds?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Dec 09, 2020 @ 09:11
    Richard Soeteman
    1

    Hi Thomas,

    Then the document itselft can't be rendered (throws 404). Best to publish teh parent I guess?

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft