w3c / feedvalidator

W3C-customized version of the feedvalidator (forked from https://github.com/rubys/feedvalidator/)
Other
81 stars 37 forks source link

Feed is displaying in browser #99

Closed socialpilgrim closed 1 year ago

socialpilgrim commented 1 year ago

Describe the bug Feed is displaying in browser but not validating , getting error "An error occurred while trying to validate this feed."

To Reproduce https://policykeys.com/feed

Expected behavior Url feed should be validated and show congratulations messages

Additional context Showing error message "Sorry An error occurred while trying to validate this feed."

rcaden commented 1 year ago

When I try to load that feed, instead of the feed I see an error page "ErrorException: Attempt to read property 'name' on null" linked to a line of code that references "{{Auth::user()->name}}".

dontcallmedom commented 1 year ago

problem is in the feed generation, not the validator