Figured it out... well.. from all the examples that I see, the code uses "tpid" as the key...
But it should be "testprojectid"
once I did this
data = {'testprojectid': '1', 'devKey': 'c4b93eede11ff569905cc2aea1212a81'}
It works ..
Search found 6 matches
- Sat Jul 11, 2009 1:33 am
- Forum: XML-RPC API
- Topic: The Test Case ID (tcid) provided does not exist!
- Replies: 20
- Views: 43221
- Fri Jul 10, 2009 10:48 pm
- Forum: XML-RPC API
- Topic: The Test Case ID (tcid) provided does not exist!
- Replies: 20
- Views: 43221
Just be a bit clear... I'm tying this using Python on 1.8.3 data = {'devKey':'c4b93eede11ff569905cc2aea1212a81', 'Tpid':int(1)} s.tl.getProjectTestPlans(data) and get the error as [{'message': '(getProjectTestPlans) - No testprojectid provided.', 'code': 160}] I'm sure that I got the test project ID...
- Fri Jul 10, 2009 10:44 pm
- Forum: XML-RPC API
- Topic: The Test Case ID (tcid) provided does not exist!
- Replies: 20
- Views: 43221
- Tue Jun 02, 2009 2:26 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: ERROR ON exec_query() - database.class.php
- Replies: 5
- Views: 24751
- Tue Jun 02, 2009 2:11 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: ERROR ON exec_query() - database.class.php
- Replies: 5
- Views: 24751
- Sun May 31, 2009 8:16 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: ERROR ON exec_query() - database.class.php
- Replies: 5
- Views: 24751
ERROR ON exec_query() - database.class.php
Hi, I'm new to TestLink and just downloaded TL version 1.8.2... and get all the things set up. I'm using mySQL 4.1. Just have test run and created a user, then trying to create a new test plan... I see this errors... What should I do? ERROR ON exec_query() - database.class.php 1064 - You have an err...