GithubHelp home page GithubHelp logo

No profiles listed... about ulauncher-remmina HOT 5 CLOSED

noam09 avatar noam09 commented on August 23, 2024
No profiles listed...

from ulauncher-remmina.

Comments (5)

noam09 avatar noam09 commented on August 23, 2024

Hi @jasmines, in which directory are your profiles stored? Can you look over a debug log to see if any errors pop up for this extension?

pkill ulauncher && ulauncher -v --dev

from ulauncher-remmina.

noam09 avatar noam09 commented on August 23, 2024

Reopen if needed

from ulauncher-remmina.

rabin-io avatar rabin-io commented on August 23, 2024

Hi after moving from ver 4 to ver 5 I have the same problem, and ulauncher hang on "Loading..."
this is the ST that I see in the terminal.

com.github.noam09.ulauncher-remmina | 2019-10-31 21:54:41,448 | DEBUG | ulauncher.api.client.Client: on_message() | Incoming event KeywordQueryEvent
DEBUG:__main__:Remmina profiles path: /home/rabin/.local/share/remmina
com.github.noam09.ulauncher-remmina | 2019-10-31 21:54:41,448 | DEBUG | __main__: on_event() | Remmina profiles path: /home/rabin/.local/share/remmina
DEBUG:ulauncher.api.client.Client:Send message
com.github.noam09.ulauncher-remmina | 2019-10-31 21:54:41,458 | DEBUG | ulauncher.api.client.Client: send() | Send message
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/ulauncher/api/client/Client.py", line 54, in on_message
    self.extension.trigger_event(event)
  File "/usr/lib/python3.7/site-packages/ulauncher/api/client/Extension.py", line 55, in trigger_event
    self._client.send(Response(event, action))
  File "/usr/lib/python3.7/site-packages/ulauncher/api/client/Client.py", line 85, in send
    self.ws.send(pickle.dumps(response))
  File "/usr/lib/python3.7/site-packages/websocket/_app.py", line 153, in send
    if not self.sock or self.sock.send(data, opcode) == 0:
  File "/usr/lib/python3.7/site-packages/websocket/_core.py", line 250, in send
    return self.send_frame(frame)
  File "/usr/lib/python3.7/site-packages/websocket/_core.py", line 269, in send_frame
    data = frame.format()
  File "/usr/lib/python3.7/site-packages/websocket/_abnf.py", line 242, in format
    return frame_header + self._get_masked(mask_key)
  File "/usr/lib/python3.7/site-packages/websocket/_abnf.py", line 245, in _get_masked
    s = ABNF.mask(mask_key, self.data)
  File "/usr/lib/python3.7/site-packages/websocket/_abnf.py", line 276, in mask
    a = numpy.frombuffer(data, dtype="uint32")
AttributeError: module 'numpy' has no attribute 'frombuffer'

But it did resolve after I installed numpy localy with pip3 install --user numpy

from ulauncher-remmina.

noam09 avatar noam09 commented on August 23, 2024

Hi @rabin-io, thanks for sharing how this was resolved. It's odd though, the error seems to originate from the websocket module, which is used by UL for all extensions. Did this happen with other extensions as well or just this one?

from ulauncher-remmina.

rabin-io avatar rabin-io commented on August 23, 2024

Can't say for sure, but I don't remember having any problem with any other plugin.

from ulauncher-remmina.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.