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
bundle exec ruhoh server 9292
/Users/masukomi/workspace/ruhoh-site/vendor/bundle/gems/ruhoh-2.6/lib/ruhoh/parse.rb:37:in `gsub': invalid byte sequence in UTF-8 (ArgumentError)
from /Users/masukomi/workspace/ruhoh-site/vendor/bundle/gems/ruhoh-2.6/lib/ruhoh/parse.rb:37:in `page_file'
from /Users/masukomi/workspace/ruhoh-site/vendor/bundle/gems/ruhoh-2.6/lib/ruhoh/base/page_like.rb:59:in `parse_page_file'
The text was updated successfully, but these errors were encountered:
@masukomi the directory_watcher gem looks for every file and folders you have in your project. If like me for example you have bunlder configured to install gems locally for example or bin files you might want to make sure those files/folders are not parsed via _config.yml_ with something like:
If the advices above do not solve your case, make sure that you are not running into the bug highlighted by #281, fixed by 1c7df99. See a quick workaround in #293.
Following the Quick Start.
The text was updated successfully, but these errors were encountered: