-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError thrown in getProjectIDByNode #149
Comments
Hello Elapfra, Could you tell me the versions from your current used
That might help to understand what happens. Regards Luiko |
Hi, Thanks for the quick feedback. I'm using the HEAD commit from this project (1fb0cd2)
I deployed the bitnami container version of testlink
But their library is behind, so I copied latest libs from testlink project (branch testlink_1_9_20_fixed)
Python 3.6 venv
|
Hello Elapfra,
copy test in testlinkapi_offline_test.py are still working
What it makes difficult - testlink_1_9_20_fixed is not stable. So I can currently not clearly decide, if the issue is affected by a wanted change on the server side or an unwanted (bug) on the server side. I like to investigate this, but it will take a while. Regards Luiko |
Hi @lczub For you information, I succesfully ran all the For what it's worth, I captured all changes I made to this project here, you could have a look if you are interested. Thanks, |
Thanks for sharing your changes - observed that you also had issue with uploadExecutionAttachmemts |
Hello Elapfra, The copyTCnewVersion steps work without any code change. My tests uses py 3.9 and TL server build with docker-compose from scratch as described in TestLink-API-Python-clinet/docker/README.md Unfortunately, I'm not able to reproduce your issue. Regards Luiko |
Hi,
Thanks for this library, it works great.
However, I encounter this error while running "TestLinkExample.py"
It seems to me the dict should be accessed by string.
This works.
node_path = self.getFullPath(int(a_nodeid))[str(a_nodeid)]
The text was updated successfully, but these errors were encountered: