You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though there are some valid icons, none are returned. Instead, this error is thrown:
Traceback (most recent call last):
File "/src/logic/website_scraping.py", line 312, in getWebsiteScrapedDataForURL
potentialIcons = favicon.get(
File "/.venv/lib/python3.8/site-packages/favicon/favicon.py", line 66, in get
link_icons = tags(response.url, response.text)
File "/.venv/lib/python3.8/site-packages/favicon/favicon.py", line 142, in tags
width, height = dimensions(tag)
File "/.venv/lib/python3.8/site-packages/favicon/favicon.py", line 176, in dimensions
width, height = re.split(r'[x\xd7]', size[0])
ValueError: not enough values to unpack (expected 2, got 1)
size is an array with contents: ['32/32'].
The text was updated successfully, but these errors were encountered:
Though there are some valid icons, none are returned. Instead, this error is thrown:
size
is an array with contents:['32/32']
.The text was updated successfully, but these errors were encountered: