-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Installation error #25
Comments
I got an error when trying to install but when copying it this is all I get: Message: undefined Stacktrace:
|
same error on my end |
And also here - same issue for me |
Same undefined error as everyone else here. New install of Fedora 36. Edit: Suddenly after leaving the Ulauncher preferences and coming back, the Emoji extension is installed. And working. |
I tried it as well - is now installed. Strange, but might be just an issue of ulauncher not providing the right status (e.g. raising an error when in fact everything was fine?). |
Same thing happened. I get the error and then it installed 🤷 |
Hi, same here. Message: undefined Stacktrace:
❯ python --version |
well, i also got the same issue, is there some python dependencies I need to install ? |
Arch linux, fresh install.
When trying to install uLauncher emoji addon, got the following error message:
message: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
name: TypeError
stack trace: ```
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/ulauncher/ui/preferences_server.py", line 123, in request_listener
data = json.dumps([route_handler(self, *args)])
File "/usr/lib/python3.10/site-packages/ulauncher/ui/preferences_server.py", line 289, in extension_add
ExtensionRunner.get_instance().run(ext_id)
File "/usr/lib/python3.10/site-packages/ulauncher/modes/extensions/ExtensionRunner.py", line 72, in run
"VERBOSE": str(int(self.verbose)),
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'
The text was updated successfully, but these errors were encountered: