aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

[BUG] nil pointer reference with Splunk #76

Closed TSavo closed 8 months ago

TSavo commented 8 months ago

Describe the bug Checkrr version 3.2.0 Commit: e6e3d6d6c62341201ef31574e1256c09de135862 Built On: 2023-10-05T02:14:14Z panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x10 pc=0xbb54f4]

goroutine 130 [running]: github.com/aetaric/checkrr/features.(Stats).Write.func1({0xc000038aa0, 0x654966b5, {0xfcc6e5, 0x6}}) /Users/aetaric/src/checkrr/features/stats.go:208 +0x314 created by github.com/aetaric/checkrr/features.(Stats).Write in goroutine 1 /Users/aetaric/src/checkrr/features/stats.go:195 +0x51e

To Reproduce Steps to reproduce the behavior: Start Checkrr with the minimal config

Expected behavior Checkrr to work

Desktop (please complete the following information):

Additional context I know this is fixed in main, any chance we can get a release for it?

aetaric commented 8 months ago

It's in 3.2.1 now. Thanks for reminding me!