Stuck on [Info] HousekeepingService: Running housecleaning tasks

i’ve got it all downloaded but when I go to launch it via terminal (mac) it gets this

[Info] Bootstrap: Starting NzbDrone Console. Version 2.0.0.1236
[Info] MigrationLogger: *** Migrating data source=/Users/Main/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] MigrationLogger: *** Migrating data source=/Users/Main/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] Router: Application mode: Interactive
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://:8989/
[Info] OwinHostController: https://
:9898/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] SceneMappingService: Updating Scene mapping
[Info] HousekeepingService: Running housecleaning tasks
[Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured

and then gets stuck on a loop on the last line.

Any help appreciated.

So it gets stuck on the line where it says

Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured

if so have you tried opening the Webgui and setting a Drone Factory Folder and then saving it and possibly restarting

I don’t own a mac so i cannot recreate these steps to see if i receive the same issue but perhaps this is worth a try also not sure if you deal with Administrator privileges on a mac but if so try starting the terminal with them and see what happens

Are you able to access the WebUI? That looks normal, it tries to process from the drone factory folder every minute.

The WebUI should be accessible via http://localhost:8989

@markus101 said:
Are you able to access the WebUI? That looks normal, it tries to process from the drone factory folder every minute.

The WebUI should be accessible via http://localhost:8989

that’s what i was thinking if he just sets the drone factory folder that message should disappear upon restart