-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi Patrick,
When reviewing WebJob Run Details for CacheLoader, some URLs (not all) defined in ProjectNamiCacheLoader.SiteList WebApp configuration are being skipped.
Specifically, the errors in log follow this format:
[03/03/2020 02:47:51 > cbba2e: INFO] Visited - https://example.com
[03/03/2020 02:47:51 > cbba2e: INFO] ERROR Parse Links - Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
[03/03/2020 02:47:51 > cbba2e: INFO] at System.Uri..ctor(String uriString)
[03/03/2020 02:47:51 > cbba2e: INFO] at ProjectNamiCacheLoader.Module1.VisitLink(String LinkURL, Int32 LinkDepth) in C:\VS2013_Projects\ProjectNamiCacheLoader\ProjectNamiCacheLoader\Module1.vb:line 64
This issue occurs across separate multi-site network installations. Each multi-site's WebApp configuration settings have been checked, double checked, and then checked again for user error. End result remains that some URLs defined in configuration settings are visited as expected, however other hostnames are being skipped. There does not appear to be a discernible delta between sites successfully visited compared to those sites that are skipped/generate the error above.
Appreciate any guidance identifying root cause and thanks as always for all the support