-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protocol error #238
Comments
Hey @assertnotnull the code above seem to work fine for me:
Could you provide a bit more info about the case? To me it looks like you have a problem with one of inspects in the code above. |
1 similar comment
Hey @assertnotnull the code above seem to work fine for me:
Could you provide a bit more info about the case? To me it looks like you have a problem with one of inspects in the code above. |
I have the same problem. Elixir 1.14.3 (compiled with Erlang/OTP 25) |
I guess I found the reason. I checked the code of version 0.14 that the local project depends on, and defimpl String.Chars, for: Crawly.Request do
def to_string(s) do
inspect(s)
end
end But the master branch have it. |
Yeah, I directly dependet on the master branch in |
Strange. @zongwu233, as I see that code was added 6 months ago. In any case, I am preparing the 0.15.0, so hopefully it will disappear soon. |
1 similar comment
Strange. @zongwu233, as I see that code was added 6 months ago. In any case, I am preparing the 0.15.0, so hopefully it will disappear soon. |
I have followed the docs and wrote a simple spider but running it gives me a protocol error.
Elixir 1.14
Erlang 24
Crawly 0.14
Error:
The text was updated successfully, but these errors were encountered: