Replies: 2 comments
It does pass to the server that I selected another area, but then when it actually goes to upload it decides to bypass the form and go to the default option no matter what I select. |
0 replies
### Upload UI selection ignored β uploads always go to `audio_area` (fallback / bypassed form?)
Hi all,
Iβm running into a Filebase upload issue:
- In the upload UI I select another file area (e.g. **library** or **images**).
- The selection **is sent to the server** (I can see the chosen area getting passed).
- But when the upload actually happens, ENiGMAΒ½ **bypasses the form** and always falls back to my default area: `audio_area`.
Hereβs the relevant log output:
```text
[2025-10-30T17:50:41.666Z] TRACE: ENiGMAΒ½/6148 on enigma: Looking for MCI configuration
8000
key (mciKey=MTTLTLTLTLTL)
[2025-10-30T17:50:41.666Z] TRACE: ENiGMAΒ½/6148 on enigma: Using generic configuration
[2025-10-30T17:50:41.667Z] DEBUG: ENiGMAΒ½/6148 on enigma: (nodeId=1192, sessionId=zKdCOEMgnk07, username=zachrosario)
Set default areaInfo for bypassed form {
areaTag: 'audio_area',
storageTags: [ 'audio' ],
hasStorageTags: true,
firstStorageTag: 'audio'
}
[2025-10-30T17:50:41.667Z] DEBUG: ENiGMAΒ½/6148 on enigma: (nodeId=1192, sessionId=zKdCOEMgnk07, username=zachrosario)
Scanning upload(s) {
paths: [
'/tmp/enigul-6148404b0796a86jJtoNmq9rWDOzLy/Nakamura_Ramadan_Is_Almost_Here_2008.pdf'
]
}The key part seems to be:
So it looks like the handler rejects the selected area at upload time and replaces it with the default Questions
What Iβve checked
Suspected fixAdd Any confirmation/pointers would be appreciated β especially if thereβs a specific log message or config option that indicates βselected area rejected β fallback to defaultβ. Thanks! |
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.
Currently, my uploads even when selected otherwise in UI, default to my audio area, even if I select the library or images file area.
I made sure the syntax of config was correct, and the I can see the file areas with the oputils properly configured, but it just seems to default to audio no matter what I select.
Any one know what might be up?
All reactions