You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully processing (All months):
get the following error:
Traceback (most recent call last):
File "SRC./fb2cal.py", line 813, in
File "SRC./fb2cal.py", line 126, in main
File "SRC./fb2cal.py", line 782, in populate_birthdays_calendar
AttributeError: 'Calendar' object has no attribute '_unused'
No ICS file is created. (Tried creating both local files as well as google drive)
Not sure whats going on! Can someone help?
The text was updated successfully, but these errors were encountered:
Hey @sukrutonline,
After looking into it, ._unused is a function in ics-v0.4. You're likely using v0.6.
(For context, I was running this in Ubuntu bash with Windows Subsystem for Linux). I uninstalled the v0.6 module and replaced it with the v0.4 by running pip3 uninstall ics pip3 uninstall ics==0.4
Program executed successfully after that.
That being said, @mobeigi is an update to account for the new ics version possible?
After successfully processing (All months):
get the following error:
Traceback (most recent call last):
File "SRC./fb2cal.py", line 813, in
File "SRC./fb2cal.py", line 126, in main
File "SRC./fb2cal.py", line 782, in populate_birthdays_calendar
AttributeError: 'Calendar' object has no attribute '_unused'
No ICS file is created. (Tried creating both local files as well as google drive)
Not sure whats going on! Can someone help?
The text was updated successfully, but these errors were encountered: