You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have try to check if the connection was OK
and it's working by using this
connection = routeros_api.RouterOsApiPool(IP,user,pass)
print (connection.connected )
api = connection.get.api() ---> I notice that here I get sometimes exceptions , but I can't catch it
but all the time I get "False"( when the router is online and also when the router is offline )
why ?
How can I check if the conneciton is "Alive"?
how do read the "wrong pass" \ Timeout exception ?
did I miss something ?
The text was updated successfully, but these errors were encountered:
I have try to check if the connection was OK
and it's working by using this
connection = routeros_api.RouterOsApiPool(IP,user,pass)
print (connection.connected )
api = connection.get.api() ---> I notice that here I get sometimes exceptions , but I can't catch it
but all the time I get "False"( when the router is online and also when the router is offline )
why ?
How can I check if the conneciton is "Alive"?
how do read the "wrong pass" \ Timeout exception ?
did I miss something ?
The text was updated successfully, but these errors were encountered: