opencode icon indicating copy to clipboard operation
opencode copied to clipboard

opencode import fails for valid /share link (HTTP 200) with “Failed to fetch share data: Not Found”

Open dhruvkej9 opened this issue 1 week ago • 0 comments

Description

I used an OpenCode share link that is publicly reachable and returns HTTP 200, but importing it via opencode import <share-url> fails with:

Failed to fetch share data: Not Found

This happens consistently and prevents importing shared OpenCode sessions/projects, even though the share link itself is valid.

Plugins

[email protected], [email protected], [email protected], @tarquinen/[email protected]

OpenCode version

1.1.3

Steps to reproduce

  1. Verify the share link is reachable:

    curl -o /dev/null -s -w "%{http_code}\n" https://opncd.ai/share/Jsj3hNIW
    

    Output:

    200
    
  2. Attempt to import the share:

    opencode import https://opncd.ai/share/Jsj3hNIW
    
  3. Re-run with logs enabled:

    opencode import https://opncd.ai/share/Jsj3hNIW --print-logs
    
  4. Observe the failure.

Screenshot and/or share link

Session Link: https://opncd.ai/share/Jsj3hNIW

Logs: https://gist.github.com/dhruvkej9/1c7311e666320ce31da86fe66873b6d7

Image

Operating System

WSL (Windows Subsystem for Linux) Ubuntu 24.04

Terminal

Windows Terminal

dhruvkej9 avatar Jan 06 '26 18:01 dhruvkej9