question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: '_thread._local' object has no attribute 'seen_classes'

See original GitHub issue

The latest release is raising the above error on invocation of class_schema. I’m working on putting together a minimal example to demonstrate this but in the meantime it’s breaking CI for me.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mivadecommented, Apr 28, 2022

In the meantime could you please reopen this issue until it has been resolved?

1reaction
mivadecommented, Apr 27, 2022

It looks like the fix in #191 didn’t actually do the trick. I still get the same issue with the 8.5.7 release. I think whatever solution is found to work for this problem should probably get a unit test added to avoid a regression.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'thread._local' object has no attribute - python - Stack Overflow
local ()) will show you the methods and attributes that do exist - value is not among them. If you are attempting to...
Read more >
'thread._local' object has no attribute 'value' error · Issue #13353
I am loading a model from an hdf5 file with using keras.models.load_model. when i try to predict using that model the following error ......
Read more >
AttributeError: '_thread._local' object has no attribute 'value'
I'm having an issue when I try to use a conditional statement to display text. My code is as follows: st.header('Expected Winnings Based...
Read more >
AttributeError: 'thread._local' object has no attribute '_scheduled'
This is simply a note for anybody else who may come across this error when trying to run web2py's scheduler - it works...
Read more >
Python AttributeError — What is it and how do you fix it?
AttributeError : '***' object has no attribute '***'What is an AttributeError in Python? What can you do to fix it? When does it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found