You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to reproduce the bug with the latest debug version (Android, Linux, Windows)
I've checked that there is no open or closed issue about this bug.
This issue contains only one bug.
The title of this issue accurately describes the bug.
Steps to reproduce
Open application
log into YT account
wait for YT music selection to appear
select music to stream or download
wait forever
Expected behavior
Music playback and/or download
Actual behavior
Infinite buffering
Screenshots / recordings
Logs
Couldn't find a file, so here's a direct-from-terminal copy:
[user@computer ~]$ flatpak run dev.toastbits.spmp
Database is already up to date (version 6)
Loading resource file at values/strings.xml
Loading resource file at values-en-US/strings.xml
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further
details.
Event (true, null): PROPERTY_CHANGED({key="is_playing", value=false})
Connecting to server at tcp://127.0.0.1:3973...
Sending handshake message to server at tcp://127.0.0.1:3973...
Waiting for reply from server at tcp://127.0.0.1:3973...
Received reply handshake from server with the following content:
[{"name":"spmp-server","device_name":"ArchyBoi on
Linux","spms_api_version":2,"server_state":{"queue":[],"state":"IDLE","is_playing":false,"current_item_index":-1,"current_position_ms":0,"duration_ms":0,"repeat_mode":"NONE"},"machine_id":"zFHoRzmi"}]
Sent connection reply to Client(id=29023852, name=SpMp [Linux,
ArchyBoi], type=SPMP_STANDALONE, language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=1763)):
SpMsServerHandshake(name=spmp-server, device_name=ArchyBoi on Linux,
spms_api_version=2, server_state=SpMsServerState(queue=[], state=IDLE,
is_playing=false, current_item_index=-1, current_position_ms=0,
duration_ms=0, repeat_mode=NONE), machine_id=zFHoRzmi, action_replies=null)
Client connected: Client(id=29023852, name=SpMp [Linux, ArchyBoi],
type=SPMP_STANDALONE, language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=1763))
sendRequest !clients [] false
GOT MSG FROM CLIENT [!clients, []]
Performing server action clients with [] from Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=0, last_heartbeat=ValueTimeMark(reading=134212027))
Sending reply to client: [SpMsActionReply(success=true, error=null,
error_cause=null,
result=[{"name":"spmp-server","type":"SERVER","language":"EN","machine_id":"zFHoRzmi","player_port":3973},{"name":"SpMp
[Linux,
ArchyBoi]","type":"SPMP_STANDALONE","language":"EN","machine_id":"zFHoRzmi","is_caller":true}])]
false
Sending reply to client: []
sendRequest !clients [] false
GOT MSG FROM CLIENT [!clients, []]
Performing server action clients with [] from Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=0, last_heartbeat=ValueTimeMark(reading=2605065196))
Sending reply to client: [SpMsActionReply(success=true, error=null,
error_cause=null,
result=[{"name":"spmp-server","type":"SERVER","language":"EN","machine_id":"zFHoRzmi","player_port":3973},{"name":"SpMp
[Linux,
ArchyBoi]","type":"SPMP_STANDALONE","language":"EN","machine_id":"zFHoRzmi","is_caller":true}])]
sendRequest setLocalFiles [{}] false
GOT MSG FROM CLIENT [setLocalFiles, [{}]]
Performing player action setLocalFiles with [{}] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0, last_heartbeat=ValueTimeMark(reading=2707578601))
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
sendRequest addItem ["w_UCR2KQQCU", 0] false
GOT MSG FROM CLIENT [addItem, ["w_UCR2KQQCU",0]]
Performing server action addItem with ["w_UCR2KQQCU", 0] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=32565084283))
Event (false, null): ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})
Sending reply to client: []
Event (true, null): ITEM_TRANSITION({index=0})
Sent events [ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})
Sent events [ITEM_TRANSITION({index=0})] to client Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=1, last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event ITEM_TRANSITION({index=0})
dev.cbyrne.kdiscordipc.core.error.ConnectionError$NoIPCFile: Failed to
find an IPC file. Is Discord open? Is this application allowed to access
temporary files?
at
dev.cbyrne.kdiscordipc.core.error.ConnectionError$NoIPCFile.(ConnectionError.kt)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:132)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.connect(SocketHandler.kt:90)
at dev.cbyrne.kdiscordipc.KDiscordIPC.connect(KDiscordIPC.kt:87)
at
dev.cbyrne.kdiscordipc.KDiscordIPC.connect$default(KDiscordIPC.kt:80)
at
com.toasterofbread.spmp.platform.DiscordStatus$setActivity$1.invokeSuspend(DiscordStatus.desktop.kt:87)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
java.lang.RuntimeException: Getting video stream url for w_UCR2KQQCU failed
at
dev.toastbits.spms.mpv.MpvClientImpl.onMpvHook-z13BHRw$library(MpvClientImpl.kt:282)
at
dev.toastbits.spms.mpv.MpvClientImpl$onMpvHook$1.invokeSuspend(MpvClientImpl.kt)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at
kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
Caused by: java.util.NoSuchElementException
at
dev.toastbits.spms.player.VideoInfoProvider.getVideoStreamUrl(VideoInfoProvider.kt:42)
at
dev.toastbits.spms.player.VideoInfoProvider.access$getVideoStreamUrl(VideoInfoProvider.kt:9)
at
dev.toastbits.spms.player.VideoInfoProvider$getVideoStreamUrl$2.invokeSuspend(VideoInfoProvider.kt)
... 8 more
From mpv (stream): No protocol handler found to open URL spmp://w_UCR2KQQCU
Event (true, null): PROPERTY_CHANGED({key="state", value=0})
From mpv (stream): The protocol is either unsupported, or was disabled
at compile-time.
Sent events [PROPERTY_CHANGED({key="state", value=0})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event PROPERTY_CHANGED({key="state", value=0})
sendRequest addItem ["Zhq-OGKoD0s", 1] false
sendRequest addItem ["DZyYapMZSec", 2] false
sendRequest addItem ["rqebhllNMqM", 3] false
sendRequest addItem ["UNOkg6Ffzb0", 4] false
sendRequest addItem ["dE7XyQCdB1w", 5] false
sendRequest addItem ["NSepMExg9PE", 6] false
sendRequest addItem ["hAkdqd8l6go", 7] false
sendRequest addItem ["8SfXGlAezr0", 8] false
sendRequest addItem ["-brM8HwIGfY", 9] false
sendRequest addItem ["K5ahoc1Fijc", 10] false
sendRequest addItem ["O425zdoPrdE", 11] false
sendRequest addItem ["O0HM6OwmFoA", 12] false
sendRequest addItem ["BAO6BR9_3vg", 13] false
sendRequest addItem ["gsvCCSnMpbk", 14] false
sendRequest addItem ["tDU-G4o0XV8", 15] false
sendRequest addItem ["Mcarl_5qWV4", 16] false
sendRequest addItem ["JkhC-l3Eoc0", 17] false
sendRequest addItem ["lLorrQ0PEeQ", 18] false
sendRequest addItem ["6MOQ3mNxPiw", 19] false
sendRequest addItem ["LoalzZjcDNM", 20] false
sendRequest addItem ["RtOwxXWjHyc", 21] false
sendRequest addItem ["R2io4_t1HOM", 22] false
sendRequest addItem ["xFvXjJZjW-g", 23] false
sendRequest addItem ["B_kU1-5TNiw", 24] false
sendRequest addItem ["q2InY8-RS0U", 25] false
sendRequest addItem ["d28ZzCV2z1I", 26] false
sendRequest addItem ["1kcvj1BW9p8", 27] false
sendRequest addItem ["ZGAIW1lcJeM", 28] false
sendRequest addItem ["1E5ypW_xkBY", 29] false
sendRequest addItem ["AqVTGSOhadg", 30] false
sendRequest addItem ["y6bQVuqNHAM", 31] false
sendRequest addItem ["lWr3rpkT3aI", 32] false
sendRequest addItem ["MBYrScYBc7U", 33] false
sendRequest addItem ["aHolTqDXipc", 34] false
sendRequest addItem ["c_C_1S5s3yQ", 35] false
sendRequest addItem ["7SM-p6hlPK4", 36] false
sendRequest addItem ["jyf-v_nUcqo", 37] false
sendRequest addItem ["coM3Ahz6XEo", 38] false
sendRequest addItem ["SAKoA9S40p4", 39] false
sendRequest addItem ["h3YRkoY5EAw", 40] false
sendRequest addItem ["OwPtMfXd5Tg", 41] false
sendRequest addItem ["vQx9G9KY7jE", 42] false
sendRequest addItem ["hExW561fACo", 43] false
sendRequest addItem ["jhlmyRtEmKA", 44] false
sendRequest addItem ["IG6pjDCWkm8", 45] false
sendRequest addItem ["Oy5V7rokd4k", 46] false
sendRequest addItem ["SNwV2MRl3lQ", 47] false
sendRequest addItem ["yY5sexUFY1I", 48] false
sendRequest addItem ["O2KVVsnXhxg", 49] false
sendRequest addItem ["SvZB-KzCwfc", 50] false
GOT MSG FROM CLIENT [addItem, ["Zhq-OGKoD0s",1], addItem,
["DZyYapMZSec",2], addItem, ["rqebhllNMqM",3], addItem,
["UNOkg6Ffzb0",4], addItem, ["dE7XyQCdB1w",5], addItem,
["NSepMExg9PE",6], addItem, ["hAkdqd8l6go",7], addItem,
["8SfXGlAezr0",8], addItem, ["-brM8HwIGfY",9], addItem,
["K5ahoc1Fijc",10], addItem, ["O425zdoPrdE",11], addItem,
["O0HM6OwmFoA",12], addItem, ["BAO6BR9_3vg",13], addItem,
["gsvCCSnMpbk",14], addItem, ["tDU-G4o0XV8",15], addItem,
["Mcarl_5qWV4",16], addItem, ["JkhC-l3Eoc0",17], addItem,
["lLorrQ0PEeQ",18], addItem, ["6MOQ3mNxPiw",19], addItem,
["LoalzZjcDNM",20], addItem, ["RtOwxXWjHyc",21], addItem,
["R2io4_t1HOM",22], addItem, ["xFvXjJZjW-g",23], addItem,
["B_kU1-5TNiw",24], addItem, ["q2InY8-RS0U",25], addItem,
["d28ZzCV2z1I",26], addItem, ["1kcvj1BW9p8",27], addItem,
["ZGAIW1lcJeM",28], addItem, ["1E5ypW_xkBY",29], addItem,
["AqVTGSOhadg",30], addItem, ["y6bQVuqNHAM",31], addItem,
["lWr3rpkT3aI",32], addItem, ["MBYrScYBc7U",33], addItem,
["aHolTqDXipc",34], addItem, ["c_C_1S5s3yQ",35], addItem,
["7SM-p6hlPK4",36], addItem, ["jyf-v_nUcqo",37], addItem,
["coM3Ahz6XEo",38], addItem, ["SAKoA9S40p4",39], addItem,
["h3YRkoY5EAw",40], addItem, ["OwPtMfXd5Tg",41], addItem,
["vQx9G9KY7jE",42], addItem, ["hExW561fACo",43], addItem,
["jhlmyRtEmKA",44], addItem, ["IG6pjDCWkm8",45], addItem,
["Oy5V7rokd4k",46], addItem, ["SNwV2MRl3lQ",47], addItem,
["yY5sexUFY1I",48], addItem, ["O2KVVsnXhxg",49], addItem,
["SvZB-KzCwfc",50]]
Performing server action addItem with ["Zhq-OGKoD0s", 1] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1})
Performing server action addItem with ["DZyYapMZSec", 2] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="DZyYapMZSec", index=2})
Performing server action addItem with ["rqebhllNMqM", 3] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="rqebhllNMqM", index=3})
Performing server action addItem with ["UNOkg6Ffzb0", 4] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4})
Performing server action addItem with ["dE7XyQCdB1w", 5] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="dE7XyQCdB1w", index=5})
Performing server action addItem with ["NSepMExg9PE", 6] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="NSepMExg9PE", index=6})
Performing server action addItem with ["hAkdqd8l6go", 7] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="hAkdqd8l6go", index=7})
Performing server action addItem with ["8SfXGlAezr0", 8] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="8SfXGlAezr0", index=8})
Performing server action addItem with ["-brM8HwIGfY", 9] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="-brM8HwIGfY", index=9})
Performing server action addItem with ["K5ahoc1Fijc", 10] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="K5ahoc1Fijc", index=10})
Performing server action addItem with ["O425zdoPrdE", 11] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O425zdoPrdE", index=11})
Performing server action addItem with ["O0HM6OwmFoA", 12] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O0HM6OwmFoA", index=12})
Performing server action addItem with ["BAO6BR9_3vg", 13] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="BAO6BR9_3vg", index=13})
Performing server action addItem with ["gsvCCSnMpbk", 14] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="gsvCCSnMpbk", index=14})
Performing server action addItem with ["tDU-G4o0XV8", 15] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="tDU-G4o0XV8", index=15})
Performing server action addItem with ["Mcarl_5qWV4", 16] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Mcarl_5qWV4", index=16})
Performing server action addItem with ["JkhC-l3Eoc0", 17] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17})
Performing server action addItem with ["lLorrQ0PEeQ", 18] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18})
Performing server action addItem with ["6MOQ3mNxPiw", 19] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19})
Performing server action addItem with ["LoalzZjcDNM", 20] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="LoalzZjcDNM", index=20})
Performing server action addItem with ["RtOwxXWjHyc", 21] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="RtOwxXWjHyc", index=21})
Performing server action addItem with ["R2io4_t1HOM", 22] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="R2io4_t1HOM", index=22})
Performing server action addItem with ["xFvXjJZjW-g", 23] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="xFvXjJZjW-g", index=23})
Performing server action addItem with ["B_kU1-5TNiw", 24] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="B_kU1-5TNiw", index=24})
Performing server action addItem with ["q2InY8-RS0U", 25] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="q2InY8-RS0U", index=25})
Performing server action addItem with ["d28ZzCV2z1I", 26] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="d28ZzCV2z1I", index=26})
Performing server action addItem with ["1kcvj1BW9p8", 27] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="1kcvj1BW9p8", index=27})
Performing server action addItem with ["ZGAIW1lcJeM", 28] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28})
Performing server action addItem with ["1E5ypW_xkBY", 29] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="1E5ypW_xkBY", index=29})
Performing server action addItem with ["AqVTGSOhadg", 30] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="AqVTGSOhadg", index=30})
Performing server action addItem with ["y6bQVuqNHAM", 31] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="y6bQVuqNHAM", index=31})
Performing server action addItem with ["lWr3rpkT3aI", 32] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="lWr3rpkT3aI", index=32})
Performing server action addItem with ["MBYrScYBc7U", 33] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="MBYrScYBc7U", index=33})
Performing server action addItem with ["aHolTqDXipc", 34] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="aHolTqDXipc", index=34})
Performing server action addItem with ["c_C_1S5s3yQ", 35] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35})
Performing server action addItem with ["7SM-p6hlPK4", 36] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="7SM-p6hlPK4", index=36})
Performing server action addItem with ["jyf-v_nUcqo", 37] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="jyf-v_nUcqo", index=37})
Performing server action addItem with ["coM3Ahz6XEo", 38] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="coM3Ahz6XEo", index=38})
Performing server action addItem with ["SAKoA9S40p4", 39] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SAKoA9S40p4", index=39})
Performing server action addItem with ["h3YRkoY5EAw", 40] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="h3YRkoY5EAw", index=40})
Performing server action addItem with ["OwPtMfXd5Tg", 41] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41})
Performing server action addItem with ["vQx9G9KY7jE", 42] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="vQx9G9KY7jE", index=42})
Performing server action addItem with ["hExW561fACo", 43] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="hExW561fACo", index=43})
Performing server action addItem with ["jhlmyRtEmKA", 44] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="jhlmyRtEmKA", index=44})
Performing server action addItem with ["IG6pjDCWkm8", 45] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="IG6pjDCWkm8", index=45})
Performing server action addItem with ["Oy5V7rokd4k", 46] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Oy5V7rokd4k", index=46})
Performing server action addItem with ["SNwV2MRl3lQ", 47] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47})
Performing server action addItem with ["yY5sexUFY1I", 48] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="yY5sexUFY1I", index=48})
Performing server action addItem with ["O2KVVsnXhxg", 49] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O2KVVsnXhxg", index=49})
Performing server action addItem with ["SvZB-KzCwfc", 50] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})
Sending reply to client: []
Sent events [ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1}),
ITEM_ADDED({item_id="DZyYapMZSec", index=2}),
ITEM_ADDED({item_id="rqebhllNMqM", index=3}),
ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4}),
ITEM_ADDED({item_id="dE7XyQCdB1w", index=5}),
ITEM_ADDED({item_id="NSepMExg9PE", index=6}),
ITEM_ADDED({item_id="hAkdqd8l6go", index=7}),
ITEM_ADDED({item_id="8SfXGlAezr0", index=8}),
ITEM_ADDED({item_id="-brM8HwIGfY", index=9}),
ITEM_ADDED({item_id="K5ahoc1Fijc", index=10}),
ITEM_ADDED({item_id="O425zdoPrdE", index=11}),
ITEM_ADDED({item_id="O0HM6OwmFoA", index=12}),
ITEM_ADDED({item_id="BAO6BR9_3vg", index=13}),
ITEM_ADDED({item_id="gsvCCSnMpbk", index=14}),
ITEM_ADDED({item_id="tDU-G4o0XV8", index=15}),
ITEM_ADDED({item_id="Mcarl_5qWV4", index=16}),
ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17}),
ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18}),
ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19}),
ITEM_ADDED({item_id="LoalzZjcDNM", index=20}),
ITEM_ADDED({item_id="RtOwxXWjHyc", index=21}),
ITEM_ADDED({item_id="R2io4_t1HOM", index=22}),
ITEM_ADDED({item_id="xFvXjJZjW-g", index=23}),
ITEM_ADDED({item_id="B_kU1-5TNiw", index=24}),
ITEM_ADDED({item_id="q2InY8-RS0U", index=25}),
ITEM_ADDED({item_id="d28ZzCV2z1I", index=26}),
ITEM_ADDED({item_id="1kcvj1BW9p8", index=27}),
ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28}),
ITEM_ADDED({item_id="1E5ypW_xkBY", index=29}),
ITEM_ADDED({item_id="AqVTGSOhadg", index=30}),
ITEM_ADDED({item_id="y6bQVuqNHAM", index=31}),
ITEM_ADDED({item_id="lWr3rpkT3aI", index=32}),
ITEM_ADDED({item_id="MBYrScYBc7U", index=33}),
ITEM_ADDED({item_id="aHolTqDXipc", index=34}),
ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35}),
ITEM_ADDED({item_id="7SM-p6hlPK4", index=36}),
ITEM_ADDED({item_id="jyf-v_nUcqo", index=37}),
ITEM_ADDED({item_id="coM3Ahz6XEo", index=38}),
ITEM_ADDED({item_id="SAKoA9S40p4", index=39}),
ITEM_ADDED({item_id="h3YRkoY5EAw", index=40}),
ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41}),
ITEM_ADDED({item_id="vQx9G9KY7jE", index=42}),
ITEM_ADDED({item_id="hExW561fACo", index=43}),
ITEM_ADDED({item_id="jhlmyRtEmKA", index=44}),
ITEM_ADDED({item_id="IG6pjDCWkm8", index=45}),
ITEM_ADDED({item_id="Oy5V7rokd4k", index=46}),
ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47}),
ITEM_ADDED({item_id="yY5sexUFY1I", index=48}),
ITEM_ADDED({item_id="O2KVVsnXhxg", index=49}),
ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=52,
last_heartbeat=ValueTimeMark(reading=33988012996))
Applying event ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1})
Applying event ITEM_ADDED({item_id="DZyYapMZSec", index=2})
Applying event ITEM_ADDED({item_id="rqebhllNMqM", index=3})
Applying event ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4})
Applying event ITEM_ADDED({item_id="dE7XyQCdB1w", index=5})
Applying event ITEM_ADDED({item_id="NSepMExg9PE", index=6})
Applying event ITEM_ADDED({item_id="hAkdqd8l6go", index=7})
Applying event ITEM_ADDED({item_id="8SfXGlAezr0", index=8})
Applying event ITEM_ADDED({item_id="-brM8HwIGfY", index=9})
Applying event ITEM_ADDED({item_id="K5ahoc1Fijc", index=10})
Applying event ITEM_ADDED({item_id="O425zdoPrdE", index=11})
Applying event ITEM_ADDED({item_id="O0HM6OwmFoA", index=12})
Applying event ITEM_ADDED({item_id="BAO6BR9_3vg", index=13})
Applying event ITEM_ADDED({item_id="gsvCCSnMpbk", index=14})
Applying event ITEM_ADDED({item_id="tDU-G4o0XV8", index=15})
Applying event ITEM_ADDED({item_id="Mcarl_5qWV4", index=16})
Applying event ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17})
Applying event ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18})
Applying event ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19})
Applying event ITEM_ADDED({item_id="LoalzZjcDNM", index=20})
Applying event ITEM_ADDED({item_id="RtOwxXWjHyc", index=21})
Applying event ITEM_ADDED({item_id="R2io4_t1HOM", index=22})
Applying event ITEM_ADDED({item_id="xFvXjJZjW-g", index=23})
Applying event ITEM_ADDED({item_id="B_kU1-5TNiw", index=24})
Applying event ITEM_ADDED({item_id="q2InY8-RS0U", index=25})
Applying event ITEM_ADDED({item_id="d28ZzCV2z1I", index=26})
Applying event ITEM_ADDED({item_id="1kcvj1BW9p8", index=27})
Applying event ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28})
Applying event ITEM_ADDED({item_id="1E5ypW_xkBY", index=29})
Applying event ITEM_ADDED({item_id="AqVTGSOhadg", index=30})
Applying event ITEM_ADDED({item_id="y6bQVuqNHAM", index=31})
Applying event ITEM_ADDED({item_id="lWr3rpkT3aI", index=32})
Applying event ITEM_ADDED({item_id="MBYrScYBc7U", index=33})
Applying event ITEM_ADDED({item_id="aHolTqDXipc", index=34})
Applying event ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35})
Applying event ITEM_ADDED({item_id="7SM-p6hlPK4", index=36})
Applying event ITEM_ADDED({item_id="jyf-v_nUcqo", index=37})
Applying event ITEM_ADDED({item_id="coM3Ahz6XEo", index=38})
Applying event ITEM_ADDED({item_id="SAKoA9S40p4", index=39})
Applying event ITEM_ADDED({item_id="h3YRkoY5EAw", index=40})
Applying event ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41})
Applying event ITEM_ADDED({item_id="vQx9G9KY7jE", index=42})
Applying event ITEM_ADDED({item_id="hExW561fACo", index=43})
Applying event ITEM_ADDED({item_id="jhlmyRtEmKA", index=44})
Applying event ITEM_ADDED({item_id="IG6pjDCWkm8", index=45})
Applying event ITEM_ADDED({item_id="Oy5V7rokd4k", index=46})
Applying event ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47})
Applying event ITEM_ADDED({item_id="yY5sexUFY1I", index=48})
Applying event ITEM_ADDED({item_id="O2KVVsnXhxg", index=49})
Applying event ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
SpMp version
v0.4.2
SpMp platform
Linux
OS version
AppImage, Flatpak
Additional information
Building native Arch Linux package didn't work on my system due to some depracated stuffs. I would have tried this bug there otherwise.
The text was updated successfully, but these errors were encountered:
Checklist
Steps to reproduce
Expected behavior
Music playback and/or download
Actual behavior
Infinite buffering
Screenshots / recordings
Logs
Couldn't find a file, so here's a direct-from-terminal copy:
[user@computer ~]$ flatpak run dev.toastbits.spmp
Database is already up to date (version 6)
Loading resource file at values/strings.xml
Loading resource file at values-en-US/strings.xml
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further
details.
Event (true, null): PROPERTY_CHANGED({key="is_playing", value=false})
Connecting to server at tcp://127.0.0.1:3973...
Sending handshake message to server at tcp://127.0.0.1:3973...
Waiting for reply from server at tcp://127.0.0.1:3973...
Received reply handshake from server with the following content:
[{"name":"spmp-server","device_name":"ArchyBoi on
Linux","spms_api_version":2,"server_state":{"queue":[],"state":"IDLE","is_playing":false,"current_item_index":-1,"current_position_ms":0,"duration_ms":0,"repeat_mode":"NONE"},"machine_id":"zFHoRzmi"}]
Sent connection reply to Client(id=29023852, name=SpMp [Linux,
ArchyBoi], type=SPMP_STANDALONE, language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=1763)):
SpMsServerHandshake(name=spmp-server, device_name=ArchyBoi on Linux,
spms_api_version=2, server_state=SpMsServerState(queue=[], state=IDLE,
is_playing=false, current_item_index=-1, current_position_ms=0,
duration_ms=0, repeat_mode=NONE), machine_id=zFHoRzmi, action_replies=null)
Client connected: Client(id=29023852, name=SpMp [Linux, ArchyBoi],
type=SPMP_STANDALONE, language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=1763))
sendRequest !clients [] false
GOT MSG FROM CLIENT [!clients, []]
Performing server action clients with [] from Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=0, last_heartbeat=ValueTimeMark(reading=134212027))
Sending reply to client: [SpMsActionReply(success=true, error=null,
error_cause=null,
result=[{"name":"spmp-server","type":"SERVER","language":"EN","machine_id":"zFHoRzmi","player_port":3973},{"name":"SpMp
[Linux,
ArchyBoi]","type":"SPMP_STANDALONE","language":"EN","machine_id":"zFHoRzmi","is_caller":true}])]
false
Sending reply to client: []
sendRequest !clients [] false
GOT MSG FROM CLIENT [!clients, []]
Performing server action clients with [] from Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=0, last_heartbeat=ValueTimeMark(reading=2605065196))
Sending reply to client: [SpMsActionReply(success=true, error=null,
error_cause=null,
result=[{"name":"spmp-server","type":"SERVER","language":"EN","machine_id":"zFHoRzmi","player_port":3973},{"name":"SpMp
[Linux,
ArchyBoi]","type":"SPMP_STANDALONE","language":"EN","machine_id":"zFHoRzmi","is_caller":true}])]
sendRequest setLocalFiles [{}] false
GOT MSG FROM CLIENT [setLocalFiles, [{}]]
Performing player action setLocalFiles with [{}] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0, last_heartbeat=ValueTimeMark(reading=2707578601))
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
sendRequest addItem ["w_UCR2KQQCU", 0] false
GOT MSG FROM CLIENT [addItem, ["w_UCR2KQQCU",0]]
Performing server action addItem with ["w_UCR2KQQCU", 0] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=32565084283))
Event (false, null): ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})
Sending reply to client: []
Event (true, null): ITEM_TRANSITION({index=0})
Sent events [ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=0,
last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event ITEM_ADDED({item_id="w_UCR2KQQCU", index=0})
Sent events [ITEM_TRANSITION({index=0})] to client Client(id=29023852,
name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE, language=EN,
event_head=1, last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event ITEM_TRANSITION({index=0})
dev.cbyrne.kdiscordipc.core.error.ConnectionError$NoIPCFile: Failed to
find an IPC file. Is Discord open? Is this application allowed to access
temporary files?
at
dev.cbyrne.kdiscordipc.core.error.ConnectionError$NoIPCFile.(ConnectionError.kt)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:132)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.findIPCFile(SocketHandler.kt:136)
at
dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.connect(SocketHandler.kt:90)
at dev.cbyrne.kdiscordipc.KDiscordIPC.connect(KDiscordIPC.kt:87)
at
dev.cbyrne.kdiscordipc.KDiscordIPC.connect$default(KDiscordIPC.kt:80)
at
com.toasterofbread.spmp.platform.DiscordStatus$setActivity$1.invokeSuspend(DiscordStatus.desktop.kt:87)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
java.lang.RuntimeException: Getting video stream url for w_UCR2KQQCU failed
at
dev.toastbits.spms.mpv.MpvClientImpl.onMpvHook-z13BHRw$library(MpvClientImpl.kt:282)
at
dev.toastbits.spms.mpv.MpvClientImpl$onMpvHook$1.invokeSuspend(MpvClientImpl.kt)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at
kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
Caused by: java.util.NoSuchElementException
at
dev.toastbits.spms.player.VideoInfoProvider.getVideoStreamUrl(VideoInfoProvider.kt:42)
at
dev.toastbits.spms.player.VideoInfoProvider.access$getVideoStreamUrl(VideoInfoProvider.kt:9)
at
dev.toastbits.spms.player.VideoInfoProvider$getVideoStreamUrl$2.invokeSuspend(VideoInfoProvider.kt)
... 8 more
From mpv (stream): No protocol handler found to open URL spmp://w_UCR2KQQCU
Event (true, null): PROPERTY_CHANGED({key="state", value=0})
From mpv (stream): The protocol is either unsupported, or was disabled
at compile-time.
Sent events [PROPERTY_CHANGED({key="state", value=0})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=32565084283))
Applying event PROPERTY_CHANGED({key="state", value=0})
sendRequest addItem ["Zhq-OGKoD0s", 1] false
sendRequest addItem ["DZyYapMZSec", 2] false
sendRequest addItem ["rqebhllNMqM", 3] false
sendRequest addItem ["UNOkg6Ffzb0", 4] false
sendRequest addItem ["dE7XyQCdB1w", 5] false
sendRequest addItem ["NSepMExg9PE", 6] false
sendRequest addItem ["hAkdqd8l6go", 7] false
sendRequest addItem ["8SfXGlAezr0", 8] false
sendRequest addItem ["-brM8HwIGfY", 9] false
sendRequest addItem ["K5ahoc1Fijc", 10] false
sendRequest addItem ["O425zdoPrdE", 11] false
sendRequest addItem ["O0HM6OwmFoA", 12] false
sendRequest addItem ["BAO6BR9_3vg", 13] false
sendRequest addItem ["gsvCCSnMpbk", 14] false
sendRequest addItem ["tDU-G4o0XV8", 15] false
sendRequest addItem ["Mcarl_5qWV4", 16] false
sendRequest addItem ["JkhC-l3Eoc0", 17] false
sendRequest addItem ["lLorrQ0PEeQ", 18] false
sendRequest addItem ["6MOQ3mNxPiw", 19] false
sendRequest addItem ["LoalzZjcDNM", 20] false
sendRequest addItem ["RtOwxXWjHyc", 21] false
sendRequest addItem ["R2io4_t1HOM", 22] false
sendRequest addItem ["xFvXjJZjW-g", 23] false
sendRequest addItem ["B_kU1-5TNiw", 24] false
sendRequest addItem ["q2InY8-RS0U", 25] false
sendRequest addItem ["d28ZzCV2z1I", 26] false
sendRequest addItem ["1kcvj1BW9p8", 27] false
sendRequest addItem ["ZGAIW1lcJeM", 28] false
sendRequest addItem ["1E5ypW_xkBY", 29] false
sendRequest addItem ["AqVTGSOhadg", 30] false
sendRequest addItem ["y6bQVuqNHAM", 31] false
sendRequest addItem ["lWr3rpkT3aI", 32] false
sendRequest addItem ["MBYrScYBc7U", 33] false
sendRequest addItem ["aHolTqDXipc", 34] false
sendRequest addItem ["c_C_1S5s3yQ", 35] false
sendRequest addItem ["7SM-p6hlPK4", 36] false
sendRequest addItem ["jyf-v_nUcqo", 37] false
sendRequest addItem ["coM3Ahz6XEo", 38] false
sendRequest addItem ["SAKoA9S40p4", 39] false
sendRequest addItem ["h3YRkoY5EAw", 40] false
sendRequest addItem ["OwPtMfXd5Tg", 41] false
sendRequest addItem ["vQx9G9KY7jE", 42] false
sendRequest addItem ["hExW561fACo", 43] false
sendRequest addItem ["jhlmyRtEmKA", 44] false
sendRequest addItem ["IG6pjDCWkm8", 45] false
sendRequest addItem ["Oy5V7rokd4k", 46] false
sendRequest addItem ["SNwV2MRl3lQ", 47] false
sendRequest addItem ["yY5sexUFY1I", 48] false
sendRequest addItem ["O2KVVsnXhxg", 49] false
sendRequest addItem ["SvZB-KzCwfc", 50] false
GOT MSG FROM CLIENT [addItem, ["Zhq-OGKoD0s",1], addItem,
["DZyYapMZSec",2], addItem, ["rqebhllNMqM",3], addItem,
["UNOkg6Ffzb0",4], addItem, ["dE7XyQCdB1w",5], addItem,
["NSepMExg9PE",6], addItem, ["hAkdqd8l6go",7], addItem,
["8SfXGlAezr0",8], addItem, ["-brM8HwIGfY",9], addItem,
["K5ahoc1Fijc",10], addItem, ["O425zdoPrdE",11], addItem,
["O0HM6OwmFoA",12], addItem, ["BAO6BR9_3vg",13], addItem,
["gsvCCSnMpbk",14], addItem, ["tDU-G4o0XV8",15], addItem,
["Mcarl_5qWV4",16], addItem, ["JkhC-l3Eoc0",17], addItem,
["lLorrQ0PEeQ",18], addItem, ["6MOQ3mNxPiw",19], addItem,
["LoalzZjcDNM",20], addItem, ["RtOwxXWjHyc",21], addItem,
["R2io4_t1HOM",22], addItem, ["xFvXjJZjW-g",23], addItem,
["B_kU1-5TNiw",24], addItem, ["q2InY8-RS0U",25], addItem,
["d28ZzCV2z1I",26], addItem, ["1kcvj1BW9p8",27], addItem,
["ZGAIW1lcJeM",28], addItem, ["1E5ypW_xkBY",29], addItem,
["AqVTGSOhadg",30], addItem, ["y6bQVuqNHAM",31], addItem,
["lWr3rpkT3aI",32], addItem, ["MBYrScYBc7U",33], addItem,
["aHolTqDXipc",34], addItem, ["c_C_1S5s3yQ",35], addItem,
["7SM-p6hlPK4",36], addItem, ["jyf-v_nUcqo",37], addItem,
["coM3Ahz6XEo",38], addItem, ["SAKoA9S40p4",39], addItem,
["h3YRkoY5EAw",40], addItem, ["OwPtMfXd5Tg",41], addItem,
["vQx9G9KY7jE",42], addItem, ["hExW561fACo",43], addItem,
["jhlmyRtEmKA",44], addItem, ["IG6pjDCWkm8",45], addItem,
["Oy5V7rokd4k",46], addItem, ["SNwV2MRl3lQ",47], addItem,
["yY5sexUFY1I",48], addItem, ["O2KVVsnXhxg",49], addItem,
["SvZB-KzCwfc",50]]
Performing server action addItem with ["Zhq-OGKoD0s", 1] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1})
Performing server action addItem with ["DZyYapMZSec", 2] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="DZyYapMZSec", index=2})
Performing server action addItem with ["rqebhllNMqM", 3] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="rqebhllNMqM", index=3})
Performing server action addItem with ["UNOkg6Ffzb0", 4] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4})
Performing server action addItem with ["dE7XyQCdB1w", 5] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="dE7XyQCdB1w", index=5})
Performing server action addItem with ["NSepMExg9PE", 6] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="NSepMExg9PE", index=6})
Performing server action addItem with ["hAkdqd8l6go", 7] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="hAkdqd8l6go", index=7})
Performing server action addItem with ["8SfXGlAezr0", 8] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="8SfXGlAezr0", index=8})
Performing server action addItem with ["-brM8HwIGfY", 9] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="-brM8HwIGfY", index=9})
Performing server action addItem with ["K5ahoc1Fijc", 10] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="K5ahoc1Fijc", index=10})
Performing server action addItem with ["O425zdoPrdE", 11] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O425zdoPrdE", index=11})
Performing server action addItem with ["O0HM6OwmFoA", 12] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O0HM6OwmFoA", index=12})
Performing server action addItem with ["BAO6BR9_3vg", 13] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="BAO6BR9_3vg", index=13})
Performing server action addItem with ["gsvCCSnMpbk", 14] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="gsvCCSnMpbk", index=14})
Performing server action addItem with ["tDU-G4o0XV8", 15] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="tDU-G4o0XV8", index=15})
Performing server action addItem with ["Mcarl_5qWV4", 16] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Mcarl_5qWV4", index=16})
Performing server action addItem with ["JkhC-l3Eoc0", 17] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17})
Performing server action addItem with ["lLorrQ0PEeQ", 18] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18})
Performing server action addItem with ["6MOQ3mNxPiw", 19] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19})
Performing server action addItem with ["LoalzZjcDNM", 20] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="LoalzZjcDNM", index=20})
Performing server action addItem with ["RtOwxXWjHyc", 21] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="RtOwxXWjHyc", index=21})
Performing server action addItem with ["R2io4_t1HOM", 22] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="R2io4_t1HOM", index=22})
Performing server action addItem with ["xFvXjJZjW-g", 23] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="xFvXjJZjW-g", index=23})
Performing server action addItem with ["B_kU1-5TNiw", 24] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="B_kU1-5TNiw", index=24})
Performing server action addItem with ["q2InY8-RS0U", 25] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="q2InY8-RS0U", index=25})
Performing server action addItem with ["d28ZzCV2z1I", 26] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="d28ZzCV2z1I", index=26})
Performing server action addItem with ["1kcvj1BW9p8", 27] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="1kcvj1BW9p8", index=27})
Performing server action addItem with ["ZGAIW1lcJeM", 28] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28})
Performing server action addItem with ["1E5ypW_xkBY", 29] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="1E5ypW_xkBY", index=29})
Performing server action addItem with ["AqVTGSOhadg", 30] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="AqVTGSOhadg", index=30})
Performing server action addItem with ["y6bQVuqNHAM", 31] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="y6bQVuqNHAM", index=31})
Performing server action addItem with ["lWr3rpkT3aI", 32] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="lWr3rpkT3aI", index=32})
Performing server action addItem with ["MBYrScYBc7U", 33] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="MBYrScYBc7U", index=33})
Performing server action addItem with ["aHolTqDXipc", 34] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="aHolTqDXipc", index=34})
Performing server action addItem with ["c_C_1S5s3yQ", 35] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35})
Performing server action addItem with ["7SM-p6hlPK4", 36] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="7SM-p6hlPK4", index=36})
Performing server action addItem with ["jyf-v_nUcqo", 37] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="jyf-v_nUcqo", index=37})
Performing server action addItem with ["coM3Ahz6XEo", 38] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="coM3Ahz6XEo", index=38})
Performing server action addItem with ["SAKoA9S40p4", 39] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SAKoA9S40p4", index=39})
Performing server action addItem with ["h3YRkoY5EAw", 40] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="h3YRkoY5EAw", index=40})
Performing server action addItem with ["OwPtMfXd5Tg", 41] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41})
Performing server action addItem with ["vQx9G9KY7jE", 42] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="vQx9G9KY7jE", index=42})
Performing server action addItem with ["hExW561fACo", 43] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="hExW561fACo", index=43})
Performing server action addItem with ["jhlmyRtEmKA", 44] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="jhlmyRtEmKA", index=44})
Performing server action addItem with ["IG6pjDCWkm8", 45] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="IG6pjDCWkm8", index=45})
Performing server action addItem with ["Oy5V7rokd4k", 46] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="Oy5V7rokd4k", index=46})
Performing server action addItem with ["SNwV2MRl3lQ", 47] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47})
Performing server action addItem with ["yY5sexUFY1I", 48] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="yY5sexUFY1I", index=48})
Performing server action addItem with ["O2KVVsnXhxg", 49] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="O2KVVsnXhxg", index=49})
Performing server action addItem with ["SvZB-KzCwfc", 50] from
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=2,
last_heartbeat=ValueTimeMark(reading=33988012996))
Event (false, null): ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})
Sending reply to client: []
Sent events [ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1}),
ITEM_ADDED({item_id="DZyYapMZSec", index=2}),
ITEM_ADDED({item_id="rqebhllNMqM", index=3}),
ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4}),
ITEM_ADDED({item_id="dE7XyQCdB1w", index=5}),
ITEM_ADDED({item_id="NSepMExg9PE", index=6}),
ITEM_ADDED({item_id="hAkdqd8l6go", index=7}),
ITEM_ADDED({item_id="8SfXGlAezr0", index=8}),
ITEM_ADDED({item_id="-brM8HwIGfY", index=9}),
ITEM_ADDED({item_id="K5ahoc1Fijc", index=10}),
ITEM_ADDED({item_id="O425zdoPrdE", index=11}),
ITEM_ADDED({item_id="O0HM6OwmFoA", index=12}),
ITEM_ADDED({item_id="BAO6BR9_3vg", index=13}),
ITEM_ADDED({item_id="gsvCCSnMpbk", index=14}),
ITEM_ADDED({item_id="tDU-G4o0XV8", index=15}),
ITEM_ADDED({item_id="Mcarl_5qWV4", index=16}),
ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17}),
ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18}),
ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19}),
ITEM_ADDED({item_id="LoalzZjcDNM", index=20}),
ITEM_ADDED({item_id="RtOwxXWjHyc", index=21}),
ITEM_ADDED({item_id="R2io4_t1HOM", index=22}),
ITEM_ADDED({item_id="xFvXjJZjW-g", index=23}),
ITEM_ADDED({item_id="B_kU1-5TNiw", index=24}),
ITEM_ADDED({item_id="q2InY8-RS0U", index=25}),
ITEM_ADDED({item_id="d28ZzCV2z1I", index=26}),
ITEM_ADDED({item_id="1kcvj1BW9p8", index=27}),
ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28}),
ITEM_ADDED({item_id="1E5ypW_xkBY", index=29}),
ITEM_ADDED({item_id="AqVTGSOhadg", index=30}),
ITEM_ADDED({item_id="y6bQVuqNHAM", index=31}),
ITEM_ADDED({item_id="lWr3rpkT3aI", index=32}),
ITEM_ADDED({item_id="MBYrScYBc7U", index=33}),
ITEM_ADDED({item_id="aHolTqDXipc", index=34}),
ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35}),
ITEM_ADDED({item_id="7SM-p6hlPK4", index=36}),
ITEM_ADDED({item_id="jyf-v_nUcqo", index=37}),
ITEM_ADDED({item_id="coM3Ahz6XEo", index=38}),
ITEM_ADDED({item_id="SAKoA9S40p4", index=39}),
ITEM_ADDED({item_id="h3YRkoY5EAw", index=40}),
ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41}),
ITEM_ADDED({item_id="vQx9G9KY7jE", index=42}),
ITEM_ADDED({item_id="hExW561fACo", index=43}),
ITEM_ADDED({item_id="jhlmyRtEmKA", index=44}),
ITEM_ADDED({item_id="IG6pjDCWkm8", index=45}),
ITEM_ADDED({item_id="Oy5V7rokd4k", index=46}),
ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47}),
ITEM_ADDED({item_id="yY5sexUFY1I", index=48}),
ITEM_ADDED({item_id="O2KVVsnXhxg", index=49}),
ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})] to client
Client(id=29023852, name=SpMp [Linux, ArchyBoi], type=SPMP_STANDALONE,
language=EN, event_head=52,
last_heartbeat=ValueTimeMark(reading=33988012996))
Applying event ITEM_ADDED({item_id="Zhq-OGKoD0s", index=1})
Applying event ITEM_ADDED({item_id="DZyYapMZSec", index=2})
Applying event ITEM_ADDED({item_id="rqebhllNMqM", index=3})
Applying event ITEM_ADDED({item_id="UNOkg6Ffzb0", index=4})
Applying event ITEM_ADDED({item_id="dE7XyQCdB1w", index=5})
Applying event ITEM_ADDED({item_id="NSepMExg9PE", index=6})
Applying event ITEM_ADDED({item_id="hAkdqd8l6go", index=7})
Applying event ITEM_ADDED({item_id="8SfXGlAezr0", index=8})
Applying event ITEM_ADDED({item_id="-brM8HwIGfY", index=9})
Applying event ITEM_ADDED({item_id="K5ahoc1Fijc", index=10})
Applying event ITEM_ADDED({item_id="O425zdoPrdE", index=11})
Applying event ITEM_ADDED({item_id="O0HM6OwmFoA", index=12})
Applying event ITEM_ADDED({item_id="BAO6BR9_3vg", index=13})
Applying event ITEM_ADDED({item_id="gsvCCSnMpbk", index=14})
Applying event ITEM_ADDED({item_id="tDU-G4o0XV8", index=15})
Applying event ITEM_ADDED({item_id="Mcarl_5qWV4", index=16})
Applying event ITEM_ADDED({item_id="JkhC-l3Eoc0", index=17})
Applying event ITEM_ADDED({item_id="lLorrQ0PEeQ", index=18})
Applying event ITEM_ADDED({item_id="6MOQ3mNxPiw", index=19})
Applying event ITEM_ADDED({item_id="LoalzZjcDNM", index=20})
Applying event ITEM_ADDED({item_id="RtOwxXWjHyc", index=21})
Applying event ITEM_ADDED({item_id="R2io4_t1HOM", index=22})
Applying event ITEM_ADDED({item_id="xFvXjJZjW-g", index=23})
Applying event ITEM_ADDED({item_id="B_kU1-5TNiw", index=24})
Applying event ITEM_ADDED({item_id="q2InY8-RS0U", index=25})
Applying event ITEM_ADDED({item_id="d28ZzCV2z1I", index=26})
Applying event ITEM_ADDED({item_id="1kcvj1BW9p8", index=27})
Applying event ITEM_ADDED({item_id="ZGAIW1lcJeM", index=28})
Applying event ITEM_ADDED({item_id="1E5ypW_xkBY", index=29})
Applying event ITEM_ADDED({item_id="AqVTGSOhadg", index=30})
Applying event ITEM_ADDED({item_id="y6bQVuqNHAM", index=31})
Applying event ITEM_ADDED({item_id="lWr3rpkT3aI", index=32})
Applying event ITEM_ADDED({item_id="MBYrScYBc7U", index=33})
Applying event ITEM_ADDED({item_id="aHolTqDXipc", index=34})
Applying event ITEM_ADDED({item_id="c_C_1S5s3yQ", index=35})
Applying event ITEM_ADDED({item_id="7SM-p6hlPK4", index=36})
Applying event ITEM_ADDED({item_id="jyf-v_nUcqo", index=37})
Applying event ITEM_ADDED({item_id="coM3Ahz6XEo", index=38})
Applying event ITEM_ADDED({item_id="SAKoA9S40p4", index=39})
Applying event ITEM_ADDED({item_id="h3YRkoY5EAw", index=40})
Applying event ITEM_ADDED({item_id="OwPtMfXd5Tg", index=41})
Applying event ITEM_ADDED({item_id="vQx9G9KY7jE", index=42})
Applying event ITEM_ADDED({item_id="hExW561fACo", index=43})
Applying event ITEM_ADDED({item_id="jhlmyRtEmKA", index=44})
Applying event ITEM_ADDED({item_id="IG6pjDCWkm8", index=45})
Applying event ITEM_ADDED({item_id="Oy5V7rokd4k", index=46})
Applying event ITEM_ADDED({item_id="SNwV2MRl3lQ", index=47})
Applying event ITEM_ADDED({item_id="yY5sexUFY1I", index=48})
Applying event ITEM_ADDED({item_id="O2KVVsnXhxg", index=49})
Applying event ITEM_ADDED({item_id="SvZB-KzCwfc", index=50})
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
GOT MSG FROM CLIENT []
Sending reply to client: []
SpMp version
v0.4.2
SpMp platform
Linux
OS version
AppImage, Flatpak
Additional information
Building native Arch Linux package didn't work on my system due to some depracated stuffs. I would have tried this bug there otherwise.
The text was updated successfully, but these errors were encountered: