Skip to content
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

Thread exception #156

Closed
ziafnadeem opened this issue Apr 2, 2021 · 1 comment
Closed

Thread exception #156

ziafnadeem opened this issue Apr 2, 2021 · 1 comment

Comments

@ziafnadeem
Copy link

I am using python 2.7.15, ldclient-py=6.0.0, i dont want to call the ldclient.close() method as this is a long running application, i am getting the following error.
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner File "/env/local/lib/python2.7/site-packages/ldclient/repeating_timer.py", line 12, in runTraceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
__bootstrap_inner

@bwoskow-ld
Copy link
Member

Hi @ziafnadeem ,

Version 6.0.0 was released almost two years ago and is no longer supported. Can you update to the latest 6.x SDK version and try again? As of this writing the latest 6.x version is 6.13.3. Note that we dropped compatibility with Python 2.7 on SDK version 7.x-- as such you'll want to stay on the 6.x major version.

Also note that we renamed our SDK package between 6.0.0 and the latest 6.x version.

If you still run into this issue on a supported version of the SDK, it might make more sense to contact our support team at support@launchdarkly.com, rather than using this public GitHub issue tracker, so that you can privately provide code samples and further diagnose your issue.

LaunchDarklyReleaseBot pushed a commit that referenced this issue Dec 3, 2021
…ests

implement SSE contract tests for Python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants