Bug Report Template - pm4knime/pm4knime-document GitHub Wiki
This section provides the Email template to report bugs on PM4KNIME, aiming to benefit the easy communication and clear problem report. Before you report bugs, please make sure your current version the newest. To use the newest version, update or install it with the instruction.
PM4KNIME bug report in Email
Email address: [email protected]
node ##XXX Node## with exception Exception X
The Exception Screenshot is:
.....
The Example workflow is:
......
More information in my KNIME Log:
.....
Given one concrete example, the bug report on the node Alignment Based Replayer(Default) with exception NullPointerException
.
PM4KNIME bug report
node Alignment Based Replayer(Default) with exception NullPointerException
The Exception Screenshot is:
The Example workflow is:
To do it, we need to export the workflow through the operation:
Click Workflow ==> Export KNIME Worflow ==> Choose path ==> Upload as an attachment.
More information in my KNIME Log:
To find the knime.log which records the exception information during running KNIME, we can find the location from KNIME Console shown below.
After finding the knime.log, add it as one attachment to Email.
PM4KNIME bug report in Github
Following the guide in github how to create issue, the steps to report bugs on pm4knime can be done with opening issue on the pm4knime/pm4knime-development. Concrete steps are:
-
Go to issue page of pm4knime/pm4knime-development
-
Create a new issue with clicking on "New issue"
-
Report the bug with the same template like in Email.
The Exception Screenshot is:
Drag the saved screenshot into the issue dialog. It will upload automatically.
The Example workflow is:
It can not be uploaded currently!!
More information in my KNIME Log:
Drag the saved log into the issue dialog. It will upload automatically.
Any report is welcome and will be take seriously.