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

panic with --commercial-type=1 #365

Closed
QuentinPerez opened this issue Jun 13, 2016 · 0 comments
Closed

panic with --commercial-type=1 #365

QuentinPerez opened this issue Jun 13, 2016 · 0 comments
Assignees
Milestone

Comments

@QuentinPerez
Copy link
Contributor

panic: runtime error: slice bounds out of range

goroutine 1 [running]:
panic(0x4ff620, 0xc820014080)
    /usr/local/go/src/runtime/panic.go:481 +0x3e6
github.com/scaleway/scaleway-cli/pkg/api.CreateServer(0xc8200a3040, 0xc820098b00, 0x0, 0x0, 0x0, 0x0)
    /Users/quentinperez/go/src/github.com/scaleway/scaleway-cli/pkg/api/helpers.go:336 +0x156f
github.com/scaleway/scaleway-cli/pkg/commands.Run(0x9c17f0, 0xc820080000, 0x9bd198, 0xc820080008, 0x9bd198, 0xc820080010, 0xc820073440, 0x23, 0x23, 0xc82006e0b0, ...)
    /Users/quentinperez/go/src/github.com/scaleway/scaleway-cli/pkg/commands/run.go:175 +0x4e3
github.com/scaleway/scaleway-cli/pkg/cli.runRun(0x832380, 0xc82006e0b0, 0x1, 0x1, 0x0, 0x0)
    /Users/quentinperez/go/src/github.com/scaleway/scaleway-cli/pkg/cli/cmd_run.go:126 +0x61d
github.com/scaleway/scaleway-cli/pkg/cli.Start(0xc82006e070, 0x5, 0x5, 0xc82011c4b0, 0xc82006e058, 0x0, 0x0)
    /Users/quentinperez/go/src/github.com/scaleway/scaleway-cli/pkg/cli/main.go:117 +0xc15
main.main()
    /Users/quentinperez/go/src/github.com/scaleway/scaleway-cli/cmd/scw/main.go:19 +0x8a
@QuentinPerez QuentinPerez self-assigned this Jun 13, 2016
@moul moul added the bug label Jun 13, 2016
@moul moul modified the milestone: 1.10.0 Jun 13, 2016
@QuentinPerez QuentinPerez mentioned this issue Jun 21, 2016
@QuentinPerez QuentinPerez removed the bug label Jun 21, 2016
clement-gilbert pushed a commit to clement-gilbert/scaleway-cli that referenced this issue Mar 3, 2022
BREAKING CHANGE: 

* `scaleway_instance_server`: The attribute `disable_dynamic_ip` has been removed in favor of `enable_dynamic_ip`.
* `scaleway_instance_ip`: In order to resolve circular dependencies that can happen in some use case we changed
the way an IP is attached to a server. The attribute `scaleway_instance_ip.server_id` has been removed in
favor of `scaleway_instance_server.ip_id`.
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