Skip to content

Server version reading is failing

Marmaduke Woodman requested to merge fix-version-reading into master

Created by: bvalean

Now we will decode the response (bytes) using utf-8 instead using str() function. Str() is producing invalid json format in this case.

Merge request reports