BUMP
Found -stack global option. Adding the details from that here. Hoping to find a solution soon. I’m happy to compile and test myself, I just don’t have any experience with GO lang so I am unable to assist with fixing and submitting a pull request.
/ # /config/bin/duplicacy_linux_x64_3.2.3 -stack -log -d info -repository /cache/localhost/all swift://user@email.net@authenticate.blomp
.com/v2.0/user@email.net?auth_version=2&tenant=storage&endpoint_type=public
/ #
[3]- Done `v
/ # 2024-12-05 09:41:35.947 DEBUG PASSWORD_ENV_VAR Reading the environment variable DUPLICACY_SWIFT_KEY
2024-12-05 09:41:35.991 ERROR STORAGE_CREATE Failed to load the OpenStack Swift storage at swift://user@email.net@authenticate.blomp.com/v2.0/user@email.net?auth_version=2: Post "https://email.net/tokens": remote error: tls: unrecognized name
goroutine 1 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x19
github.com/gilbertchen/duplicacy/src.CatchLogException()
/Users/gchen/zincbox/duplicacy/src/duplicacy_log.go:227 +0x53
panic({0x118c540, 0xc000420330})
/usr/local/go/src/runtime/panic.go:884 +0x212
github.com/gilbertchen/duplicacy/src.logf(0x2, {0x12a306f, 0xe}, {0x12e0679?, 0x1?}, {0xc0005bc838?, 0x7ffc7d565e3a?, 0x64?})
/Users/gchen/zincbox/duplicacy/src/duplicacy_log.go:180 +0x6e5
github.com/gilbertchen/duplicacy/src.LOG_ERROR(...)
/Users/gchen/zincbox/duplicacy/src/duplicacy_log.go:107
github.com/gilbertchen/duplicacy/src.CreateStorage({{0x129abaa, 0x7}, {0x129abaa, 0x7}, {0x0, 0x0}, {0x7ffc7d565e3a, 0x64}, 0x0, 0x0, ...}, ...)
/Users/gchen/zincbox/duplicacy/src/duplicacy_storage.go:699 +0x3867
main.infoStorage(0xc0001c4120)
/Users/gchen/zincbox/duplicacy/duplicacy/duplicacy_main.go:1350 +0x3c6
github.com/gilbertchen/cli.Command.Run({{0x12978c2, 0x4}, {0x0, 0x0}, {0x0, 0x0, 0x0}, {0x12db3c7, 0x30}, {0x0, ...}, ...}, ...)
/Users/gchen/zincbox/go/pkg/mod/github.com/gilbertchen/cli@v1.2.1-0.20160223210219-1de0a1836ce9/command.go:160 +0x95a
github.com/gilbertchen/cli.(*App).Run(0xc00012b7a0, {0xc000034080, 0x8, 0x8})
/Users/gchen/zincbox/go/pkg/mod/github.com/gilbertchen/cli@v1.2.1-0.20160223210219-1de0a1836ce9/app.go:179 +0xdc5
main.main()
/Users/gchen/zincbox/duplicacy/duplicacy/duplicacy_main.go:2283 +0x6e2c
[2]- Done(100) /config/bin/duplicacy_linux_x64_3.2.3 -stack -log -d info -repository /cache/localhost/all swift://user@email.net@authenticate.blomp.com/v2.0/user@email.net?auth_version=2
/ #
@gchen