oxygenhq / oxygen-ide

Oxygen IDE
GNU General Public License v3.0
15 stars 6 forks source link

an error appears when trying to run a test from Oxygen IDE #336

Open nniikkii88 opened 2 weeks ago

nniikkii88 commented 2 weeks ago

while running any code from the Oxygen IDE an error message appears simple code: web.init();

web.open("www.google.com");

web.pause(100000);

error: UNKNOWN_ERROR - Error: connect ECONNREFUSED 127.0.0.1:4444 at C:\niki\documents\Oxygen\FSL ALPHA\Scripts\test15.js line 3 Test failed: [UNKNOWN_ERROR] "Error: connect ECONNREFUSED 127.0.0.1:4444" at C:\niki\documents\Oxygen\FSL ALPHA\Scripts\test15.js line 3 2024-07-02 10:37:50 Test finished in 2s with status --> FAILED.

About my IDE: Oxygen IDE 1.37.0 Oxygen: 1.35.0 Electron: 7.3.2 Node: 12.8.1 Architectures: X86

romovs commented 1 week ago

Latest versions of Oxygen IDE require Java 12 or later. Please update your Java installation and restart the IDE. Current Java version can be viewed by running java -version from a terminal/cmd.