Unable to bulk scrap studios from StashDB

Hi, I have tried many times to bulk upload the studios from StashDB to my local stash, but its not working. I have changed to tagger view and tried to “Batch Add Studios” and i have give comma separated values and the studio does match with name from StashDB. I am not doing anything wrong. Well the task is running but i am not getting those studios in my local. I am using version v0.29.3-49-g58b68333

Note: But for the Performer Bulk adding it works perfectly not sure why its not working for Studios.

What does Settings > Logs show after you run the task?

time="2025-11-23 13:43:40" level=info msg="Initiating stash-box batch studio tag"
time="2025-11-23 13:43:40" level=info msg="Starting stash-box batch operation for 1 studios"
time="2025-11-23 13:43:42" level=error msg="Failed to create studio Reality Kings: studio alias must not be an empty string"

just got to know that, both batch update and add buttons are not working, it is throwing the same error studio alias must not be an empty string

I can’t reproduce with stashdb.org and latest v0.29.3 Stash version.

Created studio normally via Batch Add Studios

Info    Created studio Reality Kings
Info    Starting stash-box batch operation for 1 studios
Info    Initiating stash-box batch studio tag

Updated studio normally via Batch Update Studios

Info    Updated studio Reality Kings
Info    Starting stash-box batch operation for 1 studios
Info    Initiating stash-box batch studio tag

Reproduced with stashdb.org and the develop build. (specifically v0.29.3-49-gc0f2602a).

Failed to create studio normally via Batch Add Studios

Error   Failed to create studio Reality Kings: studio alias must not be an empty string
Info    Starting stash-box batch operation for 1 studios
Info    Initiating stash-box batch studio tag

Failed to update studio normally via Batch Update Studios

Error   Failed to create studio Reality Kings: studio alias must not be an empty string
Info    Starting stash-box batch operation for 1 studios
Info    Initiating stash-box batch studio tag

Since it’s working on the latest release it’s most likely a bug introduced in develop version. Please file a bug report either in Development > Bugs or https://github.com/stashapp/stash/issues/new?template=bug_report.yml.

Regression of Bugfix: Fix empty Aliases Being Created for Studios by Gykes · Pull Request #6273 · stashapp/stash · GitHub?

Filled the bug report.