Replies: 2 comments
|
Short answer: I can't confirm the 404 cause without the actual request URL from your failing run — but there is a very likely mechanism: the API endpoint is resolved from the launch environment layers, and those layers legitimately differ between a source launch and npx. The endpoint math is where a 404 comes from, not the resolution-mode change (see below). Grounded facts (HEAD = ddefc45, v0.1.6-alpha.2, the commit you named):
First-round checklist, in order:
If you paste the log lines containing the failing request URL from the |
0 replies
|
It seems like that that is the error.. I had the URL set to https://api.deepseek.com and that was causing the issues. |
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.
I am on commit id ddefc45. All calls to deepseek API directly through api.deepseek.com returns back with a 404 when I start the harness with pnpm dsh web. npx @deepseek-ai/dsh web works
All reactions