github-webhook-handler
github-webhook-handler copied to clipboard
Fix "'unicode' does not have the buffer interface" error
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.