zabbix-jira
zabbix-jira copied to clipboard
TypeError
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 Same error here.
Do you solved this issue?