Opencode not loading, OTel bug? #1179

Closed
opened 2026-02-16 17:29:53 -05:00 by yindo · 2 comments
Owner

Originally created by @ccadenac on GitHub (Aug 8, 2025).

Originally assigned to: @thdxr on GitHub.

When tyring to load opencode 0.4.1 , Sequoia 15.6 - Silicon(used to work before):

7403 | throw Error("exportIntervalMillis must be greater than 0");
7404 | }
7405 | if (options2.exportTimeoutMillis !== undefined && options2.exportTimeoutMillis <= 0) {
7406 | throw Error("exportTimeoutMillis must be greater than 0");
7407 | }
7408 | throw Error("exportIntervalMillis must be greater than or equal to exportTimeoutMillis");
^
error: exportIntervalMillis must be greater than or equal to exportTimeoutMillis
at new PeriodicExportingMetricReader (/$bunfs/root/opencode:7408:20)
at (/$bunfs/root/opencode:61008:32)
at forEach (1:11)
at configureMetricProviderFromEnv (/$bunfs/root/opencode:61001:29)
at start (/$bunfs/root/opencode:61169:66)
at init (/$bunfs/root/opencode:113696:14)
at /$bunfs/root/opencode:179623:11

Originally created by @ccadenac on GitHub (Aug 8, 2025). Originally assigned to: @thdxr on GitHub. When tyring to load opencode 0.4.1 , Sequoia 15.6 - Silicon(used to work before): 7403 | throw Error("exportIntervalMillis must be greater than 0"); 7404 | } 7405 | if (options2.exportTimeoutMillis !== undefined && options2.exportTimeoutMillis <= 0) { 7406 | throw Error("exportTimeoutMillis must be greater than 0"); 7407 | } 7408 | throw Error("exportIntervalMillis must be greater than or equal to exportTimeoutMillis"); ^ error: exportIntervalMillis must be greater than or equal to exportTimeoutMillis at new PeriodicExportingMetricReader (/$bunfs/root/opencode:7408:20) at <anonymous> (/$bunfs/root/opencode:61008:32) at forEach (1:11) at configureMetricProviderFromEnv (/$bunfs/root/opencode:61001:29) at start (/$bunfs/root/opencode:61169:66) at init (/$bunfs/root/opencode:113696:14) at /$bunfs/root/opencode:179623:11
yindo closed this issue 2026-02-16 17:29:53 -05:00
Author
Owner

@ccadenac commented on GitHub (Aug 9, 2025):

opencode working now on 0.4.2, 42 is always the answer. 👍
https://github.com/sst/opencode/pull/1738

@ccadenac commented on GitHub (Aug 9, 2025): opencode working now on 0.4.2, 42 is always the answer. 👍 https://github.com/sst/opencode/pull/1738
Author
Owner

@rekram1-node commented on GitHub (Aug 29, 2025):

closing since it was fixed

@rekram1-node commented on GitHub (Aug 29, 2025): closing since it was fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1179