There are errors in the script. Please fix them before switching to manual mode

Please let us know what you are using Katalon Studio for?

  1. I have currently applied Katalon Studio in my project

How would your work be affected if this issue has not been resolved?

  1. I can continue my job, but my performance is lower than expected

Operating System

macOS Big Sur 11.0.2

Katalon Studio Version

7.8.0

Katalon Studio logs

  • Windows logs folder: \config.metadata.log

  • macOS logs folder: file:///Applications/Katalon%20Studio.app/Contents/MacOS/config/.metadata/.plugins/org.eclipse.ui.workbench/log

Screenshots / Videos

  • Please attach screenshots or videos if necessary to reproduce the issue

In a Test Case, I had this line:

// serialize the collected info into a text file
String outputText = formatOutputTextAsJson(comboValues)

I wanted to change this to:

// serialize the collected info into a text file
//String outputText = formatOutputTextAsJson(comboValues)
String outputText = formatOutputTextAsCSV(comboValues)

So I started typing

// serialize the collected info into a text file
/String outputText = formatOutputTextAsJson(comboValues)

Then I got the following Error dialog:

In the editor, I never use Manual mode, I only use Script Mode. While I type code in the Script Mode, this dialog is very annoying. I can not continue using this version of Katalon Studio.

I see that ScriptNNNNNNNNNNN.groovy has opened up, too. That alone is annoying if you don’t notice it’s happened.

I’ve experienced overly-agressive assist tech a few times… you just have to wait until it gets out of the way. Very annoying.

I have noticed another annoying overly-aggressive assist in the Editor. In the Script mode, I find a modal dialog shows Something in progress for typing every single characters. Ridiculous. I can not continue using 7.8.0. I will go back to 7.7.2

The “Something in progress” dialog shows up just an instant (a few milliseconds) and disappears of itself. I tried to take video capture, but somehow QuickTime Player on macOS Big Sur does not allow me to do it.

Hi @kazurayam,

This is NOT a macOS Big Sur issue. We will take a look at this. Can you please share the Error log file?

Thanks for your report.

I did not save the source code where I encountered this problem. Now I can not reproduce the incident. Reproducing it is not as easy as I thought. So I can’t provide the Error log file, sorry. Next chance, I will.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.