-
Notifications
You must be signed in to change notification settings - Fork 368
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
[ERROR] [Faye::RackAdapter] undefined method `[]' for nil:NilClass #129
Comments
Already fixed in 91b9b1d. |
@jcoglan thanks. Sorry for noise. Any plans to release new version? Can't bundle directly to git repo because of jake. |
I'm trying to get it released this week -- it's a minor bug-fix release. You should be able to build from source like this:
Is this not working? |
Can you tell how to specify it correclty in Gemfile? |
It asks for a proper gemspec file |
I'm not sure how to do this with Bundler, considering the pre-build task that needs to be run in the to make the gemspec valid. I am working on getting this fixed and shipped very soon, please be patient. |
Sorry for taking longer than I would have liked, but this fix just got shipped in version 0.8.1. |
Thank you. |
Im still having this issue after building 0.8.1 |
@chemicalfire Can you find out what is |
@jcoglan It appears to be an issue with private_pub I think now, I don't think its properly loading the yaml config file for some reason. So when it is looking for the server and token info from the config file it is returning a nil. Sorry to raise a false alarm. Wish I could figure this out. |
Sometimes see this error in my logs https://gist.github.com/a2a5b56cb65d29dbf025
ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
The text was updated successfully, but these errors were encountered: