Created
August 3, 2017 09:20
-
-
Save abhi18av/b076e3822b3b6883a06f2f8ac733db36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| julia> SExprStr = read(B, String); # get buffer contents as string | |
| ERROR: MethodError: Cannot `convert` an object of type Type{String} to an object of type Array{UInt8,1} | |
| This may have arisen from a call to the constructor Array{UInt8,1}(...), | |
| since type constructors fall back to convert methods. | |
| Stacktrace: | |
| [1] read(::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Type{T} where T) at ./io.jl:528 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment