bonigarcia / webdrivermanager

Automated driver management and other helper features for Selenium WebDriver in Java
https://bonigarcia.dev/webdrivermanager/
Apache License 2.0
2.58k stars 678 forks source link

Gecko driver Cannot read the array length because "<local8>" is null #1393

Closed amir-lili closed 3 hours ago

amir-lili commented 3 hours ago

im using the latest version (5.9.2) at this part of code (setup function) :

WebDriverManager.firefoxdriver().clearDriverCache().setup(); <——
WebDriverManager.firefoxdriver().clearResolutionCache().setup();
WebDriverManager.firefoxdriver().setup();

im getting the following exception:

io.github.bonigarcia.wdm.config.WebDriverManagerException: java.lang.NullPointerException: Cannot read the array length because "<local8>" is null

the issue started in the last 2 hours +-, earlier today there was no issue at all.

bonigarcia commented 3 hours ago

Please try again. There were an issue related to the online endpoint, which is solved now.

amir-lili commented 3 hours ago

now its solved, thanks a lot @bonigarcia 👑