TypeError: MainWindow.runPlugin() takes 2 positional arguments but 3 were given #1434
scribnermj
started this conversation in
General
Replies: 1 comment 2 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.
2 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