dtonon / stacker-beep

A command line utility to be informed, with a beep or via Nostr DMs, about new content of Stacker.news
5 stars 0 forks source link

Error parsing date #1

Open xjmzx opened 1 month ago

xjmzx commented 1 month ago

I tried both compiling with go build -o stacker-beep -ldflags="-s -w" . and using the binary directly, but getting an error. The output is:

Error parsing date: parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006"
Error parsing date: parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006"
Error parsing date: parsing time "" as "2006-01-02T15:04:05Z07:00": cannot parse "" as "2006"
...

Not sure whether it would eventually resolve or not. Could also be a problem with my system

Debian GNU/Linux 12 (bookworm) x86_64 go version go1.22.0 linux/amd64

dtonon commented 1 month ago

I will check, thanks for reporting