We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As found by @igotek on Discord, there's an issue with set_title if the miner is started without a CLI
Ağu 18 22:10:37 orangepizero python3[1946]: AttributeError: 'NoneType' object has no attribute 'set_title' Ağu 18 22:10:37 orangepizero python3[1946]: During handling of the above exception, another exception occurred: Ağu 18 22:10:37 orangepizero python3[1946]: Traceback (most recent call last): Ağu 18 22:10:37 orangepizero python3[1946]: File "/home/orangepizero/duino-coin/PC_Miner.py", line 1390, in <module> Ağu 18 22:10:37 orangepizero python3[1946]: title(f"{get_string('duco_python_miner')}{str(Settings.VER)})") Ağu 18 22:10:37 orangepizero python3[1946]: File "/home/orangepizero/duino-coin/PC_Miner.py", line 201, in title Ağu 18 22:10:37 orangepizero python3[1946]: debug_output("Error setting title: " +str(e)) Ağu 18 22:10:37 orangepizero python3[1946]: ^^^^^^^^^^^^ Ağu 18 22:10:37 orangepizero python3[1946]: NameError: name 'debug_output' is not defined
The text was updated successfully, but these errors were encountered:
revoxhere
No branches or pull requests
As found by @igotek on Discord, there's an issue with set_title if the miner is started without a CLI
The text was updated successfully, but these errors were encountered: