cjbassi / rofi-copyq

Use Rofi to search CopyQ's clipboard history and set the clipboard to the selected snippet
MIT License
25 stars 4 forks source link

Strange error when trying to run rofi-copyq on PopOS 20.10 #4

Open ghost opened 3 years ago

ghost commented 3 years ago

Traceback (most recent call last): File "/home/dappercore/.local/bin/rofi-copyq", line 25, in json_arr = json.loads(p.stdout) File "/usr/lib/python3.8/json/init.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

I just cloned the pip installed, logged out and logged back in, tried running the command, and was greeted with that error.

pirog-x commented 6 months ago

I have the same problem