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

Error in new version #15

Open
zwhitchcox opened this issue Dec 27, 2016 · 1 comment
Open

Error in new version #15

zwhitchcox opened this issue Dec 27, 2016 · 1 comment

Comments

@zwhitchcox
Copy link

I get this error:

16:24:12.324 [error] GenServer Remix.Worker terminating
** (Protocol.UndefinedError) protocol Enumerable not implemented for nil
    (elixir) lib/enum.ex:1: Enumerable.impl_for!/1
    (elixir) lib/enum.ex:116: Enumerable.reduce/3
    (elixir) lib/enum.ex:1636: Enum.reduce/3
    (elixir) lib/enum.ex:2346: Enum.to_list/1
    (elixir) lib/map.ex:104: Map.new/2
    (remix) lib/remix.ex:31: Remix.Worker.handle_info/2
    (stdlib) gen_server.erl:601: :gen_server.try_dispatch/4
    (stdlib) gen_server.erl:667: :gen_server.handle_msg/5
Last message: :poll_and_reload
State: %{}

when compiling from source.

@zwhitchcox zwhitchcox mentioned this issue Dec 27, 2016
@harlantwood
Copy link

harlantwood commented Apr 9, 2018

fixed in #16

harlantwood pushed a commit to harlantwood/remix that referenced this issue Apr 9, 2018
Fixes AgilionApps#15

This fixes a bug where

```
16:24:12.324 [error] GenServer Remix.Worker terminating
** (Protocol.UndefinedError) protocol Enumerable not implemented for nil
    (elixir) lib/enum.ex:1: Enumerable.impl_for!/1
    (elixir) lib/enum.ex:116: Enumerable.reduce/3
    (elixir) lib/enum.ex:1636: Enum.reduce/3
    (elixir) lib/enum.ex:2346: Enum.to_list/1
    (elixir) lib/map.ex:104: Map.new/2
    (remix) lib/remix.ex:31: Remix.Worker.handle_info/2
    (stdlib) gen_server.erl:601: :gen_server.try_dispatch/4
    (stdlib) gen_server.erl:667: :gen_server.handle_msg/5
Last message: :poll_and_reload
State: %{}
```

due to there not being a paths environment variable
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 a pull request may close this issue.

2 participants