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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: