Created
July 30, 2026 04:57
-
-
Save jeremy-code/94a93f7cef5f88c5442a87dee458f946 to your computer and use it in GitHub Desktop.
octokit fetch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: Disallowed operation called within global scope. Asynchronous I/O (ex: fetch() or connect()), setting a timeout, and generating random values are not allowed within global scope. To fix this error, perform this operation within a handler. https://developers.cloudflare.com/workers/runtime-apis/handlers/ | |
| at #constructTimer (node-internal:internal_timers:56:15) | |
| at new Timeout (node-internal:internal_timers:52:43) | |
| at setInterval (node-internal:internal_timers:120:12) | |
| at Group._startAutoCleanup (assets/router-FcHgbQWJ.js:15988:44) | |
| at new Group (assets/router-FcHgbQWJ.js:15919:11) | |
| at createGroups (assets/router-FcHgbQWJ.js:16591:18) | |
| at Array.throttling (assets/router-FcHgbQWJ.js:16625:29) | |
| at new Octokit$1 (assets/router-FcHgbQWJ.js:13689:108) | |
| at new OctokitWithDefaults (assets/router-FcHgbQWJ.js:13633:5) | |
| at assets/router-FcHgbQWJ.js:19179:15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment