Skip to content

failed to interact with the simplenote server #21

Open
@acidbourbon

Description

@acidbourbon

Hi, I don't seem to be able to perform basic interactions with the simplenote server ... this script used to work some months ago ...

import simplenote
sn = simplenote.Simplenote("[email protected]", "mypassword")
note_list = sn.get_note_list()
print( "note list length: {0:d}".format(len(note_list[0])) )
note list length: 0
sn.add_note({'content':'a new note from python', 'tags': 'scripted'})
(URLError(SSLError(8, '_ssl.c:504: EOF occurred in violation of protocol'),), -1)

did Simplenote.com change their protocol?

Metadata

Metadata

Assignees

No one assigned

    Labels

    unconfirmedNeeds more info and/or a way to reproduceup for grabsMaintainer has no plans to work themselves. Feel free to tackle.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions