Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with parse #184

Open
Enrico68 opened this issue Jul 26, 2014 · 5 comments
Open

Problem with parse #184

Enrico68 opened this issue Jul 26, 2014 · 5 comments

Comments

@Enrico68
Copy link

Whenever I run vmail I get this error message:

System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/psych.rb:205:in parse': (<unknown>): could not find expected ':' while scanning a simple key at line 5 column 1 (Psych::SyntaxError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/psych.rb:205:inparse_stream'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/psych.rb:153:in parse' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/psych.rb:129:inload'
from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail/options.rb:65:in block in parse' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/optparse.rb:885:ininitialize'
from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail/options.rb:22:in new' from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail/options.rb:22:inparse'
from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail/options.rb:18:in initialize' from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail.rb:41:innew'
from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/lib/vmail.rb:41:in start' from /Library/Ruby/Gems/2.0.0/gems/vmail-2.9.2/bin/vmail:14:in<top (required)>'
from /usr/bin/vmail:23:in load' from /usr/bin/vmail:23:in

'

Mac OS 10.9

@danchoi
Copy link
Owner

danchoi commented Jul 28, 2014

Your .vmailrc may be incorrectly formatted.

@clemaitre58
Copy link

I have the same problem, what do you mean by : Your .vmailrc may be incorrectly formatted

@notalex
Copy link
Collaborator

notalex commented Jan 2, 2016

.vmailrc is parsed as a YAML file. This error occurs when .vmailrc contents do not adhere to the YAML syntax. Please attach your .vmailrc, it will help us figure out the syntax error.

@clemaitre58
Copy link

username: c.lemaitre58@gmail.com
password: xxxxxx
password name: Cedric Lemaitre
https://fr.linkedin.com/in/cedric-lemaitre-00342611
NB: I changed the PW by XXXXX

@notalex
Copy link
Collaborator

notalex commented Jan 2, 2016

Only the first 2 lines are correct. You only need those to get Vmail working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants