[SOLVED]: problem with json.dumps / complexjson.loads in python 3.4 virtualenv

M. Fioretti mfioretti at nexaima.net
Thu Sep 6 02:15:22 EDT 2018


On 2018-09-05 08:21, dieter wrote:
> "M. Fioretti" <mfioretti at nexaima.net> writes:
>> I have an error in a python application that I installed...
>> ... https://github.com/shaarli/python-shaarli-client/issues/33
> ...
> Looks like the problem is immediately at the start of the response
> (--> "ValueError: Expecting value: line 1 column 1 (char 0)"),
> i.e. the server response is not recognizable as a JSON encoded value.

indeed, it turned out that the problem was a misconfiguration of the 
server
that prevented it from sending correct answers when contacted by that 
python application. Thanks for helping me to look in the right 
direction.

Marco
-- 
http://mfioretti.com



More information about the Python-list mailing list