-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
Failed Functions.
- β load_browser_item -
Failed for all URI formats
π Specific error messages
Error type: Browser item with
URI '' not found
Error code: Communication error
with Ableton
π§ͺ Tested URI Formats
All of the following formats failed:
- Simple name: "Analog",
"Collision", "Drift".
"Operator", "Simpler", "Sampler".
"Sampler" - Path format: "instruments/Analog", "Operator", "Simpler", "Sampler
"instruments/Analog", "drums/Drum Rack
"drums/Drum Rack" - full path.
"instruments/piano/grand
Piano" 4. - file format: "505 Core
Kit.adg" 5. - Ableton internal format.
"ableton.inst.analog", "ableton.inst.
"ableton.inst.simpler"
π― Key findings
Important Clue: The error message displays the URI ''
(empty string), indicating:
- Parameters were not passed to Ableton correctly
- or there is a bug in the MCP tool's URI parsing.
π Environmental Information
- Operating system: macOS Darwin
23.6.0 - Python version: 3.12
- MCP Server: FastMCP Framework
- Ableton connection: localhost:9877
(normal connection)
π§ Replication Steps
Simple reproduction code
ableton =
get_ableton_connection()
result = ableton.send_command(
"load_browser_item", {
"track_index": 8,
"uri": "analog" #
Any known instrument name
})
Result: Browser item with URI
'' not found
π‘ Suggested directions for fixing it
- Check parameter passing.
Make sure the uri parameter is passed correctly to Ableton. - Validate URI format.
Verify supported URI format specification - Add Error Handling.
Provide more detailed error messages - Test different versions: Test different versions of Ableton
Live versions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels