-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Etherpad update check: AggregateError #6630
Comments
This is probably because your server can't reach https://static.etherpad.org/plugins.json. Try with curl https://static.etherpad.org/plugins.json in your etherpad instance . If that works it's a bug. |
Indeed can't reach , how to solve the problem |
It looks like that page is down, I'm getting a 404 from it. |
server can't reach https://static.etherpad.org/plugins.json., can download down to upload to the server? |
Not really currently but you can use a http proxy to access the page. |
Looks like the IP for https://static.etherpad.org/plugins.json has ended up on the known malicious IPs list that Unifi uses. Likely applies to other firewalls too. Sidenote: a proxy doesn't help much with installing plugins with etherpad if it's an internet access issue. |
[2024-09-05T16:58:11.709] [ERROR] settings - Can not perform Etherpad update check: AggregateError
[2024-09-05T16:58:17.026] [ERROR] adminPlugins - Error searching plugins: AggregateError
[2024-09-05T16:58:46.028] [INFO] adminPlugins - Plugin search: 121212'
[2024-09-05T16:58:46.283] [ERROR] adminPlugins - Error searching plugins: AggregateError
[2024-09-05T17:03:17.742] [WARN] settings - AggregateError
at Function.AxiosError.from (/opt/etherpad-lite/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/AxiosError.js:89:14)
at RedirectableRequest.handleRequestError (/opt/etherpad-lite/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/adapters/http.js:620:25)
at RedirectableRequest.emit (node:events:520:28)
at eventHandlers. (/opt/etherpad-lite/node_modules/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:38:24)
at ClientRequest.emit (node:events:520:28)
at emitErrorEvent (node:_http_client:103:11)
at TLSSocket.socketErrorListener (node:_http_client:506:5)
at TLSSocket.emit (node:events:520:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (/opt/etherpad-lite/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/Axios.js:45:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async (/opt/etherpad-lite/src/static/js/pluginfw/installer.ts:174:5)
The text was updated successfully, but these errors were encountered: