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
ERROR: MethodError: Cannot `convert` an object of type Array{Any,1} to an object of type String
Closest candidates are:
convert(::Type{String}, ::Symbol) at deprecated.jl:53
convert(::Type{String}, ::Array{UInt8,1}) at deprecated.jl:53
convert(::Type{String}, ::AbstractArray{Char,1}) at deprecated.jl:53
...
Stacktrace:
[1] setindex!(::Dict{Symbol,String}, ::Array{Any,1}, ::Symbol) at ./dict.jl:381
[2] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:223
[3] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[4] parse_object(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:221
[5] parse_value(::JSON.Parser.ParserContext{Dict{Symbol,String},Int64}, ::JSON.Parser.MemoryParserState) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:164
[6] #parse#1(::Type, ::Type{Int64}, ::Function, ::String) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:392
[7] (::getfield(JSON.Parser, Symbol("#kw##parse")))(::NamedTuple{(:dicttype, :inttype),Tuple{DataType,DataType}}, ::typeof(JSON.Parser.parse), ::String) at ./none:0
[8] (::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64})(::IOStream) at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:415
[9] #open#298(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(JSON.Parser, Symbol("##4#5")){DataType,DataType,Bool,Int64}, ::String) at ./iostream.jl:369
[10] open at ./iostream.jl:367 [inlined]
[11] #parsefile#3 at /home/nick/.julia/packages/JSON/Hs3Dj/src/Parser.jl:413 [inlined]
[12] #parsefile at ./none:0 [inlined]
[13] JSONCredentials(::String) at /home/nick/.julia/packages/GoogleCloud/EjsR6/src/credentials.jl:118
[14] top-level scope at none:0
This is for Julia 0.7.0 - working off master branch, as current release doesn't precompile successfully.
I get a similar error message using Julia 0.6.4.
The text was updated successfully, but these errors were encountered:
When running:
I get the following error message.
This is for Julia 0.7.0 - working off master branch, as current release doesn't precompile successfully.
I get a similar error message using Julia 0.6.4.
The text was updated successfully, but these errors were encountered: