Skip to content

Are we dropping any important information from responses? #3

@Peque

Description

@Peque

We are doing:

response = response.decode('ascii').split('\n')[0]

In some cases that is not bad:

b'+PSWD:0000\r\nOK\r\n'
b'+PIN:"1234"\r\nOK\r\n'

But could we be dropping anything else apart from the useless OKs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions