Skip to content

Instantly share code, notes, and snippets.

@KathyReid
Created May 12, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KathyReid/6b15c2f66e841345a07619661ddc04f8 to your computer and use it in GitHub Desktop.
Save KathyReid/6b15c2f66e841345a07619661ddc04f8 to your computer and use it in GitHub Desktop.
mycroft-core 18.2.6b Release Test on Ubuntu 16.04 LTS

Datestamp: Sat, 12 May 2018 21:28:28 +1000

Test of 18.2.6b dev branch on Ubuntu 16.04 LTS

  • git pull origin dev including PR #1587, ** did not ** rebuild mimic => OK. One observation, it downgraded pipfrom 10.0.1 to 9.x. For reference I last rebuilt mimic about 16 hours ago from the timestamp above, so fairly recently.
  • ./update_dev.sh => OK, no errors
  • ./start-mycroft.sh deb, client started up OK, threw several errors on loading individual skills:

Errors displayed on loading Skills in mycroft-cli-client

NOTE: I have lots of Skills installed, but not all available Skills

  • I found issues copying from scrollback in the client, so I zero'd all my logfiles and started them fresh, then have attached them to this Gist. Key things to note are;
kathyreid@kathyreid-N76VZ:~/Dropbox/PHPworkspace/mycroft-core/scripts/logs$ tail -f mycroft-skills.log | grep -i error
22:01:54.551 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: domoticz_skill
ImportError: No module named 'ConfigParser'
22:01:54.572 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: plasma-activities-skill
ImportError: No module named 'dbus'
22:01:54.812 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-pomodoro-skill
TabError: inconsistent use of tabs and spaces in indentation
22:01:54.897 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: kodi-skill
KeyError: 'protocol'
22:01:54.916 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-wemo
ImportError: No module named 'ouimeaux'
22:01:55.140 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-traffic
    raise ValueError("Must provide API key or enterprise credentials "
ValueError: Must provide API key or enterprise credentials when creating client.
22:01:55.384 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: audio-control-plasma
ImportError: No module named 'dbus'
22:02:00.361 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-skill-kodi
ImportError: No module named 'mycroft.skills.kodi_controller'
22:02:06.666 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-wink-iot
22:02:06.737 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-autogui
TabError: inconsistent use of tabs and spaces in indentation
22:02:09.945 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-the-cows-lists
ImportError: No module named 'urllib2'
22:02:09.961 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft_spaceflightnow_skill
SyntaxError: Missing parentheses in call to 'print'
22:02:10.203 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: GoogleCalendarSkill
SyntaxError: Missing parentheses in call to 'print'
22:02:10.300 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: Mycroft-Pushetta-skill
TabError: inconsistent use of tabs and spaces in indentation
22:02:10.377 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: plasma-sendsms-skill
ImportError: No module named 'dbus'
22:02:10.390 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: fallback-duckduckgo
ImportError: No module named 'duckduckgo'
22:02:10.486 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-timer
ImportError: cannot import name 'to_letters'
22:02:10.543 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: unsplash-wallpaper-plasma-skill
ImportError: No module named 'dbus'
22:02:10.556 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-skill-jupiter-broadcasting
SyntaxError: Missing parentheses in call to 'print'
22:02:10.576 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: TranslateSkill
TabError: inconsistent use of tabs and spaces in indentation
22:02:10.652 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: Mycroft-Slack-skill
TypeError: Can't convert 'NoneType' object to str implicitly
22:02:10.664 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mopidy_skill
SyntaxError: Missing parentheses in call to 'print'
22:02:10.801 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: PushbulletSkill
TabError: inconsistent use of tabs and spaces in indentation
22:02:11.147 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-npr-news
ImportError: No module named 'feedparser'
22:02:11.213 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: plasma-user-control-skill
ImportError: No module named 'dbus'
22:02:11.227 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: GoogleGmailSkill
SyntaxError: Missing parentheses in call to 'print'
22:02:11.329 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: esp8266-skill
ImportError: No module named 'urllib2'
22:02:11.345 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: daily_meditation
ImportError: No module named 'feedparser'
22:02:11.568 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: ping-skill
ImportError: No module named 'commands'
22:02:11.725 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: krunner-search-skill
ImportError: No module named 'dbus'
22:02:11.785 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft-kodi
ImportError: No module named 'kodipydent'
22:02:11.796 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: mycroft_genomics
TabError: inconsistent use of tabs and spaces in indentation
22:02:12.175 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: amarok-player-skill
TabError: inconsistent use of tabs and spaces in indentation
22:02:31.322 - mycroft.skills.core:load_skill:144 - ERROR - Failed to load skill: skill-mosquito-speak
    raise ValueError('Invalid host.')
ValueError: Invalid host.

Most of these are older Skills, or Skills that don't get a lot of active maintenance, so I'm not too worried.

  • PAIRING - Device wasn't required to re-pair; it stayed paired
  • INTERNET - Device is Linux, it's using my system's WiFi connection, WiFi connectivity not tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment