-
Notifications
You must be signed in to change notification settings - Fork 128
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
[0.6.0] Invalid memory address or nil pointer dereference on diff and sync #95
Comments
This is a bug on decK's end. Will be fixed with v0.6.1. However, I'm curious how you got to hit that bug. Was the |
The kong-addr was correctly formed. I've found the cause of the issue; it was a problem on my end. The Kong docker instance on my local machine was not running. However, after starting it, I now received a different error:
Which is strange because the default workspace should be the one that always exists. A GET to the localhost:8001/workspaces endpoint returns the following:
|
Yes, that's because you are running into #94. So we have two bugs:
I'll be fixing these this week. You can remove |
Ok, I'll apply the workaround and let you know if I encounter any more problems. Thanks for the help. |
If there is an error connecting with Kong, because error is not checked before looking at status code, it will lead to a nil pointer panic. Also, as a safeguard, a check has been added to ensure that the returned status code is 200 indeed. Fix #95
If there is an error connecting with Kong, because error is not checked before looking at status code, it will lead to a nil pointer panic. Also, as a safeguard, a check has been added to ensure that the returned status code is 200 indeed. Fix #95
If there is an error connecting with Kong, because error is not checked before looking at status code, it will lead to a nil pointer panic. Also, as a safeguard, a check has been added to ensure that the returned status code is 200 indeed. Fix #95
If there is an error connecting with Kong, because error is not checked before looking at status code, it will lead to a nil pointer panic. Also, as a safeguard, a check has been added to ensure that the returned status code is 200 indeed. Fix #95
Hi, I've recently upgraded to version 0.6.0 from 0.5.2. I've successfully dumped workspace yaml files with the --with-id flag
and tried to execute a diff command with one of the dumped files on my local instance
but the following error appears:
How can I resolve this?
The text was updated successfully, but these errors were encountered: