Unicode Decode Error - Utf8String - Data length problem? - Datatypes.py function
Hello,
First for all, thank you for your project. It is incredible and I am currently using it for another project. I am experiencing an issue when I send a request expecting a big response from ADWS Server. For instance, I created an ADWS client (thank to nettcp-proxy and python-wcfbin) and I expect a lot of data as answer ( I mean something average 149 807 902 bytes). I suspect MultiByteInt31 class having trouble to handle that even when I tried to split data that are greater than (2^32 - 1) bytes. I don't know how to figure out this. Please find below my error:
Dictionary table: 149807902 bytes
Traceback (most recent call last):
File "/home/user/net.tcp-proxy/enumerate_clean2.py", line 330, in
Once again, I expect a lot of data from the server that is why that is happening. When I send the same request knowing I will get back a few data, it works like charm.
Could you help me?