This repository was archived by the owner on May 17, 2019. It is now read-only.
convert has no method matching convert(::Type{AbstractString}, ::Array{UInt8,1}) when using basic auth#129
Open
g-eorge wants to merge 3 commits intoJuliaWeb:masterfrom
g-eorge:pull-request/58fda458
Open
convert has no method matching convert(::Type{AbstractString}, ::Array{UInt8,1}) when using basic auth#129g-eorge wants to merge 3 commits intoJuliaWeb:masterfrom g-eorge:pull-request/58fda458
convert has no method matching convert(::Type{AbstractString}, ::Array{UInt8,1}) when using basic auth#129g-eorge wants to merge 3 commits intoJuliaWeb:masterfrom
g-eorge:pull-request/58fda458
Conversation
…, ::Array{UInt8,1}) when getting the base 64 encoded string
Contributor
|
Looks like one of the tests failed? |
Author
|
Something in the 32bit Windows Julia nightly tests failed. It's not clear to me what or why since the logs are a bit cryptic. Do you know? |
Contributor
|
Here's the core error: I understand what that means, but not why it should have anything to do in particular with 32 bit Windows on nightly and why this PR would affect it. |
Current coverage is 68.88% (diff: 100%)@@ master #129 diff @@
==========================================
Files 4 4
Lines 518 511 -7
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 357 352 -5
+ Misses 161 159 -2
Partials 0 0
|
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran into this error and was able to solve it by using the example from the Codecs docs to get the string.
Weirdly I've not been able to get the tests to run due to
ERROR (unhandled task failure): ReadOnlyMemoryError().