-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Potential Bug] Firefox malfrom library post request breaking folder path #171
Comments
I'm getting closer to understand the issue. It really seems to be a problem with the length of the path and directories. But the bug is still very strange as it seems to behave different depending on the naming for the folder. |
If you try to encode more than 10 tracks from ogg to TAF and you keep the name of the folder short, the TAF encoder will ignore the naming of the TAF file and place the file one hierarchy higher. But if you select only 10 tracks then the TAF file will be place with the correct name in the selected folder. |
i would avoid spaces in folders |
what are the docker logs saying? |
Hey, request which is not working:
Working request but places the file at the root in library and ignore the target path
|
Noooo Way !!!! It is a browser topic !!! Firefox ==> malforms the request !! Here is the request which works for Chromium which is not working in firefox
I did test Firefox on two different PCs. Strange as No-script & ublock is not activated on both firefox |
@henryk86 could you retry with Firefox on your pc to confirm it ? |
Dear all,
Issue:
When trying to perform bulk conversion of ogg files into TAF file(s), the system is rejecting it with "Encoding failed". In the docker container log the following is showing:
But when amount of files selected is reduce to 10 only then the system start processing all the ogg files and create ONE total file
EDIT: that is only valid for a certain type of folder name.
it seems the folder naming pattern is source of multiple issues in the file manager.
Setup:
Browser Firefox 130.0.1 (64-bit)
Browser add-on U-block & no-script disable for Teddycloud
OS: Linux Ubuntu 22
[TeddyCloud vX.X.X (302e7e1) - 2024-11-05 20:16:52 +0000 ubuntu linux-x86_64(64)]
Running on docker in a VM on proxmox
Expected behavior:
Encode amount of file not limited to 10
How to recreate:
Case1: NOT WORKING
Case2: WORKING
Case3: Working with 10 files but new Bug shows up.
Question: is it possible to have the title convert in bulk but keep the naming convention and not to create one file only. As then the skipping function won't work or do I need to convert each file one by one ?
I might understood, TAF supports already skipping because the toniebox sees them as different tracks and the TAF file type is limited to 99 tracks per TAF file.
toniebox-reverse-engineering/teddycloud#89
Is that Correct ?
The text was updated successfully, but these errors were encountered: