We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gptscript version v0.9.0+37be71d1
Steps to reproduce the problem:
This results in panic: runtime error: invalid memory address or nil pointer dereference error.
panic: runtime error: invalid memory address or nil pointer dereference
gptscript credentials delete sys.openai panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x28 pc=0x102b79ba0] goroutine 1 [running]: github.com/spf13/pflag.(*FlagSet).getFlagType(0x14000434600, {0x14000037fc8, 0x13}, {0x10328621e, 0xb}, 0x1037c9a48) github.com/spf13/[email protected]/flag.go:381 +0x70 github.com/spf13/pflag.(*FlagSet).GetStringSlice(0x14000037fc8?, {0x14000037fc8?, 0x103618988?}) github.com/spf13/[email protected]/string_slice.go:90 +0x34 github.com/gptscript-ai/cmd.assignSlices(0x1400046b208, 0x102bb9df4?) github.com/gptscript-ai/[email protected]/builder.go:392 +0xdc github.com/gptscript-ai/cmd.command.bind.func2(0x1400046b208, {0x14000402a80, 0x1, 0x1}) github.com/gptscript-ai/[email protected]/builder.go:468 +0x100 github.com/spf13/cobra.(*Command).execute(0x1400046b208, {0x140000300b0, 0x1, 0x1}) github.com/spf13/[email protected]/command.go:954 +0x724 github.com/spf13/cobra.(*Command).ExecuteC(0x1400046a308) github.com/spf13/[email protected]/command.go:1115 +0x344 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/[email protected]/command.go:1039 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/[email protected]/command.go:1032 github.com/gptscript-ai/cmd.Main(0x1400046a308) github.com/gptscript-ai/[email protected]/builder.go:78 +0x54 github.com/gptscript-ai/gptscript/pkg/cli.Main() github.com/gptscript-ai/gptscript/pkg/cli/main.go:21 +0xec main.main() github.com/gptscript-ai/gptscript/main.go:10 +0x1c
The text was updated successfully, but these errors were encountered:
Fixed by #599
Sorry, something went wrong.
Tested with gptscript version -v0.0.0-dev-134dcde9-dirty Able to delete credentials successfully.
v0.0.0-dev-134dcde9-dirty
No branches or pull requests
gptscript version v0.9.0+37be71d1
Steps to reproduce the problem:
This results in
panic: runtime error: invalid memory address or nil pointer dereference
error.The text was updated successfully, but these errors were encountered: