"Failed to parse servers response: Invalid byte 1 of 1-byte UTF-8
sequence"
I guess that's due to your wordpress server response is not in UTF-8
format.
Did your wp server take a long time to response?
If so, your wp server may return some invalid response. for example,
"timeout to response" or something else.
It may be caused by
1 your internet speed is slow, so timeout
2 Make sure your wp service provider enables xmlrpc function.
BTW:
I think the only editable file is run.sh, the others are all .jar
files.
and I edited run.sh in terminal, so it may not be in UTF-8.
Hope This Helps!
-Yichao