I'm just getting started with terminal and have an interesting issue. When I try to connect to a hub I get the following:
>>> connectToHub(192.168.1.183,25104,100,Leif2146,RkYDLPja)
SyntaxError: ("no viable alternative at input '.1'", ('<string>', 1, 20, 'connectToHub(192.168.1.183,25104,100,Leif2146,RkYDLPja)\n'))
The error is on the .1 in the IP address. I changed it to .001 and got the same error.
Additionally I get this when I start the terminal from a terminal command line:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/pi/insteon-terminal/build/jars/insteon-terminal.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release