shotgunEvent error in main loop eventID

I have been having a look into shotgunEvents but have hit a roadblock in the otherwise idiot proof tutorial.

(sg_daemon_venv) $ ./shotgunEventDaemon.py foreground
INFO:engine:Using SG Python API version 3.2.6
INFO:engine:Loading plugin at /home/chris.d/sE/plugins/logArgs.py
INFO:engine:Last event id (699072) from the SG database.
CRITICAL:engine:Crash!!! Unexpected error (<type ‘exceptions.IOError’>) in main loop.

Traceback (most recent call last):
File “./shotgunEventDaemon.py”, line 366, in start
self._loadEventIdData()
File “./shotgunEventDaemon.py”, line 459, in _loadEventIdData
self._saveEventIdData()
File “./shotgunEventDaemon.py”, line 603, in _saveEventIdData
with open(eventIdFile, “wb”) as fh:
IOError: [Errno 2] No such file or directory: ‘/mnt/sE/log/shotgunEventDaemon/shotgunEventDaemon.id’

Any help will be much appreciated! Thank you

IOError: [Errno 2] No such file or directory: ‘/mnt/sE/log/shotgunEventDaemon/shotgunEventDaemon.id’

The path does not exist, perhaps the directories above it are missing so it cannot be created?

Hey, thanks for the response.

The directory was created during the first attempt to run the daemon. Everything was populated apart from the .id file. Then this error was thrown out.

Cheers

Interesting, I dunno, could be permission issues.