Astro D Ashtaralnakhai

Results 7 comments of Astro D Ashtaralnakhai

I'm getting a similar error. ``` ERROR [main] - Invalid configuration java.lang.NullPointerException: Cannot invoke "org.walkmod.conf.entities.Configuration.executeModuleChains(org.walkmod.Options, org.walkmod.WalkmodCommand, String[])" because "config" is null at org.walkmod.WalkModFacade.run(WalkModFacade.java:264) at org.walkmod.WalkModFacade.apply(WalkModFacade.java:142) at org.walkmod.commands.ApplyCommand.execute(ApplyCommand.java:40) at org.walkmod.WalkModDispatcher.execute(WalkModDispatcher.java:172) at...

The not implemented exception would be since @TikhomirovSergey was talking bout moving functionality out of here into the selenium driver. @TikhomirovSergey might have more insight on this.

Since you have 192.168.0.* (LAN network) and 192.168.90.* (docker network), shouldn't 192.168.0.0/16 cover both networks as a LAN? I've done it on my local but it doesn't seem to work....

@DyonR I have 192.168.X.* (docker network) and 192.168.Y.* (home network) at my house. I'm not an expert but i believe 192.168.0.0/16 would cover both X and Y octets. I'll look...

@comk22 , 1) Is your home network 192.168.0.* or 192.168.1.* or 192.168.2.* or 192.168.3.*? (I assume it's not 192.168.0.* since 192.168.0.0/24 did not work for you.) 2) Do you use...

@comk22 okay.. so the reason why yours worked was because you local network is on the 1 subnet. cidr -> range of ip addresses 192.168.0.0/24 -> 192.168.0.0 to 192.168.0.255 Notice...

I received this exact error today for the past day (i tested once every hour). any resolution for this?