TypeError: MainWindow.runPlugin() takes 2 positional arguments but 3 were given #1434
scribnermj
started this conversation in
General
Replies: 3 comments 4 replies
-
Try moving the file C:\Users\pcg_b\Desktop\UniqueBible-main\startup\share.py out to somewhere else. Then try restarting. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @Eikelenboom May I ask if you follow one of the following instructions for the installation? May I also ask if you can post the error message here, so I may understand the issue? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was able to replicate the issue. PR to fix the issue and merged to main: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope this is something easy or some mistake that I have made on my end.
Can anyone help with this error?
It's somewhat limiting my abilities currentl.
AttributeError: 'NoneType' object has no attribute 'format_exc'
Original exception was:
TypeError: MainWindow.runPlugin() takes 2 positional arguments but 3 were given
Error in sys.excepthook:
Traceback (most recent call last):
File "C:\Users\pcg_b\Desktop\UniqueBible-main\startup\share.py", line 63, in global_excepthook
print(traceback.format_exc())
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'format_exc'
Original exception was:
TypeError: MainWindow.runPlugin() takes 2 positional arguments but 3 were given
Error in sys.excepthook:
Traceback (most recent call last):
File "C:\Users\pcg_b\Desktop\UniqueBible-main\startup\share.py", line 63, in global_excepthook
print(traceback.format_exc())
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'format_exc'
Original exception was:
TypeError: MainWindow.runPlugin() takes 2 positional arguments but 3 were given
Beta Was this translation helpful? Give feedback.
All reactions