Geektoolkit / DynaframeProIssues

This is a public repo to track issues and feature requests for Dynaframe Pro, a Patreon Supported project
8 stars 1 forks source link

Beta Issue - Queuing additional files to an already in progress upload will cause all pending files to fail #95

Open iCanHazSkillz opened 2 months ago

iCanHazSkillz commented 2 months ago

Issue: Queuing additional files to an already in progress upload will cause all pending files to fail transfer with the error 'File type is not allowed' 2024-09-19_09-17-10

Expected behavior: The upload queue should be able to grow dynamically without having to wait until the current transfer is complete.

Steps to replicate: -Upload a subset of file to a chosen playlist. -Queue additional files during the upload operation. -This will trigger the 'File type is not allowed' error on all queued files that haven't uploaded already.

Workaround: Wait until current upload finishes before adding any additional files.