Skip to content

Conversation

BenBergman
Copy link

Error message I was seeing:

Traceback (most recent call last):
File "bin/sparkler", line 179, in
sparkler_cli()
File "bin/sparkler", line 171, in sparkler_cli
guid = hashlib.sha1(''.join(raw_values)).hexdigest()
TypeError: Unicode-objects must be encoded before hashing

I'm using Python 3.3.3, not sure if that was the cause of my error or not.

Error message I was seeing:

Traceback (most recent call last):
  File "bin/sparkler", line 179, in <module>
    sparkler_cli()
  File "bin/sparkler", line 171, in sparkler_cli
    guid = hashlib.sha1(''.join(raw_values)).hexdigest()
TypeError: Unicode-objects must be encoded before hashing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant