Git Product home page Git Product logo

Comments (4)

MRAAGH avatar MRAAGH commented on September 26, 2024 3

Possibly duplicate of #275

You should try this if you haven't yet

from mirage.

DrRac27 avatar DrRac27 commented on September 26, 2024 2

On Arch python-watchgod is broken. There is a bug report over here: https://bugs.archlinux.org/task/74650?project=5&string=python-watchgod

If you downgrade everything works as expected.

from mirage.

Newbytee avatar Newbytee commented on September 26, 2024

Possibly duplicate of #275

I think it isn't. I have heard of people experiencing this issue with the Alpine package on the PinePhone before Python 3.10, but I can't reproduce it myself so it's hard to do anything about. Besides, if it was the Python 3.10 issue he'd at least be able to get to the dysfunctional server list.

from mirage.

koopa1338 avatar koopa1338 commented on September 26, 2024

I encounter this under arch linux as well. I already tried the fork of @vSLG but that didn't work. I also get some weird error messages if I start the application from the terminal, this might help debugging:

! 01:46:08 | QSystemTrayIcon::setVisible: No Icon set
~ 01:46:09 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 181, in <module>\n    BRIDGE = QMLBridge()\n\n  File \"qrc:/src/backend/qml_bridge.py\", line 52, in __init__\n    from .backend import Backend\n\n  File \"qrc:/src/backend/backend.py\", line 37, in <module>\n    from .user_files import (\n\n  File \"qrc:/src/backend/user_files.py\", line 18, in <module>\n    from watchgod import Change, awatch\n\nModuleNotFoundError: No module named 'watchgod'\n"
! 01:46:09 | Unhandled PyOtherSide error: Cannot import module: backend.qml_bridge (Traceback (most recent call last):

  File "qrc:/src/backend/qml_bridge.py", line 181, in <module>
    BRIDGE = QMLBridge()

  File "qrc:/src/backend/qml_bridge.py", line 52, in __init__
    from .backend import Backend

  File "qrc:/src/backend/backend.py", line 37, in <module>
    from .user_files import (

  File "qrc:/src/backend/user_files.py", line 18, in <module>
    from watchgod import Change, awatch

ModuleNotFoundError: No module named 'watchgod'
)
~ 01:46:09 | "PyOtherSide error: Traceback (most recent call last):\n\n  File \"<string>\", line 1, in <module>\n\nNameError: name 'BRIDGE' is not defined\n"
! 01:46:09 | Unhandled PyOtherSide error: Function not found: 'BRIDGE.call_backend_coro' (Traceback (most recent call last):

  File "<string>", line 1, in <module>

NameError: name 'BRIDGE' is not defined
)```

mention me if you need some more information about system etc

from mirage.

Related Issues (20)

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.