Note also that the problem with the node numbers is you are using hexadecimal addressing. In this case, you probably need to put 0x
in front of the address (a standard way to define hexadecimal numbers) or you can use the decimal address.
hopefully that works…