-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
First off this is awesome! I'm hoping to use Kiwi on my PIM420 in order to control some tasmota switches and other items in my home.
I'm not able to get any response using curl. I can ping and ssh into the Pi using the provided ssh key(took a bit for me to figure that part out since it's not mentioned that the key in the repo must be used).
I only thing that stands out in the RingLogger.next output is:
21:40:12.842 [debug] Restarted Erlang distribution as node :"kiwi@nerves.local"
21:40:13.161 [debug] Mnesiahack: Schema initialized, at least if it wasn't there before.
21:40:14.620 [debug] Mnesiahack: Mnesia started.
21:40:15.622 [debug] Mnesiahack: All done.
21:40:15.762 [info] Application kiwi exited: exited in: Kiwi.Application.start(:normal, [])
** (EXIT) an exception was raised:
** (FunctionClauseError) no function clause matching in Kiwi.Application.children/2
(kiwi 1.0.2) lib/kiwi/application.ex:54: Kiwi.Application.children(:rpi0, %{KEY_MGMT: "WPA-PSK", PSK: "PASSWORD HERE", SSID: "HOME_CONTROL"})
(kiwi 1.0.2) lib/kiwi/application.ex:14: Kiwi.Application.start/2
(kernel 7.3) application_master.erl:277: :application_master.start_it_old/4
21:40:15.827 [info] Application mojito exited: :stopped
21:40:15.828 [info] Application poolboy exited: :stopped
21:40:15.829 [info] Application castore exited: :stopped
21:40:15.840 [info] Application mint exited: :stopped
21:40:15.841 [info] Application corsica exited: :stopped
21:40:15.842 [info] Application jason exited: :stopped
21:40:15.853 [info] Application plug_cowboy exited: :stopped
21:40:15.854 [info] Application cowboy_telemetry exited: :stopped
21:40:15.856 [info] Application maru exited: :stopped
21:40:15.866 [info] Application plug exited: :stopped
21:40:15.877 [info] Application telemetry exited: :stopped
21:40:15.887 [info] Application plug_crypto exited: :stopped
21:40:15.898 [info] Application mime exited: :stopped
21:40:15.899 [info] Application eex exited: :stopped
21:40:15.909 [info] Application cowboy exited: :stopped
21:40:15.910 [info] Application cowlib exited: :stopped
21:40:15.921 [info] Application ranch exited: :stopped
21:40:15.922 [info] Application circuits_i2c exited: :stopped
21:40:15.923 [info] Application circuits_spi exited: :stopped
21:40:15.924 [info] Application circuits_gpio exited: :stopped
21:40:15.925 [info] Application toolshed exited: :stopped
21:40:15.936 [info] Application websockex exited: :stopped
21:40:15.983 [info] Application mnesia exited: :stopped
I've also attached a full copy of the output of RingLogger.next. I did remove my PSK and replace it with "PASSWORD HERE" but we know the issue is not wifi since I can ssh in so that shouldn't be an issue.
Any help would be greatly appreciated
log.txt
!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working