ad-on-is / lidarr-deemix

44 stars 3 forks source link

no metadata #19

Closed Cousclou closed 6 months ago

Cousclou commented 6 months ago

Hi,

I haven't used Lidarr for a while, and I just realized it no longer works properly with your proxy.

image image

I have no metadata on the items.

It is therefore impossible to import music after downloading. At this stage, the proxy is simply unusable.

Here is my compose file:

  lidarr-deemix:
    image: ghcr.io/ad-on-is/lidarr-deemix
    container_name: lidarr-deemix
    environment:
      - DEEMIX_ARL=XXXXXXX
      - OVERRIDE_MB=true # set to true to override MusicBrainz completely !!! CAUTION !!! will delete all artists/albums imported from MB
      - PRIO_DEEMIX=true # set to true to prioritize Deemix albums over Lidarr (adds dupliactes on existing albums, needs cleanup and rescan)
      - LIDARR_URL=http://IP:8686
      - LIDARR_API_KEY=309e505ddd2945f3a33750cb8c295ea8
    volumes:
       - /portainer/Files/AppData/Config/Servarr/Lidarr/lidarr-deemix-certs:/root/.mitmproxy
    network_mode: "service:gluetun"
    restart: unless-stopped

version lidar : image

logs proxy:

2024-05-24T01:28:51.399708819Z 2024/05/24 03:28AM 50 | pid=21 hostname=62d8855cf467 reqId=req-2 req={"method":"GET","url":"/api/v0.4/album/bbbbbbbb-bbbb-bbbb-bbbb-bbb521235452","hostname":"127.0.0.1:7171","remoteAddress":"127.0.0.1","remotePort":47440} res={"statusCode":500} err={"type":"TypeError","message":"Cannot read properties of undefined (reading 'split')","stack":"TypeError: Cannot read properties of undefined (reading 'split')\n    at getAlbum (file:///app/dist/deemix.js:139:40)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at async doApi (file:///app/dist/index.js:100:22)\n    at async Object.<anonymous> (file:///app/dist/index.js:122:30)"} msg=Cannot read properties of undefined (reading 'split') 

2024-05-24T01:34:48.456994464Z 200 GET /api/v0.4/search?type=all&query=ajar

2024-05-24T01:34:52.457643166Z 200 GET /api/v0.4/artist/aaaaaaaa-aaaa-aaaa-aaaa-aaaaa3601941

2024-05-24T01:34:53.457753497Z 200 GET /api/v0.4/artist/aaaaaaaa-aaaa-aaaa-aaaa-aaaaa3601941

2024-05-24T01:35:47.465305414Z 200 GET /api/v0.4/artist/aaaaaaaa-aaaa-aaaa-aaaa-aaaaa3601941

2024-05-24T01:35:57.466707817Z 200 GET /api/v0.4/search?type=all&query=drake

2024-05-24T01:36:00.467135349Z 200 GET /api/v0.4/artist/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaa246791

2024-05-24T01:36:01.467410475Z 200 GET /api/v0.4/artist/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaa246791

2024-05-24T01:36:01.467446634Z 2024/05/24 03:36AM 50 | pid=21 hostname=62d8855cf467 reqId=req-a req={"method":"GET","url":"/api/v0.4/album/bbbbbbbb-bbbb-bbbb-bbbb-bbb515707142","hostname":"127.0.0.1:7171","remoteAddress":"127.0.0.1","remotePort":57496} res={"statusCode":500} err={"type":"TypeError","message":"Cannot read properties of undefined (reading 'split')","stack":"TypeError: Cannot read properties of undefined (reading 'split')\n    at getAlbum (file:///app/dist/deemix.js:139:40)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at async doApi (file:///app/dist/index.js:100:22)\n    at async Object.<anonymous> (file:///app/dist/index.js:122:30)"} msg=Cannot read properties of undefined (reading 'split') 
Druidblack commented 6 months ago

Безымянный Безымян4ный Version 2.1.7 MB+Deezer Mode

Druidblack commented 6 months ago

Note. These performers were in MB, but even when forcibly added from deezer, the data is loaded.

Cousclou commented 6 months ago

version 2.1.7 for lidarr ?

Druidblack commented 6 months ago

lidarr-deemix 2.1.7

ad-on-is commented 6 months ago

Hey thx for your feedback... there was indeed an issue with overrideMB... this is fixed now in 2.1.8