zabbix-jira icon indicating copy to clipboard operation
zabbix-jira copied to clipboard

TypeError

Open sthenley opened this issue 5 years ago • 1 comments

From command line execution, I get this error (warning): (...) raise TypeError("quote_from_bytes() expected bytes")

Solution: # title = requests.utils.quote(title) title = requests.utils.quote(str(title))

sthenley avatar May 31 '19 18:05 sthenley

@sthenley Same error here.

Do you solved this issue?

braieralves avatar Jul 19 '21 10:07 braieralves