github-webhook-handler icon indicating copy to clipboard operation
github-webhook-handler copied to clipboard

Fix "'unicode' does not have the buffer interface" error

Open scotte opened this issue 8 years ago • 0 comments

Cast signature to a str to prevent the exception: TypeError: 'unicode' does not have the buffer interface

I'm not sure why I get this particular error and I don't know if I'm using an older or newer version of some libraries (I'm running on Debian Jessie). This resolves it for me, but should be tested by others with potentially different versions of libraries.

scotte avatar Mar 10 '16 23:03 scotte