ErrLookup › GopeedLab/gopeed
GopeedLab/gopeed
A fast, modern download manager for HTTP, BitTorrent, Magnet, and ed2k. Cross-platform, built with Golang and Flutter. · Go · 114 source files
Analyzed at 7b7327ffb3 on 2026-08-16. 120 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| ReadableStream is locked | exception | error | |
| WritableStream is locked | exception | error | |
| Already read | exception | error | |
| ${sourceLabel} must return a ReadableStream, got ${getValueT | exception | error | |
| Blob source cannot be converted to a ReadableStream | exception | error | |
| gopeed.runtime.blob.createObjectURL options.range requires a | validation | error | |
| blob opener must be callable | validation | error | |
| Unsupported object type for gopeed.runtime.blob.createObject | validation | error | |
| element not found: ${selector} | exception | error | |
| element is not focusable: ${selector} | exception | error | |
| element is disabled: ${selector} | exception | error | |
| element is readonly: ${selector} | exception | error | |
| element is not typable: ${selector} | exception | error | |
ERROR error.debugDescription | error_code | error | |
UNKNOWN_METHOD unknown method: $method | error_code | error | |
PAGE_NOT_FOUND page not found | error_code | error | |
INVALID_REQUEST missing or invalid "$key" | error_code | error | |
NAVIGATION_FAILED e.toString() | error_code | error | dart, flutter, webview, navigation, url, page-goto |
TIMEOUT navigation timeout after ${timeoutMs}ms | error_code | error | dart, flutter, webview, navigation, timeout, page-goto |
EVALUATION_FAILED e.toString() | error_code | error | dart, flutter, webview, javascript, evaluation, race-condition, page-execute |
| Unknown method: %s | exception | error | go, stdin-protocol, rpc, host-binary, json, method-dispatch |
| invalid blob url | validation | error | blob, url, validation, registry |
| invalid blob options | validation | error | blob, options, validation, range |
| blob source not found | exception | error | blob, lifecycle, not-found, registry |
| blob source revoked | exception | error | blob, lifecycle, revoked, registry |
| blob source closed | exception | warning | blob, lifecycle, reference-counting, bug |
| cannot change ed2k target path after transfer started | validation | error | ed2k, patch, lifecycle, immutable-options |
| cannot change ed2k link after transfer started | validation | error | ed2k, patch, url, lifecycle |
| ed2k link is empty | validation | error | ed2k, initialization, null-request |
| unsupported ed2k link type | validation | error | ed2k, url, validation, unsupported-type |
| task not found | exception | error | task, not-found, api |
| invalid resource id | validation | error | api, resolve, single-use, not-found |
| download directory is not in white list | validation | error | config, security, path, whitelist |
| promise.then is not callable | exception | error | javascript, goja, promise, engine |
| engine loop terminated | exception | error | engine, lifecycle, concurrency, shutdown |
| promise rejected | exception | error | javascript, promise, diagnostics, engine |
| promise.then is not callable | exception | error | javascript, goja, promise, stream, engine |
| engine loop terminated | exception | error | engine, stream, lifecycle, shutdown |
| promise rejected | exception | error | javascript, promise, stream, diagnostics |
| redirect failed | exception | error | network, http, redirect, javascript |
| too many redirects | exception | error | network, http, redirect, loop |
| gopeed runtime webview is unavailable | exception | error | |
| invalid label %q, expected key=value | validation | error | |
| unexpected trailing args: %v | validation | error | |
| resolve expects exactly 2 args: <extension-dir> <url> | validation | error | |
| download expects exactly 3 args: <extension-dir> <url> <outp | validation | error | |
| resolve returned empty resource | console | error | |
| resolve returned no files | console | error | |
| file %d is nil | console | error | |
| file %d request is nil | console | error | |
| create task for %q failed: %w | console | error | |
| download %q failed: %w | exception | error | |
| eval expects inline code via -e/--eval or a script file path | validation | error | |
| eval accepts either inline code or a script file path, not b | validation | error | |
| eval expects at most 1 script file path | validation | error | |
| flag %q requires a value | validation | error | |
| unknown flag %q | validation | error | |
| unsupported webview provider %q | validation | error | |
| webview rpc requires both network and address | validation | error | |
| timeout waiting for task %s | exception | error | |
| task %s finished with status %s | exception | error | |
| start gopeed failed | exception | error | |
| process %d still running after timeout | console | error | |
| failed to get mount point from hdiutil output: %s | console | error | |
| no .app found in dmg, mountPoint: %s | console | error | |
| unsupported update channel for Linux: %s | console | error | |
| no suitable terminal emulator found. Please install gnome-te | console | error | |
| no installer found in the update package | console | error | |
| unsupported range | http | error | |
| invalid range | http | error | http, range, blob, validation, header |
| cannot start in current state: %v | exception | error | state-machine, downloader, lifecycle, fetcher |
| connection %d failed: retries=%d, status=%d | exception | error | http, download, connection, retries, status-code |
| connection %d failed: retries=%d, err=%v | exception | error | network, download, connection, transport, retries |
| connection %d failed: retries=%d | exception | error | download, connection, diagnostics, missing-cause |
| webview startup timeout | exception | error | webview, startup, timeout, environment, gui |
| webview page is closed | exception | error | webview, lifecycle, use-after-close, concurrency |
| native cookie access is unavailable | exception | warning | webview, cookies, capability, feature-detect |
| webview navigation timeout | exception | error | webview, navigation, timeout, goto |
| invalid navigation state | exception | error | webview, navigation, type-mismatch, js-bridge |
| webview is not initialized | exception | error | webview, initialization, lifecycle, race |
| webview rpc status %d | http | error | webview, rpc, http-status, auth, driver |
| invalid request url | validation | error | validation, model, request, input |
| invalid resource name | validation | error | validation, model, resource, resolve |
| invalid resource files | validation | error | validation, model, resource, file-list |
| invalid resource file name | validation | error | validation, download, extension, resource |
| panic: %v | panic | error | goja, javascript, panic, extension, engine |
| panic: %v | panic | error | goja, javascript, panic, fetch, stream, extension |
| redirect failed | exception | error | network, fetch, redirect, http, extension |
| too many redirects | exception | error | network, fetch, redirect, http, loop |
| Network request timed out | exception | error | network, fetch, timeout, http, extension |
| Network request failed: %w | exception | error | network, fetch, http, dns, tls, extension |
| panic: %v | panic | error | goja, javascript, panic, vm, sandbox |
| unexpected waitForFunction payload: %T | exception | error | webview, wait, polling, browser-automation |
| webview page handle is not initialized | exception | error | webview, nil-guard, page, browser-automation |
| page not found | exception | error | webview, lifecycle, page, browser-automation |
| invalid waitUntil: %s | validation | error | webview, goto, options, browser-automation, playwright-compat |
| execute expects a string or function, got %T | validation | error | webview, execute, type-error, javascript |
| execute expects a string or function | validation | error | webview, execute, nil-guard, goja |
| execute expects a string or function, got %T (%q) | validation | error | webview, execute, type-error, javascript |
| manifest.json not found | exception | error | extension, manifest, install, filesystem |
| extension name is required | validation | error | extension, manifest, validation, install |
| extension title is required | validation | error | extension, manifest, validation, install |
| extension version is required | validation | error | extension, manifest, validation, versioning, install |
| blob runtime is not available | exception | error | extension, blob, javascript, goja, runtime |
| missing handler | validation | error | extension, events, javascript, validation |
| handler must be a function | validation | error | extension, events, javascript, type-validation |
| missing or invalid "%s" | validation | error | extension, webview, javascript, validation |
| no parts found for %s | exception | error | zip, multi-part, extraction, archive, filesystem |
| script file does not exist: %s | console | warning | script, hooks, filesystem, config |
| batch files (.bat/.cmd) are only supported on Windows | console | warning | script, windows, platform, hooks, config |
| webhook URL is empty | validation | error | webhook, validation, rest-api, config |
| webhook test failed: %s returned status %d | http | error | webhook, http, integration-testing, rest-api |
| missing or invalid "url" | validation | error | extension, webview, navigation, validation |
| execute expects a string or function | validation | error | extension, webview, execute, validation |
| execute expects a string or function, got %T (%q) | validation | error | extension, webview, execute, type-validation |
| missing or invalid "selector" | validation | error | extension, webview, focus, selector, validation |
| missing or invalid "text" | validation | error | extension, webview, type, validation |
| method not allowed | http | error | http, http-405, blob-registry, method |
| blob source unavailable | http | error | http-410, blob-registry, sticky-error, state |
| blob range not allowed | http | warning | http-416, range, blob-registry, options |