Run macro via Bookmarks errors in log

Hi @admin @TechSupport

I used ui vision 5.3.14 with firefox and i see in log 2 errors when i run a macro via Bookmarks.

The macro start and work but show these errors saved in my hard drive in log folder.

2020-01-26T03:00:09.145Z - UI.Vision RPA started
2020-01-26T03:00:10.086Z - [warning] Unknown command line parameter: "k"
2020-01-26T03:00:10.093Z - [warning] Invalid value for cmd line arg: "closeKantu" should be either 0 or 1, but now it's true

I saved the Bookmarks with the ui vision window.

Thanks for support.

@admin

Other error in log with macro runned via bookmarks.

Macro working but save errors in log with laetst version of ui vision

2020-01-26T11:32:20.276Z - UI.Vision RPA started
2020-01-26T11:32:21.181Z - [warning] Unknown command line parameter: "id"
2020-01-26T11:32:21.189Z - [warning] Invalid value for cmd line arg: "closeKantu" should be either 0 or 1, but now it's true

I use hard drive mode and these errors are inside the log saved in log folder in my hard drive.

Haha… we introduced a syntax check for the command line, and it discovered a wrong syntax in the generated bookmarklets :wink:

Currently the code is closeKantu=true but the correct syntax is closeKantu=1. But both versions work ok, so you can ignore this warning.

Bookmarklet generation is updated in V5.3.17 - thanks for reporting this issue!