Open bgarr33434 opened 6 years ago
There was some python 2 only code that hadn't been updated which hindered the skill from starting. I've updated the code to fix this. If you do an upgrade it should work.
just an fyi. I did a fresh install of picroft today, and I still lost credentials.
Hi, the skill hasn't been updated for the latest changes in mycroft-core so it's currently not in a functioning state. I'll be pushing an update with fixes for you in a day or two.
Hey Forslund! First of all, thanks for the cool skills. You are doing an amazing job.
I also can't find the credentials on the skills page.
Hi,
does the skills show up at all on the skills page?
Ok, got it to work. Thanks for wanting to help out but this was a weird local thing. Maybe it's something that can be fixed though. -> Had a look at requirements.txt -> Looked in the log Problem -> Saw some error regarding tzlocal "ModuleNotFoundError: No module named 'tzlocal'" and this message "Failed to launch package manager: Sudo required (and script not launched interactively)" Solution -> home/.../mycroft-core/.venv/bin/python -m pip install tzlocal
(Just writing you this in case it might help. It sure did for me.)
Ah right thanks. will look at that dependency. Should either be added to requirements.txt or removed from the skill
Ok looking at the WIP branch for caldav I've removed the use of that dependency so I'll pull that into master and fix that part (after verifying that all looks ok still)
I don't have the option to click on "connect" after successfully installing gcalendar_skill pi@picroft:/opt/mycroft/skills $ sudo msm install https://github.com/forslund/gcalendar_skill.git INFO - Downloading skill: https://github.com/forslund/gcalendar_skill.git INFO - Installing requirements.txt for gcalendar_skill INFO - Successfully installed gcalendar_skill