-
Notifications
You must be signed in to change notification settings - Fork 36
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
"no enumerators available" on Linux MInt 20.1 #48
Comments
I, too, am having this problem. Same OBS plugin, Linux Mint 20.1 Cinnamon, Python 3.8.5. |
Can you please post the output of the following commands?
and
I'm using Mint with MATE and it's working fine for me |
Sure, thanks for your help! The outputs are: (xrandr)
(xinerama)
|
That's very weird. I expected one of them to fail. What about two more commands?
and
|
Here are my outputs:
I also imported that bit of python script in to OBS and it didn't throw an error, which makes me wonder if it's an error in the |
Similar results here:
|
I would raise an issue there and link to this one here, as it indeed looks like a problem with how this script is executed by the OBS plugin, and solving it requires us to work together. Can I please ask you to create a bug report there? |
Done: tryptech/obs-zoom-and-follow#7 (currently looks like there's not a lot of activity in that repo, so not sure whether anything will come from it :-/ ) |
Does this error in OBS show up when you first add the script to OBS, or only in the case of starting a new instance of OBS after you have added the script in? |
@tryptech Sorry, I don't remember if I got the same error already when I added the script ... But yes, it shows up every time I launch OBS now. |
Could you possibly remove the script and re-add it? I have this dumb gut feeling that it might be trying to get the monitors too fast. |
Sure.
Would it make a difference that the script is located in my /home/username/.config/obs/scripts directory? |
I've tested it locally by printing the errors catched here And it seems like obs is unable to properly import ctypes
|
This sounds like an installation / packaging problem of your distro, not this library |
-- code>python -m screeninfo xrandr |
Hi,
I've been trying to get this obs plugin to work:
https://github.com/tryptech/obs-zoom-and-follow
I've installed screeninfo today from pypi, using pip3, with the --user option.
But after including the script into obs, and then starting up obs, it gives me the following message on Linux Mint 20.1 Xfce:
I'm having two monitors attached, configured from the Xfce settings. Please let me know which information you would need to help fix the problem.
The text was updated successfully, but these errors were encountered: