In the Function on Line 1598 is an Error.
` def on_video_load_error(self, error_message):
Handle errors, possibly show message to user
logger_debug(f"Error loading video: {error_message}")
SomeFunctions().ui_popup(QCoreApplication.tr(f"Some error occurred in loading a video. Please report this: {e}", None))`
The Function has no param 'e', so it should be changed to something else or {error_message}.
I hope you will be open to Contibution in the Future (didnt found any Info in your Project ^^)
In the Function on Line 1598 is an Error. ` def on_video_load_error(self, error_message):
Handle errors, possibly show message to user
The Function has no param 'e', so it should be changed to something else or
{error_message}
. I hope you will be open to Contibution in the Future (didnt found any Info in your Project ^^)