Skip to content

JSONDecodeError: Unterminated String #11

Description

@NicolasRigo

Hello,

I just found this very interesting python library for getting access to my Netatmo devices.
Thank you for this!

Unfortunately, when trying to get access to my home devices, postRequest method returns an exception when trying to return the response in JSON format.

It happens when testing the library from class HomeData tryng to request _GETHOMEDATA_REQ api.

json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 65528 (char 65527)

The returned string is effectively not well formed.

Any idea?

Many thanks in advance for your help!

Nicolas

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions