Skip to content
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

fix: update the failing config example in Readme #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rajrajhans
Copy link

  • If the config is taken as is from the README, it fails with the following error:
        ** (Protocol.UndefinedError) protocol String.Chars not implemented for {:system, "AWS_ROLE_ARN"} of type Tuple. This protocol is implemented for the following type(s): Atom, BitString, CloudfrontSigner.Policy, Date, DateTime, Decimal, Float, Hex.Solver.Assignment, Hex.Solver.Constraints.Empty, Hex.Solver.Constraints.Range, Hex.Solver.Constraints.Union, Hex.Solver.Incompatibility, Hex.Solver.PackageRange, Hex.Solver.Term, Integer, List, NaiveDateTime, Phoenix.LiveComponent.CID, Postgrex.Copy, Postgrex.Query, Time, URI, Version, Version.Requirement
            (elixir 1.14.1) lib/string/chars.ex:3: String.Chars.impl_for!/1
            (elixir 1.14.1) lib/string/chars.ex:22: String.Chars.to_string/1
            (elixir 1.14.1) lib/uri.ex:153: URI.encode_kv_pair/2
            (elixir 1.14.1) lib/enum.ex:1755: anonymous fn/2 in Enum.map_join/3
            (elixir 1.14.1) lib/enum.ex:1725: anonymous fn/4 in Enum.map_intersperse/3
            (stdlib 4.1) maps.erl:411: :maps.fold_1/3
            (elixir 1.14.1) lib/enum.ex:2480: Enum.map_intersperse/3
            (elixir 1.14.1) lib/enum.ex:1755: Enum.map_join/3

This PR updates the example so that it will work correctly without error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant