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

Password screen for the web app is not showing when trying to login from a client #252

Open
patrick-13x opened this issue Jan 2, 2023 · 13 comments

Comments

@patrick-13x
Copy link

patrick-13x commented Jan 2, 2023

Hi,
I just installed ChimeraOS and I have two issues:

  1. Password screen for the web app is not showing when try to login from a client (I already tried relaunching the interface as described here: https://github.com/ChimeraOS/chimera#installation)
  2. Steam validating installation at every boot

How can I solve this issues? *
Any help would be appreciated.

Thank you very much.

Patrick

@alkazar
Copy link
Member

alkazar commented Jan 2, 2023

  1. The password screen may not appear if you are viewing some of Steam's settings dialogs. Make sure to exit those first.
  2. That would be something to talk to Valve about.

@patrick-13x
Copy link
Author

Thanks for your reply.
I tried everything but there's absolutely no way I can make that password screen to appear. Service is up up running and I can see the login page at the url http://chimeraos.local/login.
Don't really know what I could try next.

Thanks for any help.

Patrick

@alkazar
Copy link
Member

alkazar commented Jan 4, 2023

It should definitely show up and I cannot reproduce this.

What screen are you on in Steam when you attempt to login?

@patrick-13x
Copy link
Author

It should definitely show up and I cannot reproduce this.

What screen are you on in Steam when you attempt to login?

Main screen of the Big Picture mode.

image

But I also tried from the library screen.

Thanks for your help.

Patrick

@alkazar
Copy link
Member

alkazar commented Jan 5, 2023

Can you do the following:

  1. get to a command-line (ctrl-alt-f3, username/password is gamer/gamer)
  2. run journalctl -f --user-unit chimera
  3. attempt to login
  4. take a screenshot of the logs on the screen

@patrick-13x
Copy link
Author

patrick-13x commented Jan 5, 2023

Hi @alkazar,

thanks for your reply.
Here's the log for a login attempt (loading the page http://chimeraos.local/login).

Jan 05 13:51:18 chimeraos chimera[8635]: Traceback (most recent call last):
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/init.py", line 333, in getattr
Jan 05 13:51:18 chimeraos chimera[8635]: return getattr(self._module, name)
Jan 05 13:51:18 chimeraos chimera[8635]: AttributeError: 'NoneType' object has no attribute 'get_controllers'
Jan 05 13:51:18 chimeraos chimera[8635]: During handling of the above exception, another exception occurred:
Jan 05 13:51:18 chimeraos chimera[8635]: Traceback (most recent call last):
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/init.py", line 333, in getattr
Jan 05 13:51:18 chimeraos chimera[8635]: return getattr(self._module, name)
Jan 05 13:51:18 chimeraos chimera[8635]: AttributeError: 'NoneType' object has no attribute 'xlib'
Jan 05 13:51:18 chimeraos chimera[8635]: During handling of the above exception, another exception occurred:
Jan 05 13:51:18 chimeraos chimera[8635]: Traceback (most recent call last):
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/share/chimera/bin/chimera-authenticator", line 20, in
Jan 05 13:51:18 chimeraos chimera[8635]: controllers = pyglet.input.get_controllers()
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/init.py", line 339, in getattr
Jan 05 13:51:18 chimeraos chimera[8635]: import(import_name)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/input/init.py", line 177, in
Jan 05 13:51:18 chimeraos chimera[8635]: from .x11_xinput_tablet import get_tablets
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/input/x11_xinput_tablet.py", line 38, in
Jan 05 13:51:18 chimeraos chimera[8635]: from pyglet.input.x11_xinput import XInputWindowEventDispatcher
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/input/x11_xinput.py", line 203, in
Jan 05 13:51:18 chimeraos chimera[8635]: class XInputWindowEventDispatcher:
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/input/x11_xinput.py", line 274, in XInputWindowEventDispatcher
Jan 05 13:51:18 chimeraos chimera[8635]: @pyglet.window.xlib.XlibEventHandler(0)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/init.py", line 339, in getattr
Jan 05 13:51:18 chimeraos chimera[8635]: import(import_name)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/window/init.py", line 1915, in
Jan 05 13:51:18 chimeraos chimera[8635]: gl._create_shadow_window()
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/gl/init.py", line 200, in _create_shadow_window
Jan 05 13:51:18 chimeraos chimera[8635]: _shadow_window = ShadowWindow()
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/gl/init.py", line 194, in init
Jan 05 13:51:18 chimeraos chimera[8635]: super().init(width=1, height=1, visible=False)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/window/xlib/init.py", line 168, in init
Jan 05 13:51:18 chimeraos chimera[8635]: super(XlibWindow, self).init(*args, **kwargs)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/window/init.py", line 573, in init
Jan 05 13:51:18 chimeraos chimera[8635]: context = config.create_context(gl.current_context)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/gl/xlib.py", line 204, in create_context
Jan 05 13:51:18 chimeraos chimera[8635]: return XlibContextARB(self, share)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/gl/xlib.py", line 314, in init
Jan 05 13:51:18 chimeraos chimera[8635]: super(XlibContext13, self).init(config, share)
Jan 05 13:51:18 chimeraos chimera[8635]: File "/usr/lib/python3.10/site-packages/pyglet/gl/xlib.py", line 218, in init
Jan 05 13:51:18 chimeraos chimera[8635]: raise gl.ContextException('Could not create GL context')
Jan 05 13:51:18 chimeraos chimera[8635]: pyglet.gl.ContextException: Could not create GL context

I can see probably there is some issue with OpenGL video drivers?
I'm running on a fairly old hardware with integrated graphics, but I also installed an Nvidia GTX 1650 card which I plan to make functional later on (this would be another topic I guess).

Thanks for your help.

Patrick

@Samsagax
Copy link
Member

Samsagax commented Jan 5, 2023

You mention intel integrated graphics. Which hardware is that?

@patrick-13x patrick-13x changed the title Password screen for the web app is not showing when try to login from a client Password screen for the web app is not showing when trying to login from a client Jan 5, 2023
@patrick-13x
Copy link
Author

patrick-13x commented Jan 5, 2023

These are the two graphics chips detected by the system:

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Device d000
Kernel driver in use: i915

01:00.0 VGA compatible controller: NVIDIA Corporation TU117 [GeForce GTX 1650] (rev a1)
Subsystem: eVga.com. Corp. Device 1057
Kernel driver in use: nvidia

@Samsagax
Copy link
Member

Samsagax commented Jan 5, 2023

So you are in a hybrid graphics configuration and seems like xlib doesn't know where to go. When running Steam client. Can you look into which card I'd being used?

@patrick-13x
Copy link
Author

I don't think its possible to view which card is being used from the Steam interface AFAIN.
Anyway I tried pulling out the Nvidia card but the results are the same. Still no password screen.

@pythoninthegrass
Copy link

Can you do the following:

  1. get to a command-line (ctrl-alt-f3, username/password is gamer/gamer)
  2. run journalctl -f --user-unit chimera
  3. attempt to login
  4. take a screenshot of the logs on the screen

Same boat as OP. Installed ChimeraOS "43-1 (788f4bb)" on the new Ayaneo 2S, both BPM and the normal Steam session (gamescope?) fail to raise a generated password window.

Reading the source code, looks like an encoded password gets dropped into /tmp -- haven't done a deep dive, but guessing that can be reversed to get the password that is supposed to be displayed?

BPM journalctl logs accesing chimera via an iPhone:

[gamer@chimeraos ~]$ journalctl -f --user-unit chimera
Jul 26 12:06:48 chimeraos chimera[14462]:     super(XlibWindow, self).__init__(*args, **kwargs)
Jul 26 12:06:48 chimeraos chimera[14462]:   File "/usr/lib/python3.11/site-packages/pyglet/window/__init__.py", line 513, in __init__
Jul 26 12:06:48 chimeraos chimera[14462]:     display = pyglet.canvas.get_display()
Jul 26 12:06:48 chimeraos chimera[14462]:               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 26 12:06:48 chimeraos chimera[14462]:   File "/usr/lib/python3.11/site-packages/pyglet/canvas/__init__.py", line 59, in get_display
Jul 26 12:06:48 chimeraos chimera[14462]:     return Display()
Jul 26 12:06:48 chimeraos chimera[14462]:            ^^^^^^^^^
Jul 26 12:06:48 chimeraos chimera[14462]:   File "/usr/lib/python3.11/site-packages/pyglet/canvas/xlib.py", line 88, in __init__
Jul 26 12:06:48 chimeraos chimera[14462]:     raise NoSuchDisplayException(f'Cannot connect to "{name}"')
Jul 26 12:06:48 chimeraos chimera[14462]: pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None"
Jul 26 12:29:31 chimeraos chimera[1894]: 127.0.0.1 - - [26/Jul/2023:12:29:31 -0500] "GET / HTTP/1.1" 303 0 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1"
Jul 26 12:29:31 chimeraos chimera[1894]: 127.0.0.1 - - [26/Jul/2023:12:29:31 -0500] "GET /login HTTP/1.1" 200 1597 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1"
Jul 26 12:29:32 chimeraos chimera[24813]: Authorization required, but no authorization protocol specified
Jul 26 12:29:32 chimeraos chimera[24813]: Traceback (most recent call last):
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/__init__.py", line 306, in __getattr__
Jul 26 12:29:32 chimeraos chimera[24813]:     return getattr(self._module, name)
Jul 26 12:29:32 chimeraos chimera[24813]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]: AttributeError: 'NoneType' object has no attribute 'get_controllers'
Jul 26 12:29:32 chimeraos chimera[24813]: During handling of the above exception, another exception occurred:
Jul 26 12:29:32 chimeraos chimera[24813]: Traceback (most recent call last):
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/__init__.py", line 306, in __getattr__
Jul 26 12:29:32 chimeraos chimera[24813]:     return getattr(self._module, name)
Jul 26 12:29:32 chimeraos chimera[24813]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]: AttributeError: 'NoneType' object has no attribute 'xlib'
Jul 26 12:29:32 chimeraos chimera[24813]: During handling of the above exception, another exception occurred:
Jul 26 12:29:32 chimeraos chimera[24813]: Traceback (most recent call last):
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/share/chimera/bin/chimera-authenticator", line 20, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     controllers = pyglet.input.get_controllers()
Jul 26 12:29:32 chimeraos chimera[24813]:                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/__init__.py", line 312, in __getattr__
Jul 26 12:29:32 chimeraos chimera[24813]:     __import__(import_name)
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/input/__init__.py", line 143, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     from .linux import get_devices
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/input/linux/__init__.py", line 5, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     from .x11_xinput_tablet import get_tablets
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput_tablet.py", line 3, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     from pyglet.input.linux.x11_xinput import XInputWindowEventDispatcher
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput.py", line 168, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     class XInputWindowEventDispatcher:
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput.py", line 239, in XInputWindowEventDispatcher
Jul 26 12:29:32 chimeraos chimera[24813]:     @pyglet.window.xlib.XlibEventHandler(0)
Jul 26 12:29:32 chimeraos chimera[24813]:      ^^^^^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/__init__.py", line 312, in __getattr__
Jul 26 12:29:32 chimeraos chimera[24813]:     __import__(import_name)
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/window/__init__.py", line 1889, in <module>
Jul 26 12:29:32 chimeraos chimera[24813]:     gl._create_shadow_window()
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/gl/__init__.py", line 165, in _create_shadow_window
Jul 26 12:29:32 chimeraos chimera[24813]:     _shadow_window = ShadowWindow()
Jul 26 12:29:32 chimeraos chimera[24813]:                      ^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/gl/__init__.py", line 159, in __init__
Jul 26 12:29:32 chimeraos chimera[24813]:     super().__init__(width=1, height=1, visible=False)
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/window/xlib/__init__.py", line 133, in __init__
Jul 26 12:29:32 chimeraos chimera[24813]:     super(XlibWindow, self).__init__(*args, **kwargs)
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/window/__init__.py", line 513, in __init__
Jul 26 12:29:32 chimeraos chimera[24813]:     display = pyglet.canvas.get_display()
Jul 26 12:29:32 chimeraos chimera[24813]:               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/canvas/__init__.py", line 59, in get_display
Jul 26 12:29:32 chimeraos chimera[24813]:     return Display()
Jul 26 12:29:32 chimeraos chimera[24813]:            ^^^^^^^^^
Jul 26 12:29:32 chimeraos chimera[24813]:   File "/usr/lib/python3.11/site-packages/pyglet/canvas/xlib.py", line 88, in __init__
Jul 26 12:29:32 chimeraos chimera[24813]:     raise NoSuchDisplayException(f'Cannot connect to "{name}"')
Jul 26 12:29:32 chimeraos chimera[24813]: pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None"
Jul 26 12:29:32 chimeraos chimera[1894]: 127.0.0.1 - - [26/Jul/2023:12:29:32 -0500] "GET /public/filepond.min.css HTTP/1.1" 200 16879 "http://192.168.8.69/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1"
Jul 26 12:29:32 chimeraos chimera[1894]: 127.0.0.1 - - [26/Jul/2023:12:29:32 -0500] "GET /public/style.css HTTP/1.1" 200 6189 "http://192.168.8.69/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1"
Jul 26 12:29:32 chimeraos chimera[1894]: 127.0.0.1 - - [26/Jul/2023:12:29:32 -0500] "GET /public/filepond.min.js HTTP/1.1" 200 110881 "http://192.168.8.69/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1"
Jul 26 12:29:32 chimeraos chimera[24827]: Authorization required, but no authorization protocol specified
Jul 26 12:29:32 chimeraos chimera[24827]: xwininfo: error: unable to open display ":0.0"

@pythoninthegrass
Copy link

Seems to have resolved itself. Still interested in the source code to debug if it happens again, but not a priority 🙏

@Noruas29
Copy link

Noruas29 commented May 23, 2024

Hi,
Fresh install and exactly the same problems than @patrick-13x (chimera password + Steam lost loggin+password at every boot)

my log:

mai 23 23:14:03 chimeraos chimera[8599]: Authorization required, but no authorization protocol specified
mai 23 23:14:03 chimeraos chimera[8599]: xwininfo: error: unable to open display ":0.0"
mai 23 23:15:50 chimeraos chimera[8615]: Authorization required, but no authorization protocol specified
mai 23 23:15:50 chimeraos chimera[8615]: Traceback (most recent call last):
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/init.py", line 315, in getattr
mai 23 23:15:50 chimeraos chimera[8615]: return getattr(self._module, name)
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: AttributeError: 'NoneType' object has no attribute 'get_controllers'
mai 23 23:15:50 chimeraos chimera[8615]: During handling of the above exception, another exception occurred:
mai 23 23:15:50 chimeraos chimera[8615]: Traceback (most recent call last):
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/init.py", line 315, in getattr
mai 23 23:15:50 chimeraos chimera[8615]: return getattr(self._module, name)
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: AttributeError: 'NoneType' object has no attribute 'xlib'
mai 23 23:15:50 chimeraos chimera[8615]: During handling of the above exception, another exception occurred:
mai 23 23:15:50 chimeraos chimera[8615]: Traceback (most recent call last):
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/share/chimera/bin/chimera-authenticator", line 20, in
mai 23 23:15:50 chimeraos chimera[8615]: controllers = pyglet.input.get_controllers()
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/init.py", line 321, in getattr
mai 23 23:15:50 chimeraos chimera[8615]: import(import_name)
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/input/init.py", line 143, in
mai 23 23:15:50 chimeraos chimera[8615]: from .linux import get_devices
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/input/linux/init.py", line 5, in
mai 23 23:15:50 chimeraos chimera[8615]: from .x11_xinput_tablet import get_tablets
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput_tablet.py", line 3, in
mai 23 23:15:50 chimeraos chimera[8615]: from pyglet.input.linux.x11_xinput import XInputWindowEventDispatcher
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput.py", line 168, in
mai 23 23:15:50 chimeraos chimera[8615]: class XInputWindowEventDispatcher:
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/input/linux/x11_xinput.py", line 239, in XInputWindowEventDispatcher
mai 23 23:15:50 chimeraos chimera[8615]: @pyglet.window.xlib.XlibEventHandler(0)
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/init.py", line 321, in getattr
mai 23 23:15:50 chimeraos chimera[8615]: import(import_name)
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/window/init.py", line 1929, in
mai 23 23:15:50 chimeraos chimera[8615]: gl._create_shadow_window()
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/gl/init.py", line 165, in _create_shadow_window
mai 23 23:15:50 chimeraos chimera[8615]: _shadow_window = ShadowWindow()
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/gl/init.py", line 159, in init
mai 23 23:15:50 chimeraos chimera[8615]: super().init(width=1, height=1, visible=False)
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/window/xlib/init.py", line 138, in init
mai 23 23:15:50 chimeraos chimera[8615]: super(XlibWindow, self).init(*args, **kwargs)
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/window/init.py", line 513, in init
mai 23 23:15:50 chimeraos chimera[8615]: display = pyglet.canvas.get_display()
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/canvas/init.py", line 59, in get_display
mai 23 23:15:50 chimeraos chimera[8615]: return Display()
mai 23 23:15:50 chimeraos chimera[8615]: ^^^^^^^^^
mai 23 23:15:50 chimeraos chimera[8615]: File "/usr/lib/python3.11/site-packages/pyglet/canvas/xlib.py", line 88, in init
mai 23 23:15:50 chimeraos chimera[8615]: raise NoSuchDisplayException(f'Cannot connect to "{name}"')
mai 23 23:15:50 chimeraos chimera[8615]: pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None"

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

5 participants