Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

ERROR: no implicit conversion of nil into String #620

Closed
grtjn opened this issue Jun 20, 2016 · 4 comments
Closed

ERROR: no implicit conversion of nil into String #620

grtjn opened this issue Jun 20, 2016 · 4 comments

Comments

@grtjn
Copy link
Contributor

grtjn commented Jun 20, 2016

Running ml dev info when deploy/dev.properties does not exist results in ERROR: no implicit conversion of nil into String. Line 131 of server_config.rb should read:

        logger.info k + ": " + v.to_s

(e.g. with an extra .to_s after v)

@grtjn grtjn added the bug label Jun 20, 2016
@grtjn
Copy link
Contributor Author

grtjn commented Jun 20, 2016

Note: ml dev info --format=json works fine..

@grtjn
Copy link
Contributor Author

grtjn commented Jun 20, 2016

PS: my impression was that it breaks on ml.server being not properly set..

@RobertSzkutak
Copy link
Contributor

Looks like a duplicate of issue #224

RobertSzkutak added a commit to RobertSzkutak/roxy that referenced this issue Aug 23, 2016
@grtjn grtjn modified the milestones: 2.0.0, 1.7.4 Aug 23, 2016
dmcassel added a commit that referenced this issue Oct 27, 2016
Fix for #620 and #224: prevent implicit conversion of nil to string
@dmcassel
Copy link
Collaborator

fixed in dev

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

No branches or pull requests

3 participants