QT Plugin changes broke stuff #1735

Closed
opened 2021-02-14 15:40:26 +01:00 by PeterSurda · 1 comment
PeterSurda commented 2021-02-14 15:40:26 +01:00 (Migrated from github.com)

Report came, haven't tested:

$ Documents/Software/PyBitmessage/src/bitmessagemain.py
2021-02-13 20:05:18,826 - WARNING - Using default logger configuration
2021-02-13 20:05:23,429 - WARNING - /home/*****/.namecoin/namecoin.conf unreadable or missing, Namecoin support deactivated
2021-02-13 20:05:23,435 - WARNING - There was a problem testing for a Namecoin daemon. Hiding the Fetch Namecoin ID button
2021-02-13 20:05:23,436 - CRITICAL - Unhandled exception
Traceback (most recent call last):
  File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 487, in <module>
  File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 483, in main
  File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 356, in start
  File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 4188, in run
    myapp = MyForm()
  File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 825, in __init__
    self.indicatorInit()
  File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 1435, in indicatorInit
    self.desktop = get_plugin('desktop')()
NameError: global name 'get_plugin' is not defined

Report came, haven't tested: ``` $ Documents/Software/PyBitmessage/src/bitmessagemain.py 2021-02-13 20:05:18,826 - WARNING - Using default logger configuration 2021-02-13 20:05:23,429 - WARNING - /home/*****/.namecoin/namecoin.conf unreadable or missing, Namecoin support deactivated 2021-02-13 20:05:23,435 - WARNING - There was a problem testing for a Namecoin daemon. Hiding the Fetch Namecoin ID button 2021-02-13 20:05:23,436 - CRITICAL - Unhandled exception Traceback (most recent call last): File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 487, in <module> File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 483, in main File "Documents/Software/PyBitmessage/src/bitmessagemain.py", line 356, in start File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 4188, in run myapp = MyForm() File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 825, in __init__ self.indicatorInit() File "/home/*****/Documents/Software/PyBitmessage/src/bitmessageqt/__init__.py", line 1435, in indicatorInit self.desktop = get_plugin('desktop')() NameError: global name 'get_plugin' is not defined ```
g1itch commented 2021-02-15 13:21:29 +01:00 (Migrated from github.com)

Oops! Now I'm thinking about adding a testing job without setuptools...

Oops! Now I'm thinking about adding a testing job without setuptools...
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#1735
No description provided.