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
Yet another problem with unicode - some HTLM pages can not be decoded because they contain undecodable characters.
It causes raise of UnicodeDecodeError deep inside python. This only happens if xrds location is not found before
some unicode character.
- Catch UnicodeDecodeError when searching for yadis
- Update check of whether yadis was used - if xrds location is none it was not
- Added tests, update previous unicode test with comment
0 commit comments