Bug
#4571
Replies: 1 comment
-
Fixed in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I Hope I didnt miss any bug report place. I must confess I never go on discord, so maybe it is there.
Anyway, I'm encountering this error from time to time:
[2025-08-10 09:53:46.436] INFO: [PlaybackSessionManager] startSession: Closing open session "The Saga of Tanya the Evil, Vol. 04: Dabit Deus His Quoque Finem" for user "alefith" (Device: Pixel 7a SDK 36 / v0.10.0-beta) [2025-08-10 09:53:46.585] INFO: [STREAM] START STREAM - Num Segments: 6590 [2025-08-10 09:53:46.591] INFO: [STREAM] Starting Stream at startTime 6:00:37 (User startTime 6:01:07) and Segment #3606 [2025-08-10 09:53:46.628] INFO: [INFO] FFMPEG transcoding started with command: ffmpeg -seek_timestamp 1 -f concat -safe 0 -ss 21638s -noaccurate_seek -i D:\SHR\bibliothèque\Audiobookshelf\metadata\streams\583f5f97-d22c-4410-87a8-04180412733e\files.txt -y -loglevel error -map 0:a -c:a copy -f hls -copyts -avoid_negative_ts make_non_negative -max_delay 5000000 -max_muxing_queue_size 2048 -hls_time 6 -hls_segment_type mpegts -start_number 3606 -hls_playlist_type vod -hls_list_size 0 -hls_allow_cache 0 -hls_segment_filename D:\SHR\bibliothèque\Audiobookshelf\metadata\streams\583f5f97-d22c-4410-87a8-04180412733e\output-%d.ts D:\SHR\bibliothèque\Audiobookshelf\metadata\streams\583f5f97-d22c-4410-87a8-04180412733e\final-output.m3u8 [2025-08-10 09:53:46.628] INFO: [2025-08-10 09:53:46.882] FATAL: [Server] Unhandled rejection: TypeError: Cannot read properties of null (reading 'path') at PublicRouter.getTrack (C:\snapshot\audiobookshelf\server\controllers\SessionController.js) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) promise: Promise { <rejected> TypeError: Cannot read properties of null (reading 'path') at PublicRouter.getTrack (C:\snapshot\audiobookshelf\server\controllers\SessionController.js) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
And with the final, comes the server exited with one, and I have to reboot it. It's not a problem for me, since I'm the only user and use it mostly on my PC (sometimes streaming on my smartphone), but it might be serious for someone else).
Hopefully it's not a reported/known issue already, and not an error on my part.
Sorry again if this is in the wrong place.
And, obviously (even if people often forget to say it), Thanks for the amazing work!
PS: there's absolutely no need to keep me updated on this, so feel free to just delete this post, and copy it in your mantis or whatever else you're using.
PPS: it's probably the fact the the path contains latin1 character like è , common in french, and, I guess, in other languages. Characters encoding are such a pain. And you wouldn't get the error on all OS too... Good luck!
Beta Was this translation helpful? Give feedback.
All reactions