bpm-diag / smartRPA

MIT License
19 stars 2 forks source link

Bug: Timestamp format did not work in "Create RPA from Log" #51

Closed thohenadl closed 8 months ago

thohenadl commented 8 months ago

When selection "Create RPA from Log" I recieved this error for a recording that was produced by the logger itself:

ValueError: time data '2024-03-09T09:35:06.288' does not match format '%Y-%m-%d %H:%M:%S:%f'

[GUI] Process mining analysis exited with error: time data '2024-03-09T09:35:06.288' does not match format '%Y-%m-%d %H:%M:%S:%f' Traceback (most recent call last): File "C:\Users\tomho\OneDrive\Documents\VSCode\smartRPA\smartRPA\modules\mostFrequentRoutine.py", line 48, in getDuration finish = datetime.fromisoformat(timestamps[-1].strip()) ValueError: Invalid isoformat string: 'UT'

During handling of the above exception, another exception occurred:`

thohenadl commented 8 months ago

NO Bug. Was just an error in the file with a shift in cells. However: How did this happend 👯