Guide stuck in downloading state due to no space on device

The guide shows me: "No space left on device" and the logs show:

2019/04/18 20:47:52 [DVR] Fetching guide data for 34 stations in USA-OTA97229 @ 2019-04-20 2:30AM
2019/04/18 20:47:52 [DVR] Error indexing airings: IO error: USA-OTA97229.airings/store/032079.ldb: No space left on device
2019/04/18 20:48:04 [IDX] Pruned 50000 expired airings from USA-OTA97229 in 11.256774623s.

However, my computer (which only has one drive) has 95 GB free, and this is reflected in Channels ( 87.11 GB available)

http://127.0.0.1:8089/system/disk :

[{"device":"/dev/disk3","mountpoint":"/","fstype":"hfs","opts":"rw,multilabel"},{"device":"devfs","mountpoint":"/dev","fstype":"devfs","opts":"rw,suiddir,multilabel"},{"device":"map -hosts","mountpoint":"/net","fstype":"autofs","opts":"rw,nosuid,suiddir,nosymfollow,multilabel"},{"device":"map auto_home","mountpoint":"/home","fstype":"autofs","opts":"rw,suiddir,nosymfollow,multilabel"}]

http://127.0.0.1:8089/dvr :

{"activity":{},"busy":false,"clients":1,"disk":{"free":93533777920,"total":1114396557312,"used":1020600635392},"enabled":true,"extra_paths":null,"keep":{"num":"","only":""},"last_backup":"2019-04-18T14:09:03.712601-07:00","padding":{"end":"30","start":"10"},"path":"/Users/michaellindahl/Channels DVR","stats":{"groups":45,"files":465,"jobs":0,"rules":29},"status":"running"}

What does this command say?

df -h

And the output of http://127.0.0.1:8089/system/misc

Filesystem      Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk3     1.0Ti  951Gi   87Gi    92%  818201 4294149078    0%   /
devfs          185Ki  185Ki    0Bi   100%     640          0  100%   /dev
map -hosts       0Bi    0Bi    0Bi   100%       0          0  100%   /net
map auto_home    0Bi    0Bi    0Bi   100%       0          0  100%   /home

{"home":"/Users/michaellindahl","hwdeint":false,"model":"iMac15,1","pwd":"/Users/michaellindahl/Library/Application Support/ChannelsDVR/data","root":"","timezone":"PDT","transcoder":"h264_videotoolbox","vendor":"Apple"}

This is pretty strange. I would recommend forcing a guide data reset by running this in Terminal.app:

curl -XDELETE http://127.0.0.1:8089/dvr/guide

Yup, immediately after running that command the guide was back. Thanks.