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

"/(?:cn|CN) ?= ?([^,\n]*)/.exec(...) is null" error when starting GSConnect #1913

Open
Meliowant opened this issue Jan 24, 2025 · 2 comments
Labels
needs info An issue that needs more information

Comments

@Meliowant
Copy link

I just saw the error when GSConnect is activated from the Gnome menu. It seems like the plugin doesn't start, even though the indicator says it is running.

GSConnect: 58 (user)
GJS:       18201
Session:   wayland
OS:        Debian GNU/Linux trixie/sid

get@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/init.js:387:64
_initCertificate@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/backends/lan.js:197:25
start@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/backends/lan.js:458:18
_loadBackends@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/manager.js:295:25
start@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/manager.js:498:14
vfunc_startup@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js:244:22
vfunc_handle_local_options@file:///home/wanderlust/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js:641:18
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:263:34
@github-actions github-actions bot added the triage An issue that needs confirmation and labeling label Jan 24, 2025
@ferdnyc
Copy link
Member

ferdnyc commented Jan 25, 2025

@Meliowant It's possible you don't have the openssl command installed, since that's the point where GSConnect is attempting to run it in order to create its encryption certificates.

Does openssl --version in a terminal window return a version number, or "Command not found"?

@ferdnyc ferdnyc added needs info An issue that needs more information and removed triage An issue that needs confirmation and labeling labels Jan 25, 2025
@ferdnyc
Copy link
Member

ferdnyc commented Jan 25, 2025

(If "command not found", then sudo apt install openssl should be all you need to get GSConnect working.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info An issue that needs more information
Projects
None yet
Development

No branches or pull requests

2 participants