-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
tried copying default starter config and running got:
$ ./WayVes
libcyaml: DEBUG: Load: PUSH[0]: start
libcyaml: DEBUG: Load: Event: STREAM_START
libcyaml: DEBUG: Load: Handle state start
libcyaml: DEBUG: Load: PUSH[1]: in stream
libcyaml: DEBUG: Load: Event: DOC_START
libcyaml: DEBUG: Load: Handle state in stream
libcyaml: DEBUG: Load: PUSH[2]: in doc
libcyaml: DEBUG: Load: Event: MAPPING_START
libcyaml: DEBUG: Load: Handle state in doc
libcyaml: DEBUG: Load: Reading value of type 'MAPPING' (pointer)
libcyaml: DEBUG: Load: Allocation: 0x5de2e5ca5f50 (0 + 16 bytes)
libcyaml: DEBUG: Load: PUSH[3]: in mapping (key)
libcyaml: DEBUG: Load: Event: SCALAR
libcyaml: DEBUG: Load: Handle state in mapping (key)
libcyaml: INFO: Load: [audios]
libcyaml: DEBUG: Load: Event: SEQUENCE_START
libcyaml: DEBUG: Load: Handle state in mapping (value)
libcyaml: DEBUG: Load: Reading value of type 'SEQUENCE' (pointer)
libcyaml: DEBUG: Load: PUSH[4]: in sequence
libcyaml: DEBUG: Load: Event: MAPPING_START
libcyaml: DEBUG: Load: Handle state in sequence
libcyaml: DEBUG: Load: Allocation: 0x5de2e5c94300 (0 + 40 bytes)
libcyaml: DEBUG: Load: Sequence entry: 0 (40 bytes)
libcyaml: DEBUG: Load: Reading value of type 'MAPPING'
libcyaml: DEBUG: Load: PUSH[5]: in mapping (key)
libcyaml: DEBUG: Load: Event: SCALAR
libcyaml: DEBUG: Load: Handle state in mapping (key)
libcyaml: INFO: Load: [name]
libcyaml: DEBUG: Load: Event: SCALAR
libcyaml: DEBUG: Load: Handle state in mapping (value)
libcyaml: DEBUG: Load: Reading value of type 'STRING' (pointer)
libcyaml: DEBUG: Load: Allocation: 0x5de2e5ca5ff0 (0 + 7 bytes)
libcyaml: INFO: Load: <audio1>
libcyaml: DEBUG: Load: Event: SCALAR
libcyaml: DEBUG: Load: Handle state in mapping (key)
libcyaml: INFO: Load: [pipewire-settings]
libcyaml: ERROR: Load: Unexpected key: pipewire-settings
libcyaml: DEBUG: Free: Top level data: 0x5de2e5ca5f50
libcyaml: DEBUG: Free: Freeing key: audios (at offset: 0)
libcyaml: DEBUG: Free: Freeing sequence with count: 1
libcyaml: DEBUG: Free: Freeing sequence entry: 0
libcyaml: DEBUG: Free: Freeing key: name (at offset: 0)
libcyaml: DEBUG: Free: Freeing: 0x5de2e5ca5ff0
libcyaml: DEBUG: Free: Freeing: 0x5de2e5c94300
libcyaml: DEBUG: Free: Freeing: 0x5de2e5ca5f50
libcyaml: ERROR: Load: Backtrace:
libcyaml: ERROR: in mapping (line: 4, column: 11)
libcyaml: ERROR: in sequence entry '1' (line: 4, column: 5)
libcyaml: ERROR: in mapping field 'audios' (line: 4, column: 3)
libcyaml: DEBUG: Load: POP[5]: in mapping (key)
libcyaml: DEBUG: Load: POP[4]: in sequence
libcyaml: DEBUG: Load: POP[3]: in mapping (key)
libcyaml: DEBUG: Load: POP[2]: in doc
libcyaml: DEBUG: Load: POP[1]: in stream
libcyaml: DEBUG: Load: POP[0]: start
Error: Invalid key config.yaml
running on ubuntu 25.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels