Skip to content

Conversation

@akadusei
Copy link
Contributor

Fixes #3

Waiting on jgaskins/redis#57 to be resolved...

```
Unhandled exception: There must be an even number of value arguments to represent score/value pairs (ArgumentError)
  from lib/redis/src/commands/sorted_set.cr:81:15 in 'zadd'
  from src/redis.cr:197:9 in 'create'
  from src/redis.cr:179:7 in 'add:force'
  from src/redis.cr:7:5 in 'add:force'
  from src/mel/task.cr:25:30 in 'enqueue:force'
  from worker.cr:5:3 in 'run_every'
  from worker.cr:30:1 in '__crystal_main'
  # ...
```
```
Unhandled exception: Error opening file with mode 'r': '/home/runner/work/mel/mel/lib/ameba/bin/ameba': No such file or directory (File::NotFoundError)
  from /crystal/src/crystal/system/file.cr:7:7 in 'new'
  from /crystal/src/file.cr:627:12 in 'install_executables'
  from /shards/src/commands/update.cr:48:25 in '->'
  from /crystal/src/primitives.cr:255:3 in 'parse'
  from /shards/src/cli.cr:145:3 in '__crystal_main'
  from /crystal/src/crystal/main.cr:110:5 in 'main'
  from src/env/__libc_start_main.c:94:2 in 'libc_start_main_stage2'
```

This happened only on older version of crystal/shards.

See <https://github.com/GrottoPress/mel/actions/runs/20396069831/job/58611748823>.
@akadusei akadusei marked this pull request as ready for review December 23, 2025 00:42
@akadusei akadusei merged commit 175475c into master Dec 23, 2025
8 checks passed
@akadusei akadusei deleted the fix/3 branch December 23, 2025 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

There must be an even number of value arguments to represent score/value pairs

2 participants