Nathan Trudeau

Results 10 comments of Nathan Trudeau

I'll try disabling even more modules one by one and keep you up to date.

No. I deactivated all modules except D&D Beyond importer and it has the same issue. ![image](https://user-images.githubusercontent.com/45826736/188954737-c849d1a7-60d5-40a5-ac11-332fa58242bd.png)

Here's the character's link, if it helps: https://www.dndbeyond.com/characters/82677640

And I know it's the avatar, because I just created a character without avatar and imported it without any issue. However, the moment I set the avatar, the import fails.

I will check it out later today and keep you in touch.

I understand that. It is still, however, my strong belief that these cases should still be handled by the library, as it is far from everyone that follows best practices....

In the meantime, for those reading this thread, you can simply do something like that in your code prior to calling HTMLParser.css(): ``` chars_to_patch = [ '>', '+', '~' ]...

The yfinance module throws this error when it has trouble finding data for a given ticker, happened a couple of time in my personal scripts. Surround it in a try...