Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

init method arise a NullPointerException #8

Open
ferru97 opened this issue Mar 14, 2020 · 0 comments
Open

init method arise a NullPointerException #8

ferru97 opened this issue Mar 14, 2020 · 0 comments

Comments

@ferru97
Copy link

ferru97 commented Mar 14, 2020

I'm trying to connec to my fritzbox 7490 but the init() method arise a NullPointerException
I'm testing with the example code:

FritzConnection fc = new FritzConnection("192.168.178.1","test_usr","test_psw");
fc.init();
fc.printInfo();

Exception retrived:

Exception in thread "main" java.lang.NullPointerException
at de.mapoll.javaAVMTR064.FritzConnection.readIGDDESC(FritzConnection.java:138)
at de.mapoll.javaAVMTR064.FritzConnection.init(FritzConnection.java:120)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant