bigcartel / dugway

Easily build and test Big Cartel themes.
https://developers.bigcartel.com/api/themes
MIT License
149 stars 22 forks source link

no _dump_data is defined for class StringIO errors #117

Closed nickendle closed 10 years ago

nickendle commented 10 years ago

I'm getting this randomly - seems to only happen when viewing a product page that I've viewed previously.

image

outerim commented 10 years ago

Which version of dugway are you on. I'm reasonably certain this has been fixed in v0.10.1

nickendle commented 10 years ago

I'm using 0.10.1

mattwigham commented 10 years ago

Looks like you're still using 0.10.0, since the line numbers in your screenshot don't match the current version: https://github.com/bigcartel/dugway/blob/master/lib/dugway/store.rb#L136

If you're using rbenv or RVM, it's possible you have different versions of dugway installed with different versions of Ruby.

mattwigham commented 10 years ago

Actually looks like that change may have come just after 0.10.1 came out. I've just pushed 0.10.2 with this change, see if that works for you now.