-
Notifications
You must be signed in to change notification settings - Fork 128
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
Stack level too deep #75
Comments
I got the same thing this morning on my first run. I'm happy to help debug, but this is my first time using CIJoe.
|
Probably due to this bug. |
Looks like it. ETA on merge into master? |
Sorry. Can't tell since I'm not the owner. |
I got the same problem. Installing sinatra 1.2.0 seems to have resolved this for me. Maybe the gemspec can be updated to specify the sinatra version. |
Ok, thanks for the info. |
sinatra 1.2 didn't work for me. 1.2.7 seems to be fine. |
Got same problem with sinatra 1.3.1 ~/rails/jw_walls$ cijoe . :public is no longer used to avoid overloading Module#public, use :public_folder instead gem list sinatra |
Looks like this happens when Sinatra has problems binding with port 4567. I ran into the same issue on a machine that had a firewall blocking this port. |
There should not be any binding problems with my setup. Works fine with Sinatra 1.2.7 |
When I run CIJoe with Sinatra 1.2.7, I'm getting this:
The first error is easily fixable, but I'm not sure what the deal is with the SystemStackError.
The text was updated successfully, but these errors were encountered: