caleb531 / open-conference-url

An Alfred workflow to open the Zoom/Meet/etc. URL for your next meeting
MIT License
46 stars 6 forks source link

Alfred workflow can't find my meetings #1

Closed kinglycodes closed 3 years ago

kinglycodes commented 3 years ago

Hey Caleb, the alfred workflow seems not working properly on my mac. It doesn't find any meetings in my calendar.

Could you please help me?

thanks Stefan

nonameolsson commented 3 years ago

I have this problem also. First it shows that it is searching. But nothing is found. image

Then it only shows default search options. image

tiems90 commented 3 years ago

Same issue here; with the exact same screens as @nonameolsson has above.

tiems90 commented 3 years ago

@nonameolsson I noticed a fix here: https://www.alfredforum.com/topic/16215-open-conference-url-launch-the-zoommeet-call-for-your-next-calendar-event/?do=findComment&comment=82854

It requires a modification to line 77 of cache.py

At least the cache is updated now, but I'm still getting an error when running the workflow.

[14:00:18.777] 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 "~/alfred-workflows/Alfred.alfredpreferences/workflows/user.workflow.08165796-6C02-4B0C-80B9-6CC86F1D18E9/ocu/list_events.py", line 117, in <module>
    main()
  File "~/alfred-workflows/Alfred.alfredpreferences/workflows/user.workflow.08165796-6C02-4B0C-80B9-6CC86F1D18E9/ocu/list_events.py", line 81, in main
    all_events = [event for event in get_events() if event.conference_url]
  File "~/alfred-workflows/Alfred.alfredpreferences/workflows/user.workflow.08165796-6C02-4B0C-80B9-6CC86F1D18E9/ocu/list_events.py", line 33, in get_events
    return [Event(event_blob) for event_blob in event_blobs]
TypeError: 'NoneType' object is not iterable
tiems90 commented 3 years ago

Actually, I resolved the issue by just downloading the latest version from the github. It looks like the version I had downloaded was out of date.

caleb531 commented 3 years ago

@tiems90 Thanks for the feedback. This should be fixed in the latest version, as you found. As such, I am closing this ticket.

Please open a new ticket if you encounter any additional issues.