fastbook icon indicating copy to clipboard operation
fastbook copied to clipboard

Decode error

Open alexlarrimore opened this issue 4 years ago • 1 comments

search_images_ddg( ) is giving off a new error - AttributeError: 'str' object has no attribute 'decode'. I am guessing this is due to a change on duck duck go. If you just remove the .encode() call from res = urlread(url,data={'q':term}) then everything works perfectly again.

alexlarrimore avatar Dec 17 '20 14:12 alexlarrimore

I have done the same thing as @alexlarrimore.

jmnetizen avatar Apr 12 '21 09:04 jmnetizen