Download Errors - #0:0: Invalid data found when processing input, Header missing #187

Closed
opened 2026-04-24 23:00:39 +02:00 by adam · 1 comment
Owner

Originally created by @mazmar on GitHub (Jan 26, 2022).

I am trying the download function but it never finishes and all i can see in log is this repeated every 30sec:

[2022-01-26T13:12:34.828Z] ERROR: [DownloadWorker] Ffmpeg Stderr: Error while decoding stream #0:0: Invalid data found when processing input
[2022-01-26T13:13:02.726Z] ERROR: [DownloadWorker] Ffmpeg Stderr: [mp3float @ 0x7fe9a260cb80] Header missing
[2022-01-26T13:13:02.726Z] ERROR: [DownloadWorker] Ffmpeg Stderr: Error while decoding stream #0:0: Invalid data found when processing input
[2022-01-26T13:13:37.258Z] ERROR: [DownloadWorker] Ffmpeg Stderr: [mp3float @ 0x7fe9a260cb80] Header missing

Start log

[2022-01-26T13:08:38.372Z]  INFO: Start Download for ab_czzy9alw1tq195umno - DownloadId: dl_03oivmkuvr9skxe4gd - /metadata/downloads/dl_03oivmkuvr9skxe4gd
[2022-01-26T13:08:38.386Z]  INFO: Concat m4b's use -f mp4
[2022-01-26T13:08:38.558Z]  INFO: [DownloadWorker] FFMPEG concat started with command: ffmpeg -safe 0 -f concat -i /metadata/downloads/dl_03oivmkuvr9skxe4gd/files.txt -i /metadata/downloads/dl_03oivmkuvr9skxe4gd/metadata.txt -f image2pipe -i /audiobooks/Andy Weir - Spasitel/líc.jpg -y -loglevel error -map 0:a -acodec aac -ac 2 -b:a 64k -id3v2_version 3 -map_metadata 1 -vf [2:v]crop=trunc(iw/2)*2:trunc(ih/2)*2 -map 2:v -f mp4 /metadata/downloads/dl_03oivmkuvr9skxe4gd/Andy Weir - Spasitel.m4b
Originally created by @mazmar on GitHub (Jan 26, 2022). I am trying the download function but it never finishes and all i can see in log is this repeated every 30sec: ``` [2022-01-26T13:12:34.828Z] ERROR: [DownloadWorker] Ffmpeg Stderr: Error while decoding stream #0:0: Invalid data found when processing input [2022-01-26T13:13:02.726Z] ERROR: [DownloadWorker] Ffmpeg Stderr: [mp3float @ 0x7fe9a260cb80] Header missing [2022-01-26T13:13:02.726Z] ERROR: [DownloadWorker] Ffmpeg Stderr: Error while decoding stream #0:0: Invalid data found when processing input [2022-01-26T13:13:37.258Z] ERROR: [DownloadWorker] Ffmpeg Stderr: [mp3float @ 0x7fe9a260cb80] Header missing ``` Start log ``` [2022-01-26T13:08:38.372Z] INFO: Start Download for ab_czzy9alw1tq195umno - DownloadId: dl_03oivmkuvr9skxe4gd - /metadata/downloads/dl_03oivmkuvr9skxe4gd [2022-01-26T13:08:38.386Z] INFO: Concat m4b's use -f mp4 [2022-01-26T13:08:38.558Z] INFO: [DownloadWorker] FFMPEG concat started with command: ffmpeg -safe 0 -f concat -i /metadata/downloads/dl_03oivmkuvr9skxe4gd/files.txt -i /metadata/downloads/dl_03oivmkuvr9skxe4gd/metadata.txt -f image2pipe -i /audiobooks/Andy Weir - Spasitel/líc.jpg -y -loglevel error -map 0:a -acodec aac -ac 2 -b:a 64k -id3v2_version 3 -map_metadata 1 -vf [2:v]crop=trunc(iw/2)*2:trunc(ih/2)*2 -map 2:v -f mp4 /metadata/downloads/dl_03oivmkuvr9skxe4gd/Andy Weir - Spasitel.m4b ```
adam closed this issue 2026-04-24 23:00:40 +02:00
Author
Owner

@advplyr commented on GitHub (Jan 27, 2022):

What is the format of the audio files you are converting to m4b?

Have you only had this issue with that one audiobook?

@advplyr commented on GitHub (Jan 27, 2022): What is the format of the audio files you are converting to m4b? Have you only had this issue with that one audiobook?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#187