Skip to content
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#129
g-eorge wants to merge 3 commits intoJuliaWeb:masterfrom
g-eorge:pull-request/58fda458

Conversation

@g-eorge
Copy link
Copy Markdown

@g-eorge g-eorge commented Jul 6, 2016

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().

@malmaud
Copy link
Copy Markdown
Contributor

malmaud commented Jul 6, 2016

Looks like one of the tests failed?

@g-eorge
Copy link
Copy Markdown
Author

g-eorge commented Jul 6, 2016

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?

@malmaud
Copy link
Copy Markdown
Contributor

malmaud commented Jul 7, 2016

Here's the core error:

Test Failed
  Expression: get("http://httpbin.org/redirect/3",max_redirects=1)
    Expected: Requests.RedirectException
  No exception thrown

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.

@codecov-io
Copy link
Copy Markdown

Current coverage is 68.88% (diff: 100%)

Merging #129 into master will decrease coverage by 0.03%

@@             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          

Powered by Codecov. Last update cf68b87...58fda45

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants