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
[olzeke51@Linuxer ~]$ ssh -p 8222 [email protected]
(.venv) mycroft@localhost:~$ msm install https://github.com/MycroftAI/skill-npr-news/tree/bugfix/rm-curl
INFO - building SkillEntry objects for all skills
WARNING - No such default skill: mycroft-pandora
WARNING - No such default skill: mycroft-pandora
INFO - Downloading skill: https://github.com/MycroftAI/skill-npr-news/tree/bugfix/rm-curl
INFO - Problem performing action. Restoring skill to previous state...
INFO - invalidating skills cache
CloneException:
stderr: 'Cloning into '/tmp/tmpyni1lf4d'...
fatal: repository 'https://github.com/MycroftAI/skill-npr-news/tree/bugfix/rm-curl/' not found
'
(.venv) mycroft@localhost:~$`
```
**To Reproduce**
use msm to install from github
[mycroft-news.tar.gz](https://github.com/MycroftAI/skill-npr-news/files/7050379/mycroft-news.tar.gz)
**Log files**
**Environment (please complete the following information):**
- Device type: [Mark2-devkit / usb flash / network cable
- OS: [default
- Mycroft-core version: . 21.2
- Other versions: latest 08-19
[edit vv ]
* this was written late aug 25 - if it is in the standard default -
* noticed new screen display - but no audio for NPR
The text was updated successfully, but these errors were encountered:
Hey Gary, if you already have the News Skill on your device, your best bet is to use git to checkout the branch you want. In this case:
cd /opt/mycroft/skills/mycroft-npr-news.mycroftai
git checkout bugfix/rm-curl
I don't believe that MSM currently has the ability to parse the url and do this automatically. It's expecting the base url of the repo only - ie msm install https://github.com/MycroftAI/skill-npr-news
Describe the bug
The text was updated successfully, but these errors were encountered: