-
Notifications
You must be signed in to change notification settings - Fork 251
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
AttributeError: record_create_context #595
Comments
This appears to be happening because I am using the machine remotely and accessing via |
Thank you for your report. I notice that your Xlib bindings appear to come from |
I ran into the same problem. I am running over SSH like But I just realized that the library module of python-xlib is actually |
It seems that that attribute is present only when the RECORD extension is loaded by the XServer. The method
I am still looking at it to see how to enable that. If you know how to do it, I'd be glad to hear, so I can test it. |
Any follow-up on this? |
Any resolution to this issue? I am using the robosuite package - https://robosuite.ai - and want to control the simulation robot. My images are rendered thru the ssh connection when I log in using -XY flags, but when I used my keyboard to move the sim robot it does not work in an ssh session. However, it works when I go to the physical machine and try it out.
|
Description
I am trying to use pynput and getting the exception
AttributeError: record_create_context
Platform and pynput version
To Reproduce
Unfortunately my problem is a little more complex. I have a
SoundRecorder
class that has a threaded function that does the actual recording. Here is themain
block of code. I don't understand this exception.The full stack trace
The text was updated successfully, but these errors were encountered: