Closed witeshadow closed 3 years ago
@witeshadow My sincere apologies for the late response. Is this still an issue for you with the latest Open Conference URL release? I've released several bugfixes since you first reported the issue.
https://github.com/caleb531/open-conference-url/releases/tag/v2.1.1
Seeing below in Alfred debugger.
[10:03:23.102] ERROR: Open Conference URL[Script Filter] Code 1: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main "main", fname, loader, pkg_name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/Users/chris/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.57257760-85B0-4360-990F-B86FF176B722/ocu/list_events.py", line 10, in
from ocu.cache import cache
File "ocu/cache.py", line 130, in
cache = Cache()
File "ocu/cache.py", line 42, in init
self.refresh()
File "ocu/cache.py", line 110, in refresh
if self.get('event_blobs') != event_blobs:
File "ocu/cache.py", line 77, in get
return self.dict[key]
KeyError: u'event_blobs'