During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Neo-reGeorg/neoreg.py", line 507, in reader
rinfo = self.neoreg_request(info)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Neo-reGeorg/neoreg.py", line 452, in neoreg_request
raise e
File "/Neo-reGeorg/neoreg.py", line 434, in neoreg_request
rinfo = decode_body(rdata)
^^^^^^^^^^^^^^^^^^
File "/Neo-reGeorg/neoreg.py", line 189, in decode_body
raise NeoregReponseFormatError("Base64 decode error")
NeoregReponseFormatError: Base64 decode error
[DEBUG ] [HTTP] [b'8.8.8.8':443] DISCONNECT Response (PqPkn1LaRfqVplzj) => HttpCode: 403, Time: 0.53s
[WARNING ] [DISCONNECT] [b'8.8.8.8':443] NeoregReponseFormatError, Retry: No.11
Exception in thread Thread-3 (writer):
Traceback (most recent call last):
File "***/Neo-reGeorg/neoreg.py", line 187, in decode_body
data = base64.b64decode(data.translate(DecodeMap))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/base64.py", line 88, in b64decode
return binascii.a2b_base64(s, strict_mode=validate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
binascii.Error: Incorrect padding
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "/usr/lib/python3.11/threading.py", line 975, in run
self._target(self._args, self._kwargs)
File "/Neo-reGeorg/neoreg.py", line 561, in writer
self.closeRemoteSession()
File "/Neo-reGeorg/neoreg.py", line 491, in closeRemoteSession
rinfo = self.neoreg_request(info)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Neo-reGeorg/neoreg.py", line 452, in neoreg_request
raise e
File "/Neo-reGeorg/neoreg.py", line 434, in neoreg_request
rinfo = decode_body(rdata)
^^^^^^^^^^^^^^^^^^
File "/Neo-reGeorg/neoreg.py", line 189, in decode_body
raise NeoregReponseFormatError("Base64 decode error")
NeoregReponseFormatError: Base64 decode error
Detailed error description
binascii.Error: Incorrect padding
Operating environment
Client:
Server:
neoreg.py running output (please bring -vvv parameter, output detailed information to improve repair efficiency)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/Neo-reGeorg/neoreg.py", line 507, in reader rinfo = self.neoreg_request(info) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Neo-reGeorg/neoreg.py", line 452, in neoreg_request raise e File "/Neo-reGeorg/neoreg.py", line 434, in neoreg_request rinfo = decode_body(rdata) ^^^^^^^^^^^^^^^^^^ File "/Neo-reGeorg/neoreg.py", line 189, in decode_body raise NeoregReponseFormatError("Base64 decode error") NeoregReponseFormatError: Base64 decode error [DEBUG ] [HTTP] [b'8.8.8.8':443] DISCONNECT Response (PqPkn1LaRfqVplzj) => HttpCode: 403, Time: 0.53s [WARNING ] [DISCONNECT] [b'8.8.8.8':443] NeoregReponseFormatError, Retry: No.11 Exception in thread Thread-3 (writer): Traceback (most recent call last): File "***/Neo-reGeorg/neoreg.py", line 187, in decode_body data = base64.b64decode(data.translate(DecodeMap)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/base64.py", line 88, in b64decode return binascii.a2b_base64(s, strict_mode=validate) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ binascii.Error: Incorrect padding
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 975, in run self._target(self._args, self._kwargs) File "/Neo-reGeorg/neoreg.py", line 561, in writer self.closeRemoteSession() File "/Neo-reGeorg/neoreg.py", line 491, in closeRemoteSession rinfo = self.neoreg_request(info) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Neo-reGeorg/neoreg.py", line 452, in neoreg_request raise e File "/Neo-reGeorg/neoreg.py", line 434, in neoreg_request rinfo = decode_body(rdata) ^^^^^^^^^^^^^^^^^^ File "/Neo-reGeorg/neoreg.py", line 189, in decode_body raise NeoregReponseFormatError("Base64 decode error") NeoregReponseFormatError: Base64 decode error