bobarr
bobarr copied to clipboard
getaddrinfo ENOT FOUND
Been unable to add any movie to my library. Firstly, it says "getaddrinfo ENOT FOUND" then "duplicate key value violates unique constraint "UQ_e67ea82f6973f5b9a6747fba346". So, from what I understand, it faces problems to connect to Redis but somehow something is stored in the DB. Transmission does not start any download.
And one note more: can't Dowload Tv shows, appears like a "forbiden" sign on the "Download" button.
Let me know if I can help
EDIT: more info
bobarr-api | 2020-09-01 03:09:08.660 [info] LibraryService - track movie - {"tmdbId":338762} bobarr-api | 2020-09-01 03:09:08.691 [info] JobsService - add download movie job - {"movieId":8} bobarr-api | 2020-09-01 03:09:08.693 [error] ExceptionsHandler - getaddrinfo ENOTFOUND redis - {"trace":"Error: getaddrinfo ENOTFOUND redis\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)"}
and then that error persist
bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) bobarr-api | [ioredis] Unhandled error event: Error: getaddrinfo ENOTFOUND redis bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)
If I try to add the movie again:
bobarr-api | at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)
bobarr-api | 2020-09-01 03:10:29.888 [error] ExceptionsHandler - duplicate key value violates unique constraint "UQ_e67ea82f6973f5b9a6747fba346" - {"trace":"QueryFailedError: duplicate key value violates unique constraint "UQ_e67ea82f6973f5b9a6747fba346"\n at new QueryFailedError (/usr/src/app/node_modules/typeorm/error/QueryFailedError.js:11:28)\n at Query.
Can you run docker-compose ps and send me the output? Also if you can pm me on Discord I can help.
It happens to me, any idea of root cause? the bitami version of redis starting failed, I switch to official redis for a workaround. I'm not sure why
Yes the bitnami image is not arm compatible I guess that's why.
Yes the bitnami image is not arm compatible I guess that's why.
Would you mind explaining how to make this swap?