question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working at some sites

See original GitHub issue

Most of the time this plugin works. However, it fails to get favicon from some websites. For example, it hangs on www.bestbuy.com for long time before reporting “Error”. During the hang, the cancel button does not interrupt the wait. www.hertz.com does not work with the same symptom. And if I load the page with Firefox, I can clearly see the <rel type="icon"> or <rel type="short icon"> nodes.

Some other sites fail with their login subdomain, but succeeds with the “www” domain. For example, reg.usps.com fails, but www.usps.com is OK. Further, https://www.amazon.com/ap/signin fails, but https://www.amazon.com/ is OK.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
navossoccommented, Mar 2, 2018

Yes, to be honest some of this things are on my TODO list…

Including this one: https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/issues/2

I should have finished this already, but unfortunately those last few days are very busy.

Some of this errors are not just “can’t find the favicon”, maybe a failed TLS handshake with the server or something like that. .NET enforces some kind of security rules. That is why the log will be useful and it it should be done already.

Besides that, the cancel action works between downloads, it is not async with each download per self. What I mean is if you have 10 downloads total and 4 of them are running, you can cancel the other 6 immediately. This is a limitation on how I write the code, but can be improved later.

I was targeting a lower .NET version (C# 2.0) so it can be mono/linux compatible, but mono has others bugs that prevent its operation on some cases anyway. So I’m not sure if that was a good decision at the time.

Now that I have a small user base (3k downloads, yay!), including some linux users, it may be easier now to develop and test all that.

Hang in there 😉

3reactions
photonometriccommented, Apr 2, 2018

Glad more people are noticing this plugin and you feel your efforts are appreciated, You do good work on this ^^

Read more comments on GitHub >

github_iconTop Results From Across the Web

Are You Offline? What to Do When a Website Won't Load
If some sites work and one doesn't, it probably isn't your internet connection. If you have problems with other sites, try rebooting your...
Read more >
Are Some Websites Not Opening in Any Browser on ...
Are Some Websites Not Opening in Any Browser on Windows? 7 Ways to Fix It · 1. Perform Some Preliminary Checks · 2....
Read more >
How to Fix Some Websites Not Opening in Browser (11 ...
Flush DNS Cache ... Some Windows 10 users have claimed that they have fixed some websites not loading in browser error by flushing...
Read more >
Some Websites Not Loading - Here's How To Fix It
If that doesn't work, you can try flushing your DNS cache. This will remove any website residues that may be preventing you from...
Read more >
Some Websites Are Not Opening On Your Computer
Conclusion: In 90% of the cases, doing a soft reboot of your router should automatically fix the webpage not loading problem. If it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found