Having some trouble debugging this. I get this error always when i first start my app up, then intermittently thereafter. Could someone please help me by throwing out some d
The same behaviour is seen if the favicon is in .png format as opposed to .ico.
Also, contrary to advice seen on other sites, downgrading Python to v3.6 does not solve the problem. screenshot of error w. png favicon
Seems to be a Django issue, It will probably be fixed permanently in a future Django release.
Following https://bugs.python.org/issue27682#msg348302 I made the changes shown:
I then replaced BrokenPipeError with ConnectionAbortedError. This seems to handle the exception.