-
Notifications
You must be signed in to change notification settings - Fork 336
Weixin (ilink): file upload fails — CDN returns empty params #369
Copy link
Copy link
Open
Description
Environment
- cc-connect: v1.2.2-beta.4
- Platform: weixin (personal WeChat / ilink)
- OS: macOS Darwin 25.3.0
- Agent: Claude Code 2.1.87
Description
When using cc-connect send --file <path> on the weixin (ilink) platform, file upload fails. Both .txt and .docx files fail with the same error — the CDN upload endpoint returns empty parameters.
The agent correctly creates the file locally and attempts to send it via cc-connect send --file, but the ilink CDN upload step fails silently (returns empty/null params), so the file is never delivered to the user's WeChat.
Steps to Reproduce
- Configure cc-connect with
type = "weixin"andattachment_send = "on" - Ask the agent to create a file and send it via
cc-connect send --file /path/to/file.txt - The command fails; file is not delivered to WeChat
Expected Behavior
The file should be uploaded to the ilink CDN and delivered to the user's WeChat chat.
Actual Behavior
CDN upload returns empty parameters. The file cannot be sent. Both .txt and .docx formats fail.
Notes
ImageSender/FileSenderare documented as implemented for the weixin platformattachment_send = "on"is correctly configured- This appears to be an ilink gateway limitation rather than a cc-connect code issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels