panic: runtime error: invalid memory address or nil pointer dereference #2543
Unanswered
hikariatama
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I think the issue might be in the configuration of the "ru-1" datacenter. From the backtrace it seems that the AWS SDK gets angry when we try to create a new instance of the client, so the code is likely passing some malformed data to it when creating it here - https://github.com/ente-io/ente/blob/main/server/pkg/utils/s3config/s3config.go#L121 So double check your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not a Go expert, but this seems like the issue with S3 API. I am using Backblaze B2 bucket with Lifecycle configured to "Keep last version" - maybe it's the problem after all ❓
Log:
After manually deleting item from db the problem solves itself for a while, but then another broken embedding appears. I am on the last version of ente.
Beta Was this translation helpful? Give feedback.
All reactions