Skip to content

Problem with gathering Token at simplenote.py that outputs Error: Unable to connect to server. #98

@anselmos

Description

@anselmos

I have attached 2 files : Dockerfile.txt and Makefile.txt.

Please remove the extension for files and then:

make build && make test

What it does - creates a ubuntu:trusty docker container and adds simplenote.vim and simplenote.py (api) . Then it runs vim +SimplenoteList within bash of container.

I've created a temporary user for simplenote and added to .vimrc user&password.

The command outputs error instead of making call with token to list files:

"Simplenote" [New File]
Error: Unable to connect to server.
Press ENTER or type command to continue

I have traced problem to a authenticate method inside of

~/.vim/bundle/simplenote.vim/autoload/simplenote.py/simplenote/simplenote.py

Does not return token, instead it returns None, which then makes handling request on method:

__get_notes

to have a token=None inside of arguments.

Can you please support with this matter ?
Dockerfile.txt
Makefile.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    unconfirmedNeeds more info and/or a way to reproduce

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions