CouchPotato won't find content

Morning guys!

I noticed for the past couple of days couchpotato wont find content to be snatched after they are added, I did multiple restarts and updated couchpoato using the tutorials posted in OSMC. I.m unsure what’s preventing my content from being found can someone please help?! When i checked the logs i found two errors, see below.

12-19 08:15:38 ERROR [ couchpotato.core.event] Error in event “quality.single”, that wasn’t caught: Traceback (most recent call last):
File “/opt/CouchPotatoServer/couchpotato/core/event.py”, line 15, in runHandler
return handler(*args, **kwargs)
File “/opt/CouchPotatoServer/couchpotato/core/plugins/quality/main.py”, line 117, in single
quality = db.get(‘quality’, identifier, with_doc = True)[‘doc’]
File “/opt/CouchPotatoServer/libs/CodernityDB/database_super_thread_safe.py”, line 43, in _inner
res = f(*args, **kwargs)
File “/opt/CouchPotatoServer/libs/CodernityDB/database.py”, line 944, in get
raise RecordNotFound(“Not found”)
RecordNotFound: Not found
encoding=UTF-8 debug=False args= app_dir=/opt/CouchPotatoServer data_dir=/home/couchpotato/.couchpotato desktop=None options=Namespace(config_file=’/home/couchpotato/.couchpotato/settings.conf’, console_log=False, daemon=False, data_dir=None, debug=False, pid_file=’/home/couchpotato/.couchpotato/couchpotato.pid’, quiet=False)



### Logs:

12-19 08:15:38 ERROR [ couchpotato.core.event] Error in event “movie.searcher.single”, that wasn’t caught: Traceback (most recent call last):
File “/opt/CouchPotatoServer/couchpotato/core/event.py”, line 15, in runHandler
return handler(*args, **kwargs)
File “/opt/CouchPotatoServer/couchpotato/core/media/movie/searcher.py”, line 200, in single
log.info(‘Search for %s in %s%s’, (default_title, quality[‘label’], ’ ignoring ETA’ if always_search or ignore_eta else ‘’))
TypeError: ‘NoneType’ object has no attribute ‘getitem
encoding=UTF-8 debug=False args= app_dir=/opt/CouchPotatoServer data_dir=/home/couchpotato/.couchpotato desktop=None options=Namespace(config_file=’/home/couchpotato/.couchpotato/settings.conf’, console_log=False, daemon=False, data_dir=None, debug=False, pid_file=’/home/couchpotato/.couchpotato/couchpotato.pid’, quiet=False)