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
So it looks your Base64.encode function interpreted the arguments as utf-8 string, not as "binary" string. My guess is your site includes a different Base64.encode that overwrote the one from juvia.
I am facing Zlib::DataError: incorrect header check error for few strings. I got stuck into this issue, so please fix this asap.
I am getting exception only for few compressed string, please find example string in console:
ruby-1.9.3-p125> str = "eMKcK0ktLgEABF0Bw4E="
=> "eMKcK0ktLgEABF0Bw4E="
ruby-1.9.3-p125> Zlib::Inflate.inflate(str.unpack('m').first)
Zlib::DataError: incorrect header check
from (irb):3:in `inflate'
The text was updated successfully, but these errors were encountered: