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
The plugin broke for me when I upgraded to Python3.
Issues:
urllib AttributeError: module 'urllib' has no attribute 'quote'
Encoding issue TypeError: __str__ returned non-string (type bytes)
I was to patch it to make it work for me locally.
Pull request -> exclusivearj:add-support-for-python3 Adding support for Python3 #3
The text was updated successfully, but these errors were encountered:
The plugin broke for me when I upgraded to Python3.
Issues:
AttributeError: module 'urllib' has no attribute 'quote'
TypeError: __str__ returned non-string (type bytes)
I was to patch it to make it work for me locally.
Pull request -> exclusivearj:add-support-for-python3 Adding support for Python3 #3
The text was updated successfully, but these errors were encountered: