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

New project keeps crashing #49

Open
hassanshaikley opened this issue Oct 6, 2020 · 2 comments
Open

New project keeps crashing #49

hassanshaikley opened this issue Oct 6, 2020 · 2 comments

Comments

@hassanshaikley
Copy link

I updated to the newest version and the bootstrap project fails when run locally on my macbook, but works like a charm on my rpi3.

warning: InputEvent.enumerate/0 is undefined (module InputEvent is not available or is yet to be defined) lib/scenes/sys_info.ex:94: DrumMachineNerves.Scene.SysInfo.handle_info/2

InputEvent.enumerate() is the issue.

   devices =
        InputEvent.enumerate()
        |> Enum.reduce("", fn {_, device}, acc ->
          Enum.join([acc, inspect(device), "\r\n"])
        end)
@boydm
Copy link
Collaborator

boydm commented Oct 6, 2020

Interesting.

I just tried it and it worked find. Are you sure you are using the latest version of scenic_new?

Otherwise, I'll need more info about versions of os, scenic, scenic driver, etc...

@boydm
Copy link
Collaborator

boydm commented Oct 7, 2020

Please leave more data on what the issue is and the environment. I am unable to repro this.

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

No branches or pull requests

2 participants