I’ve got same error on Testrail 6.7.2.1043 hosted on Ubuntu
I got two plans with my testrail, with id’s 1444718 and 1444734 Then I perform get_plan request for first one, something like this:
curl --location --request GET 'https://testrail-url.com/index.php?/api/v2/get_plan/1444718' \
--header 'Authorization: Basic my-key'
I got correct response with a lot of data
If I try to performa the same on second one I just got short response:
curl --location --request GET 'https://testrail-url.com/testrail/index.php?/api/v2/get_plan/1444734' \
--header 'Authorization: Basic my-key'
{"error":"Trying to get property 'description' of non-object"}
But opening this plan via url in my browser: https://testrail-url.com/index.php?/plans/view/1444734 will not cause any error
I’ve send same message to contact@gurock.com, not sure why supported performed only via email, not via this forum