Skip to content

Instantly share code, notes, and snippets.

@UnderpantsGnome
UnderpantsGnome / Gemfile
Created February 27, 2018 00:02
Integration testing React with a Rails API using RSpec
...
group :test do
gem 'capybara', '~> 2.4.4'
gem 'capybara-screenshot', '~> 1.0.11'
gem 'database_cleaner'
gem 'launchy', '~> 2.4.3'
gem 'rspec-rails'
gem 'selenium-webdriver'
end
@UnderpantsGnome
UnderpantsGnome / rhasspy.log
Created December 21, 2019 22:51
Rhasspy startup output
% ./run-venv.sh --profile en
DEBUG:__main__:Namespace(host='0.0.0.0', log_level='DEBUG', port=12101, profile='en', set=[], ssl=None, system_profiles='/home/pi/apps/rhasspy/profiles', user_profiles='/home/pi/.config/rhasspy/profiles')
DEBUG:RhasspyCore:Loaded profile from /home/pi/.config/rhasspy/profiles/en/profile.json
DEBUG:RhasspyCore:Profile files will be written to /home/pi/.config/rhasspy/profiles/en
DEBUG:root:Loading default profile settings from /home/pi/apps/rhasspy/profiles/defaults.json
DEBUG:WebSocketObserver: -> started
DEBUG:DialogueManager: -> started
DEBUG:DialogueManager:started -> loading_mqtt
DEBUG:DialogueManager:Loading MQTT first
DEBUG:DialogueManager:Loading...will time out after 30 second(s)