Send-fleet command says invalid ship id
antal-kajzer opened this issue · 3 comments
antal-kajzer commented
hi my friend!
I just tried to send 1 small cargo to my planet, but the command says, invalid ship id.
command: curl -X POST localhost:8080/bot/planets/33628320/send-fleet -d 'ships="202,1"&speed=10&galaxy=2&system=298&type=3&position=8&mission=4&metal=1&crystal=2&deuterium=3'
I've checked the ids at:
Line 152 in 3a49d03
Could you please help me about that?
alaingilbert commented
I think the double quotes are causing the issue. There should be no "
antal-kajzer commented
Ahh, yes. That caused the issue, thank you!
In this case, could you please fix the comment at
Line 757 in 52ac622
antal-kajzer commented
The issue was: Incorrect command parameter format