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
I'm working through the material on http://ruhoh.com/docs/2/
Have created the config.yml, cloned the theme-bootstap-2, but when I run
$ bundle exec ruhoh server 9292
I get this error msg.:
/home/rickcharon/.rvm/gems/ruby-head/gems/ruhoh-2.6/lib/ruhoh/parse.rb:28:in `rescue in page_file': Error trying to read meta-data from /share/ruhoh-site/theme-bootstrap-2/media/glyphicons-halflings.png. Check your folder configuration. Error details: invalid byte sequence in UTF-8 (RuntimeError)
the png file seems to be ok, opens in Gimp, etc. Could someone tell me what's going on?
Thanks for any help
The text was updated successfully, but these errors were encountered:
Since you have created the config.yml file the first thing to check is if you specify that the theme-bootstrap-2 directory must be used as a theme, using:
"theme-bootstrap-2":
use: "theme"
However if this is already the case you are likely running into the same issue as I did (#293) which is fixed by 1c7df99. A simple workaround is to rename the config.ru file to rackup.ru and launch the preview server with:
I'm working through the material on http://ruhoh.com/docs/2/
Have created the config.yml, cloned the theme-bootstap-2, but when I run
$ bundle exec ruhoh server 9292
I get this error msg.:
/home/rickcharon/.rvm/gems/ruby-head/gems/ruhoh-2.6/lib/ruhoh/parse.rb:28:in `rescue in page_file': Error trying to read meta-data from /share/ruhoh-site/theme-bootstrap-2/media/glyphicons-halflings.png. Check your folder configuration. Error details: invalid byte sequence in UTF-8 (RuntimeError)
the png file seems to be ok, opens in Gimp, etc. Could someone tell me what's going on?
Thanks for any help
The text was updated successfully, but these errors were encountered: