empty Graph View
Closed this issue · 2 comments
ingolfheinsch commented
Description
The Graph View is empty regardless of any exposed pins
i see the following messagesin the log:
[info - service - f797bb73 - 692672845 - 272 - TcpServer.acceptCallback]: New connection from 54a2f239-ad1f-4fe7-b47a-40160dabb581
[debug - service - f797bb73 - 692672845 - 281 - TcpServer.onSend]: sent 2 bytes
[info - service - f797bb73 - 692672918 - 226 - ApiServer.handleServerRequest]: 54a2f239-ad1f-4fe7-b47a-40160dabb581 requested to be registered
[debug - service - f797bb73 - 692672918 - 228 - Raft.receiveEntry]: (id: bcba5e71-a59d-4218-a3c9-7ac6d1a27591) (idx: 5) (term: 0)
[info - service - f797bb73 - 692672966 - 228 - Raft.applyEntries]: applying 1 entries to state machine
[debug - service - f797bb73 - 692672966 - 228 - Raft.applyEntries]: resetting ConfigChangeEntry
[debug - service - f797bb73 - 692672966 - 228 - Raft.applyEntries]: setting LastAppliedIndex to 5
[error - service - f797bb73 - 692672972 - 226 - ApiServer.handleServerRequest]: error decoding request: Client Error: Unknown Command/Type combination in ApiRequest: RegisterFB/UserFB in ApiRequest.FromFB
[error - service - f797bb73 - 692672972 - 226 - ApiServer.handleServerRequest]: request-id: e69d8790-0488-4017-b5bd-edadf7ae41ac peer-id: f797bb73-66c2-42ce-b4a5-88e036a3755b request-length: 140
[error - service - f797bb73 - 692672972 - 226 - TcpServer.Respond]: Der angegebene Schlüssel war nicht im Wörterbuch angegeben. f797bb73-66c2-42ce-b4a5-88e036a3755b
[error - service - f797bb73 - 692672972 - 226 - TcpServer.Respond]: current peers: seq [54a2f239-ad1f-4fe7-b47a-40160dabb581]
[info - service - f797bb73 - 692677741 - 226 - ApiServer.handleServerRequest]: 54a2f239-ad1f-4fe7-b47a-40160dabb581 requested to be un-registered
[debug - service - f797bb73 - 692677741 - 228 - Raft.receiveEntry]: (id: 45887af9-e60b-423c-840c-f3c851429d09) (idx: 6) (term: 0)
[info - service - f797bb73 - 692677748 - 281 - TcpServer.onConnection]: removing connection: 54a2f239-ad1f-4fe7-b47a-40160dabb581
[info - service - f797bb73 - 692677748 - 281 - TcpServer.acceptCallback]: New connection from 54a2f239-ad1f-4fe7-b47a-40160dabb581
[debug - service - f797bb73 - 692677748 - 259 - TcpServer.onSend]: sent 2 bytes
[info - service - f797bb73 - 692677749 - 226 - ApiServer.handleServerRequest]: 54a2f239-ad1f-4fe7-b47a-40160dabb581 requested to be registered
[debug - service - f797bb73 - 692677749 - 228 - Raft.receiveEntry]: (id: 97be6c99-70ce-4ece-aa83-7bbba2d3e5bd) (idx: 7) (term: 0)
[error - service - f797bb73 - 692677756 - 226 - ApiServer.handleServerRequest]: error decoding request: Client Error: Unknown Command/Type combination in ApiRequest: RegisterFB/UserFB in ApiRequest.FromFB
[error - service - f797bb73 - 692677756 - 226 - ApiServer.handleServerRequest]: request-id: 87acf848-df19-4370-b8a6-a1c7984f8f20 peer-id: f797bb73-66c2-42ce-b4a5-88e036a3755b request-length: 140
[error - service - f797bb73 - 692677756 - 226 - TcpServer.Respond]: Der angegebene Schlüssel war nicht im Wörterbuch angegeben. f797bb73-66c2-42ce-b4a5-88e036a3755b
[error - service - f797bb73 - 692677756 - 226 - TcpServer.Respond]: current peers: seq [54a2f239-ad1f-4fe7-b47a-40160dabb581]
[info - service - f797bb73 - 692677769 - 228 - Raft.applyEntries]: applying 2 entries to state machine
[debug - service - f797bb73 - 692677769 - 228 - Raft.applyEntries]: resetting ConfigChangeEntry
[debug - service - f797bb73 - 692677769 - 228 - Raft.applyEntries]: setting LastAppliedIndex to 7
HowTo Reproduce
- connect vvvv client
- expose some pins
*open graph view widget
Expected and actual results
Please provide the expected and actual results.
Environment information
- Disco Version: 0.1.3
- Member Count:1
- Type of Client:vvvv
Related information
- RunTime Version:
- Operating system:
krgn commented
I can't reproduce the issue with current head. Are you confident that the VVVV client is successfully registered with disco?
krgn commented
I debugged the problem on the computer you were working with, and it appears that the VVVV client nodes were from a different version than the service used. Currently, this is not supported and you have to use matching versions of service and client libraries. Hope that helps.