IRC logs for #automotive for Wednesday, 2020-01-08

*** kooltux has quit IRC02:08
*** vrubiolo has joined #automotive07:12
*** psnsilva has quit IRC07:41
*** leon-anavi has joined #automotive08:08
*** vrubiolo has quit IRC08:10
*** vrubiolo has joined #automotive08:14
*** kbroulik has joined #automotive08:29
*** jaillet has joined #automotive08:39
*** psnsilva has joined #automotive09:18
*** kooltux has joined #automotive10:03
*** kooltux has quit IRC10:25
*** kooltux_ has joined #automotive10:43
*** kooltux has joined #automotive10:45
*** tgamblin has quit IRC12:01
*** toscalix has joined #automotive12:09
*** toscalix has quit IRC12:13
*** toscalix has joined #automotive12:17
*** toscalix has quit IRC12:51
*** tgamblin has joined #automotive13:08
*** vrubiolo has quit IRC14:54
*** vrubiolo has joined #automotive15:07
*** vrubiolo has quit IRC15:24
*** vrubiolo has joined #automotive15:24
*** AlisonChaiken has quit IRC15:27
*** montjoie has quit IRC15:39
*** montjoie has joined #automotive15:41
*** kbroulik has quit IRC15:53
*** vrubiolo has quit IRC16:02
*** psilva has joined #automotive16:54
*** psnsilva has quit IRC16:57
*** jaillet has quit IRC17:13
*** vrubiolo has joined #automotive18:12
*** vrubiolo has quit IRC18:18
*** leon-anavi has quit IRC18:32
*** JPK61 has joined #automotive19:22
JPK61Hi, I'm currently working on a HTML app for my thesis that can send and receive CAN messages. Unfortunately I have the problem that I can only send messages but not receive them. The messages are sent to an Arduino. The Arduino sends a message back. But this message does not receive in the app. On the console I get the following messages:19:33
JPK61is_engine_on: engine.speed CAN signal found, but engine seems off, is_engine_on: engine.speed diagnostic message found, but engine seems off,signal: Engine is off, diagnostic_messages.engine.speed won't received responses until it's onThese are the same messages that can be found on this ticket:19:33
JPK61https://jira.automotivelinux.org/browse/SPEC-2726These are my methods I used to receive the messages: function subscribe(){        log("subscribe");        ws.call("low-can/subscribe", {"event" : "*"}).then((obj) => {             log("onOpen: " + JSON.stringify(obj));             log("**************************************************");19:33
JPK61}, replyerr);    }    function onEvent() {log("onevent");        ws.onevent("low-can", gotAny)    }Does anyone know what the problem might be? Thanks!19:33
*** Newami has joined #automotive21:21
Tartarusdl9pf: I commented on SPEC-2071 now as I ran into that on an entirely unrelated thing but it's one of the top Google hits for the error message :)21:34
*** tgamblin has quit IRC21:35

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!