H
Homarr2w ago
Ninja

Abort Error

im not sure how to fix this, i was setting up samba and it messed up a bunch of things like ssh and me having to allow everything using ufw, including homarr integrations/widgets, any help is appreciated.
No description
8 Replies
Cakey Bot
Cakey Bot2w ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Ninja
NinjaOP2w ago
running on ubuntu, homarr version Version 1.4.0
Manicraft1001
Manicraft10012w ago
!qa required_data
Cakey Bot
Cakey Bot2w ago
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question. Please provide: - your Homarr logs - your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...) - A detailed description of your problem or question with additional images where necessary - Your operating system - Version of Homarr (do not say latest! say 0.15.2, ...) Failure to comply with this will result in a permanent closure of your support request.
Ninja
NinjaOP2w ago
i set it up using portainer, docker run i believe (there was no compose), logs this error keeps on looping:
2025-03-05T19:56:18.416Z info A tRPC client has connected to the logging procedure
2025-03-05T19:56:20.006Z info The callback of 'healthMonitoring' cron job succeeded (before callback took 1 ms, callback took 3 ms)
2025-03-05T19:56:20.981Z info Dispatching request http://192.168.1.30:32400/status/sessions (6 headers)
2025-03-05T19:56:20.993Z info The callback of 'downloads' cron job succeeded (before callback took 2 ms, callback took 4 ms)
2025-03-05T19:56:20.993Z info The callback of 'dnsHole' cron job succeeded (before callback took 2 ms, callback took 4 ms)
2025-03-05T19:56:21.419Z error Failed to run integration job integration=rx59r8ecffvn59ogyi3fk4xo inputHash='W3t9XQ==' error=TypeError: fetch failed
at fetch6 (/app/apps/tasks/tasks.cjs:20067:17)
at async _PlexIntegration.getCurrentSessionsAsync (/app/apps/tasks/tasks.cjs:458139:22)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:460833:12)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:459495:16)
at async requestNewDataAsync (/app/apps/tasks/tasks.cjs:459449:26)
at async Object.getCachedOrUpdatedDataAsync (/app/apps/tasks/tasks.cjs:459460:20)
at async /app/apps/tasks/tasks.cjs:460613:9
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:446695:9)
The above error also had these properties on it:
{
cause: ConnectTimeoutError: Connect Timeout Error (attempted address: 192.168.1.30:32400, timeout: 10000ms)
at onConnectTimeout (/app/apps/tasks/tasks.cjs:2400:29)
at Immediate._onImmediate (/app/apps/tasks/tasks.cjs:2381:11)
at process.processImmediate (node:internal/timers:491:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
2025-03-05T19:56:18.416Z info A tRPC client has connected to the logging procedure
2025-03-05T19:56:20.006Z info The callback of 'healthMonitoring' cron job succeeded (before callback took 1 ms, callback took 3 ms)
2025-03-05T19:56:20.981Z info Dispatching request http://192.168.1.30:32400/status/sessions (6 headers)
2025-03-05T19:56:20.993Z info The callback of 'downloads' cron job succeeded (before callback took 2 ms, callback took 4 ms)
2025-03-05T19:56:20.993Z info The callback of 'dnsHole' cron job succeeded (before callback took 2 ms, callback took 4 ms)
2025-03-05T19:56:21.419Z error Failed to run integration job integration=rx59r8ecffvn59ogyi3fk4xo inputHash='W3t9XQ==' error=TypeError: fetch failed
at fetch6 (/app/apps/tasks/tasks.cjs:20067:17)
at async _PlexIntegration.getCurrentSessionsAsync (/app/apps/tasks/tasks.cjs:458139:22)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:460833:12)
at async Object.requestAsync (/app/apps/tasks/tasks.cjs:459495:16)
at async requestNewDataAsync (/app/apps/tasks/tasks.cjs:459449:26)
at async Object.getCachedOrUpdatedDataAsync (/app/apps/tasks/tasks.cjs:459460:20)
at async /app/apps/tasks/tasks.cjs:460613:9
at async catchingCallbackAsync (/app/apps/tasks/tasks.cjs:446695:9)
The above error also had these properties on it:
{
cause: ConnectTimeoutError: Connect Timeout Error (attempted address: 192.168.1.30:32400, timeout: 10000ms)
at onConnectTimeout (/app/apps/tasks/tasks.cjs:2400:29)
at Immediate._onImmediate (/app/apps/tasks/tasks.cjs:2381:11)
at process.processImmediate (node:internal/timers:491:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
i dont know what this stupid samba did to my setup
Manicraft1001
Manicraft10012w ago
It means that 192.168.1.30:32400 did not respond within 10 seconds. You probably messed up your ufw configuration. We cannot help you with that, because this is out of the scope of our support, since it's not related to Homarr in any way. I recommend you to check ufw logs and use the networking debugging tools to find the issue (e.g curl, ping, wget, ...). Does this answer your question?
Ninja
NinjaOP2w ago
okay thank you, i will see what i can do
Manicraft1001
Manicraft10012w ago
You're welcome. Good luck troubleshooting. Can I mark this as resolved?

Did you find this page helpful?