Skip to content

Launch problems #1

@dmsergeevich63

Description

@dmsergeevich63

I want to dump the firmware, but an error occurs. I am using Python2.6.2

C:\Python26>jungo-image.py -d -p admin 192.168.0.135
  File "C:\Python26\jungo-image.py", line 268
    print(cmd, end=' ')
                  ^
SyntaxError: invalid syntax

C:\Python26>jungo-image-2.py -d -p admin 192.168.0.135
Traceback (most recent call last):
  File "C:\Python26\jungo-image-2.py", line 221, in <module>
    buf = tn.read_until("Username: ", 3)
  File "C:\Python26\lib\telnetlib.py", line 307, in read_until
    self.process_rawq()
  File "C:\Python26\lib\telnetlib.py", line 469, in process_rawq
    self.option_callback(self.sock, cmd, opt)
  File "C:\Python26\jungo-image-2.py", line 155, in telnet_option
    sock.sendall(telnetlib.IAC + c + option)
UnboundLocalError: local variable 'c' referenced before assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions