-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
unconfirmedNeeds more info and/or a way to reproduceNeeds more info and/or a way to reproduce
Description
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
Labels
unconfirmedNeeds more info and/or a way to reproduceNeeds more info and/or a way to reproduce