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
/home/arnaud/.rvm/gems/ruby-2.0.0-p353/gems/ruhoh-2.6/lib/ruhoh/parse.rb:28:in
`rescue in page_file': Error trying to read meta-data from /home/arnaud/projects/dio
/twitter/media/glyphicons-halflings.png. Check your folder configuration.
Error details: invalid byte sequence in UTF-8 (RuntimeError)
And the config.yml file has:
# Tell ruhoh which folder will model the "theme"
twitter :
# Tells ruhoh which collection class to use for this folder.
# Here we use "theme" which makes this folder the theme.
use : "theme"
This is with a vanilla blog scaffolding, straight after running:
ruhoh new dio
cd dio
bundle update
bundle exec rackup -p 8989
The text was updated successfully, but these errors were encountered:
This issue has the same origin as #281 so it is fixed by 1c7df99. This breaks every Ruhoh release at least as far back as 2.1. I think it deserves to be released as a hotfix or even backported.
If you do not want to use a non-tagged release, simply rename the config.ru to something else.
This issue has the same origin as #281 #281 so it is fixed by 1c7df99 1c7df99. This breaks every
Ruhoh release at least as far back as 2.1. I think it deserves to be
released as a hotfix or even backported.
If you do not want to use a non-tagged release, simply rename the
config.ru to something else.
—
Reply to this email directly or view it on GitHub #293 (comment).
I was able to move past this error by renaming the config.yml to rackup.ru and running the server with this command bundle exec rackup -p 9292 rackup.ru
And the
config.yml
file has:This is with a vanilla blog scaffolding, straight after running:
The text was updated successfully, but these errors were encountered: