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

Argument 1 missing or nil #35

Closed
Kampfkarren opened this issue Feb 16, 2018 · 4 comments
Closed

Argument 1 missing or nil #35

Kampfkarren opened this issue Feb 16, 2018 · 4 comments

Comments

@Kampfkarren
Copy link
Member

I'm trying to use rojo. When I start the server and press Sync In, I get this error.

Syncing from server...
21:24:25.214 - Argument 1 missing or nil
21:24:25.214 - Argument 1 missing or nil
21:24:25.215 - Stack Begin
21:24:25.216 - Script 'Plugin_1211549683.Rojo.Reconciler', Line 265 - field reconcileRoute
21:24:25.216 - Script 'Plugin_1211549683.Rojo.Plugin', Line 120 - method _pull
21:24:25.216 - Script 'Plugin_1211549683.Rojo.Plugin', Line 172
21:24:25.217 - Stack End

This is my rojo.json

{
  "name": "battle-hats",
  "servePort": 8000,
  "partitions": {
    "game": {
      "path": "",
      "target": ""
    }
  }
}
@LPGhatguy
Copy link
Contributor

My watching settings were messed up, so I missed this, sorry!

Is this the current Git master version or the currently released version?

I've definitely never tested with an empty path in a partition, you probably need to point it to a folder like src so that rojo.json isn't included, anyways.

@Kampfkarren
Copy link
Member Author

I was using the version on cargo.

@LPGhatguy
Copy link
Contributor

I rewrote the file in question since the current release.

I think I'll be publishing that new version (0.4.0) tonight, which should finish up this bug, which is for 0.3.x!

@LPGhatguy
Copy link
Contributor

0.4.0 is finally released and this should no longer be relevant. Thanks for the report!

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

2 participants