-
Error:
```
Traceback (most recent call last):
File "exscript test.py", line 17, in
conn.login(account)
File "C:\Python27\lib\site-packages\exscript-development-py2.7.egg\Exscript\protocols\P…
-
Hello folks,
When I'm trying to run exscript have the following result:
```
Traceback (most recent call last):
File "/usr/local/bin/exscript", line 4, in
__import__('pkg_resources').ru…
-
I can use telnet to telnet to a device as follows
telnet 192.168.200.10 9000
so I can run a command like `$SYS,INFO`.
I am trying to use exscript to do the same:
```
from Exscript.pr…
-
hi, with following code,I get the error timeout:
```
conn = Telnet()
conn.connect(ip, port)
conn.login(read_login())
conn.execute('uname -a')
```
but using terminal,input telnet ip port,I can…
-
Hi,
I've tried to use Exscript with python 3.12 but unfortunately it seems that the `imp` module was dropped, see https://github.com/python/cpython/issues/98040
```python
Python 3.12.0 (main, O…
-
I'd wanted to use the "--no-authentication" flag as the auto login does not understand this routers CLI prompt. The message looks rather like a bug tough. "NoneType" sounds like a NullPointerException…
-
I can establish normal SSH2 sessions with Exscript. However, when I use `conn.interact()`, I get `exscript` tracebacks... fancy super-useful tracebacks courtesy of [`loguru`](https://github.com/Del…
-
Hi @knipknap, hi community,
the last days - after switching some old environments from Python 2.7 with Exscript 2.6.3/2.6.22 to Python 3.11 with Exscript 2.6.28 - we have encountered some very stra…
-
I had a German umlaut ("ü") in one of my .exscript files and got this.
Took me a while to realize that it was not "gargabe" in the output of the router but just the "fail" message that was the proble…
-
Exscript has problems logging into systems which need changes to allowed SSH2 ciphers... Exscript will fail on this host...
Example script:
```python
from Exscript.util.interact import read_logi…