droopescan icon indicating copy to clipboard operation
droopescan copied to clipboard

Trying to Update (TypeError: a bytes-like object is required, not 'str')

Open frav1s opened this issue 2 years ago • 1 comments

When im trying 'sudo ./droopescan update --update drupal' i have this except: for line in tags_content.split('\n'): TypeError: a bytes-like object is required, not 'str' What's wrong?

frav1s avatar May 28 '22 18:05 frav1s

I would try python 2? I think the update portion of hte code does not support python 3.

Alternatively you can update that to be like tags_content.split(b'\n'), a few more changes like that would be needed and I am happy to accept a merge for that.

SamJoan avatar May 29 '22 21:05 SamJoan