Note that there are some explanatory texts on larger screens.

plurals
  1. POOctopress Chokes on Blogger-Imported HTML
    primarykey
    data
    text
    <p>everyone. I'm using <a href="https://gist.github.com/1765496" rel="nofollow">this ruby script</a> to import my Blogger XML file into Octopress. The initial import works fine, the XML is parsed and HTML files are generate in <code>./_posts/</code> (with the proper naming convention). I moved these to <code>./source/_posts/</code> so Jekyll could parse them for use in the site. When I try to use <code>rake -t generate</code>, I get this error:</p> <pre><code>samurailink3@Manacotti:~/Dropbox/Important Backups/Git Repos/samurailink3.com$ rake -t generate ** Invoke generate (first_time) ** Execute generate ## Generating Site with Jekyll unchanged sass/screen.scss Configuration from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/_config.yml Building site: source -&gt; public /usr/lib/ruby/1.9.1/uri/common.rb:304:in `escape': undefined method `gsub' for 3:Fixnum (NoMethodError) from /usr/lib/ruby/1.9.1/uri/common.rb:623:in `escape' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/post.rb:140:in `block in url' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/post.rb:140:in `map' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/post.rb:140:in `url' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:69:in `location_on_server' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:219:in `fill_location' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:181:in `fill_url' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:146:in `block in fill_posts' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:144:in `each' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:144:in `fill_posts' from /home/samurailink3/Dropbox/Important Backups/Git Repos/samurailink3.com/plugins/sitemap_generator.rb:120:in `generate' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/site.rb:190:in `block in generate' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/site.rb:189:in `each' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/site.rb:189:in `generate' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/lib/jekyll/site.rb:40:in `process' from /var/lib/gems/1.9.1/gems/jekyll-0.12.0/bin/jekyll:264:in `&lt;top (required)&gt;' from /usr/local/bin/jekyll:23:in `load' from /usr/local/bin/jekyll:23:in `&lt;main&gt;' </code></pre> <p>Any ideas? Everything was working perfectly until I attempted the import.</p> <p>Also, <a href="https://github.com/samurailink3/samurailink3.github.com/tree/source" rel="nofollow">here is the code</a> if you want to have a look. I'm working off of the <code>source</code> branch.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload