Ulauncher / ulauncher-emoji

Emoji Extension
113 stars 14 forks source link

Installation error #25

Open pedrorvidal opened 2 years ago

pedrorvidal commented 2 years ago

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 addon is installed, but remains stopped.
ChildishGiant commented 2 years ago

I got an error when trying to install but when copying it this is all I get:

Message: undefined Error Name: undefined Type: undefined

Stacktrace:

undefined
JuanVqz commented 2 years ago

I got an error when trying to install but when copying it this is all I get:

Message: undefined Error Name: undefined Type: undefined

Stacktrace:

undefined

same error on my end

petrarca-arezzo commented 1 year ago

I got an error when trying to install but when copying it this is all I get:

Message: undefined Error Name: undefined Type: undefined

Stacktrace:

undefined

And also here - same issue for me

RedBearAK commented 1 year ago

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.

petrarca-arezzo commented 1 year ago

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?).

Abdisalan commented 1 year ago

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.

Same thing happened. I get the error and then it installed 🤷

anibal-aguila commented 1 year ago

Hi, same here.

Message: undefined Error Name: undefined Type: undefined

Stacktrace:

undefined

❯ python --version Python 3.10.8

vimfn commented 1 year ago

Hi, same here.

Message: undefined Error Name: undefined Type: undefined

Stacktrace:

undefined

❯ python --version Python 3.10.8

well, i also got the same issue, is there some python dependencies I need to install ?