MethodError: `take!` has no method matching take!(::Base.AbstractIOBuffer{Array{UInt8,1}})

Hello I get this MethodError…Can anybody help me? thanks you

I suspect you’re still on 0.5.0, but reading the documentation for 0.6-dev. On 0.5, use the takebuf_array or takebuf_string functions. You can use Compat.jl to use the new 0.6 names on previous versions of Julia.

1 Like

Thank you. I have 0.4.7