I just posted this in another topic, should have searched first I suppose.
To correct this error add:
dirscan_dir = ""
to your sabnzbd.ini file.
Search found 2 matches
- June 18th, 2008, 4:05 pm
- Forum: Beta Releases
- Topic: Problem when assigning folders
- Replies: 3
- Views: 2397
- June 18th, 2008, 4:04 pm
- Forum: Beta Releases
- Topic: BugFix: 4.0 RC3 default sabnzbd.ini problem (dirscan_dir missing)
- Replies: 2
- Views: 2282
BugFix: 4.0 RC3 default sabnzbd.ini problem (dirscan_dir missing)
Running 4.0 RC3 on Linux I encountered an error when trying to access Config -> Folders. After debugging I found out it was due to an expected dirscan_dir option in the config file which is not there. Upon adding dirscan_dir = "" to my config file everything functions correctly. Awesome pr...