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

"no implicit conversion of nil into String" while specifying --port #68

Open
pvelder opened this issue Aug 23, 2013 · 0 comments
Open

Comments

@pvelder
Copy link

pvelder commented Aug 23, 2013

When starting parade without specifying a port, the server start fine: parade serve

-------------------------

  Your Parade presentation is now starting up.

  To view it visit [ http://localhost:9090 ]
  To view a printable version [ http://localhost:9090/print ]

-------------------------

[2013-08-23 10:05:26] INFO  WEBrick 1.3.1
[2013-08-23 10:05:26] INFO  ruby 2.0.0 (2013-06-27) [x86_64-linux]
== Sinatra/1.4.3 has taken the stage on 9090 for production with backup from WEBrick
[2013-08-23 10:05:26] INFO  WEBrick::HTTPServer#start: pid=16256 port=9090

But when starting the server, on a specific port, there is a conversion error and the Webrick server exits: parade serve --port=9091

-------------------------

  Your Parade presentation is now starting up.

  To view it visit [ http://localhost:9091 ]
  To view a printable version [ http://localhost:9091/print ]

-------------------------

error: no implicit conversion of nil into String
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

1 participant