mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #645] [BUG] invalid UUID length: 0 #320
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ahloul on GitHub (Apr 16, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/645
Originally assigned to: @hibiken on GitHub.
panic: uuid: Parse(): invalid UUID length: 0
goroutine 58 [running]:
github.com/google/uuid.MustParse(0x0, 0x0, 0x0, 0x0)
/go/pkg/mod/github.com/google/uuid@v1.3.0/uuid.go:163 +0x125
github.com/hibiken/asynq/internal/base.DecodeMessage(0x1d165d0, 0x0, 0x0, 0x1d165d0, 0x0, 0x0)
/go/pkg/mod/github.com/hibiken/asynq@v0.18.4/internal/base/base.go:264 +0x105
github.com/hibiken/asynq/internal/rdb.(*RDB).ListDeadlineExceeded(0xc00051a8c0, 0xc10712fa2e27c1f2, 0xfffffff90507b7ab, 0x1ce79e0, 0xc000532e80, 0x3, 0x4, 0x0, 0x0, 0x0, ...)
/go/pkg/mod/github.com/hibiken/asynq@v0.18.4/internal/rdb/rdb.go:679 +0x3fe
github.com/hibiken/asynq.(*recoverer).recover(0xc00051c910)
/go/pkg/mod/github.com/hibiken/asynq@v0.18.4/recoverer.go:79 +0x8d
github.com/hibiken/asynq.(*recoverer).start.func1(0xc00027c170, 0xc00051c910)
/go/pkg/mod/github.com/hibiken/asynq@v0.18.4/recoverer.go:60 +0x6e
created by github.com/hibiken/asynq.(*recoverer).start
@bfwbbrj commented on GitHub (Apr 17, 2023):
Can you try using the latest version of asynq and see if the issue persists?