RT CLI Error

When executing the “rt ls -l” command, I get an error:

[13:49][root@dev1-lx:/usr/local/bin]$ rt list -l “(Status=‘new’ OR
Status=‘open’) and Owner=‘rbellamy’”
rt: Malformed RT response from http://localhost/rt.
(Rerun with RTDEBUG=3 for details.)

Run it with either of the other flags, and it works.

  • Richard

When executing the “rt ls -l” command, I get an error:

[13:49][root@dev1-lx:/usr/local/bin]$ rt list -l “(Status=‘new’ OR
Status=‘open’) and Owner=‘rbellamy’”
rt: Malformed RT response from http://localhost/rt.
(Rerun with RTDEBUG=3 for details.)

Run it with either of the other flags, and it works.

If you set the RTDEBUG environment variable to 3, what do you see? Are
you saying that turning on debugging makes the issue go away?