- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-21-2023 12:20 AM
I've been trying the #RTIR integration, to create a new ticket indicating a text content, and the execution seems to work but no ticket is created (without indicating text, it works perfectly
Also try to create an empty ticket, and next update with the text, but here an error occurs, trying to apend a string with an byte variable.
I found the line with the second problem, and it's related to type conversion problems.
[line 821] content += '\nText: ' + text.encode('utf-8')
Is there new versions that will solve this issue?
Kind regards.
04-28-2023 11:50 AM
The latest version of the integration is 1.0.14 which was released 4/16/2023. It looks like since your post there have been a couple updates to the integration and the release notes indicate some of the changes were bug fixed. I would recommend updating to the latest version and then trying to create a new ticket again. Thanks!
05-08-2023 12:08 PM
I was able to duplicate your issue. It looks like the best way to resolve the error is to wrap str() around text.encode('utf-8'). To do that you would need to duplicate the integration in order to edit it. I would also recommend submitting a ticket through the support portal to let the support team know about the issue so they can track it and get it resolved. Thanks!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!