Lidarr- Deezer arl not downloading anything #51

Closed
opened 2026-02-20 00:14:10 -05:00 by deekerman · 20 comments
Owner

Originally created by @fradulentleech on GitHub (Sep 4, 2023).

Application
Lidarr

Host platform
Docker Fedora 38

Script
Audio

Script Version
Latest one

Describe the bug
I put working deezer arl in extended.conf and according to logs everything works fine except no music is ever downloaded.

To Reproduce
Steps to reproduce the behavior:

  1. Put working arl in extended.conf
  2. Add root folder and an artist (in my case taylor swift) include everything in chosen profiles and monitor all albums
  3. Tail logs
  4. Everything seems right but no music is found ever by fuzzy search ( I will include log excerpt)

Expected behavior
Lidarr extended should download my music but it doesn't :(((
Screenshot from 2023-09-05 01-03-26
Screenshot from 2023-09-05 01-07-03
Screenshot from 2023-09-05 01-09-35
Screenshot from 2023-09-05 01-09-57

Additional context
I hope this is due to user end misconfiguration and if it is please tell me what I am doing wrong.

Originally created by @fradulentleech on GitHub (Sep 4, 2023). **Application** Lidarr **Host platform** Docker Fedora 38 **Script** Audio **Script Version** Latest one **Describe the bug** I put working deezer arl in extended.conf and according to logs everything works fine except no music is ever downloaded. **To Reproduce** Steps to reproduce the behavior: 1. Put working arl in extended.conf 2. Add root folder and an artist (in my case taylor swift) include everything in chosen profiles and monitor all albums 3. Tail logs 4. Everything seems right but no music is found ever by fuzzy search ( I will include log excerpt) **Expected behavior** Lidarr extended should download my music but it doesn't :((( ![Screenshot from 2023-09-05 01-03-26](https://github.com/RandomNinjaAtk/arr-scripts/assets/139424746/0f255c3e-894a-4c55-b0e5-a96a41bdc43d) ![Screenshot from 2023-09-05 01-07-03](https://github.com/RandomNinjaAtk/arr-scripts/assets/139424746/930e1481-5845-4680-816b-c413abb9378f) ![Screenshot from 2023-09-05 01-09-35](https://github.com/RandomNinjaAtk/arr-scripts/assets/139424746/03bb6702-42b1-43d6-838d-da620715e8e6) ![Screenshot from 2023-09-05 01-09-57](https://github.com/RandomNinjaAtk/arr-scripts/assets/139424746/c5dec668-f0ac-4a4b-9b5f-a8558e4c673c) **Additional context** I hope this is due to user end misconfiguration and if it is please tell me what I am doing wrong.
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 4, 2023):

Post your config file without the ARL key

@RandomNinjaAtk commented on GitHub (Sep 4, 2023): Post your config file without the ARL key
Author
Owner

@fradulentleech commented on GitHub (Sep 4, 2023):

extended.txt
Github said it doesn't support file type so i changed extension to txt hope that is ok with u

@fradulentleech commented on GitHub (Sep 4, 2023): [extended.txt](https://github.com/RandomNinjaAtk/arr-scripts/files/12518519/extended.txt) Github said it doesn't support file type so i changed extension to txt hope that is ok with u
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 5, 2023):

I don't see anything off in your file. However, something isn't correct because in your earlier log, its only doing fuzzy searches, which fuzzy search is like the last resort....

My suspicion is that the script is unable to connect to deezer.com... Which would indicate an issue with your configuration/setup.... You should try verifying you can access the website.

@RandomNinjaAtk commented on GitHub (Sep 5, 2023): I don't see anything off in your file. However, something isn't correct because in your earlier log, its only doing fuzzy searches, which fuzzy search is like the last resort.... My suspicion is that the script is unable to connect to deezer.com... Which would indicate an issue with your configuration/setup.... You should try verifying you can access the website.
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

Hmmm I just tried downloading with streamrip using same arl and it worked just fine. I guess i'll just nuke the whole thing and try again maybe tailing logs from the very beginning would show me something i missed.

@fradulentleech commented on GitHub (Sep 5, 2023): Hmmm I just tried downloading with streamrip using same arl and it worked just fine. I guess i'll just nuke the whole thing and try again maybe tailing logs from the very beginning would show me something i missed.
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

Thanks for your help anyway really appreciate it

@fradulentleech commented on GitHub (Sep 5, 2023): Thanks for your help anyway really appreciate it
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 5, 2023):

You should try to curl this url https://api.deezer.com/artist/1 from within the container cli (not host) and see results you get and post them here...

@RandomNinjaAtk commented on GitHub (Sep 5, 2023): You should try to curl this url `https://api.deezer.com/artist/1` from within the container cli (not host) and see results you get and post them here...
Author
Owner
@fradulentleech commented on GitHub (Sep 5, 2023): root@bbc629ea56eb:/# curl https://api.deezer.com/artist/1 {"id":1,"name":"The Beatles","link":"https:\/\/www.deezer.com\/artist\/1","share":"https:\/\/www.deezer.com\/artist\/1?utm_source=deezer&utm_content=artist-1&utm_term=0_1693915741&utm_medium=web","picture":"https:\/\/api.deezer.com\/artist\/1\/image","picture_small":"https:\/\/e-cdns-images.dzcdn.net\/images\/artist\/895c65537c74c2014b459f73e84bccb0\/56x56-000000-80-0-0.jpg","picture_medium":"https:\/\/e-cdns-images.dzcdn.net\/images\/artist\/895c65537c74c2014b459f73e84bccb0\/250x250-000000-80-0-0.jpg","picture_big":"https:\/\/e-cdns-images.dzcdn.net\/images\/artist\/895c65537c74c2014b459f73e84bccb0\/500x500-000000-80-0-0.jpg","picture_xl":"https:\/\/e-cdns-images.dzcdn.net\/images\/artist\/895c65537c74c2
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

it looks normal to me...

@fradulentleech commented on GitHub (Sep 5, 2023): it looks normal to me...
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 5, 2023):

Hmm, yeah that is normal. I'll have to see if I can replicate when I have the time...

@RandomNinjaAtk commented on GitHub (Sep 5, 2023): Hmm, yeah that is normal. I'll have to see if I can replicate when I have the time...
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

haha that's very gracious of you thanks a lot

@fradulentleech commented on GitHub (Sep 5, 2023): haha that's very gracious of you thanks a lot
Author
Owner

@totaltentigers commented on GitHub (Sep 5, 2023):

Same issue here.. ARL is good, no error in logs. On latest lidarr version and latest arr-scripts conf

@totaltentigers commented on GitHub (Sep 5, 2023): Same issue here.. ARL is good, no error in logs. On latest lidarr version and latest arr-scripts conf
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 5, 2023):

@totaltentigers @fradulentleech

Well after some testing (clean installation), I'm not able to reproduce your issue, which indicates there is something wrong with your particular configuration/setup.

It might be best for you to setup a duplicate container, clean slate and test to see if you can reproduce the issue.

I tested both using token and fallback...

You can also provide more logs here for me to possibly look through if I have the time....

Edit:
Another quick thought I had, you may have corrupted your conf file by using a non linux compatible file editor... Try replacing the file and use a proper editor.... I only think this because your initial logs don't indicate searching by lyric type, which makes me think the script can't read your config file... Which would be caused by user error... (incompatible line endings...)

@RandomNinjaAtk commented on GitHub (Sep 5, 2023): @totaltentigers @fradulentleech Well after some testing (clean installation), I'm not able to reproduce your issue, which indicates there is something wrong with your particular configuration/setup. It might be best for you to setup a duplicate container, clean slate and test to see if you can reproduce the issue. I tested both using token and fallback... You can also provide more logs here for me to possibly look through if I have the time.... Edit: Another quick thought I had, you may have corrupted your conf file by using a non linux compatible file editor... Try replacing the file and use a proper editor.... I only think this because your initial logs don't indicate searching by lyric type, which makes me think the script can't read your config file... Which would be caused by user error... (incompatible line endings...)
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

Hmm was lazy and did edit everything with text editor hahaha will apk add vim in my new container and report back

@fradulentleech commented on GitHub (Sep 5, 2023): Hmm was lazy and did edit everything with text editor hahaha will apk add vim in my new container and report back
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

I edited conf properly this time with vim and it still didn't work...

@fradulentleech commented on GitHub (Sep 5, 2023): I edited conf properly this time with vim and it still didn't work...
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 5, 2023):

Did you verify the line endings are unix compatible?

Try a new installation, to see if you can reproduce the issue. I cannot reproduce it... So its either a problem with your setup or ARL key....

Also post more logs, because what you posted didn't look quite right, which is why I was suspecting an issue with the conf file.

@RandomNinjaAtk commented on GitHub (Sep 5, 2023): Did you verify the line endings are unix compatible? Try a new installation, to see if you can reproduce the issue. I cannot reproduce it... So its either a problem with your setup or ARL key.... Also post more logs, because what you posted didn't look quite right, which is why I was suspecting an issue with the conf file.
Author
Owner

@fradulentleech commented on GitHub (Sep 5, 2023):

cat -e extended.conf shows all lines ended with $
maybe it has something to do with the arl i bought it for less than a dollar

@fradulentleech commented on GitHub (Sep 5, 2023): cat -e extended.conf shows all lines ended with $ maybe it has something to do with the arl i bought it for less than a dollar
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 6, 2023):

You could try with leaving the ARL token empty (blank). That would allow the script to use the fallback method, and see if that works...

@RandomNinjaAtk commented on GitHub (Sep 6, 2023): You could try with leaving the ARL token empty (blank). That would allow the script to use the fallback method, and see if that works...
Author
Owner

@RandomNinjaAtk commented on GitHub (Sep 8, 2023):

@fradulentleech did you figure out the problem? If yes, would be good for you to post what the solution was...

@RandomNinjaAtk commented on GitHub (Sep 8, 2023): @fradulentleech did you figure out the problem? If yes, would be good for you to post what the solution was...
Author
Owner

@fradulentleech commented on GitHub (Sep 8, 2023):

No sorry I have just given up and switched to using deemon and didn't wanna waste your time anymore

@fradulentleech commented on GitHub (Sep 8, 2023): No sorry I have just given up and switched to using deemon and didn't wanna waste your time anymore
Author
Owner

@SUNGOLDSV commented on GitHub (Sep 26, 2023):

@fradulentleech could you please post the curl output of https://api.deezer.com/artist/1/top?limit=50 ?
I'm facing the same issue and I get

sungold@poseidon:~/dcompose/arrbois$ docker container exec lidarr curl https://api.deezer.com/artist/1/top?limit=50
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    21  100    21    0     0     22      0 --:--:-- --:--:-- --:--:--    22
{"data":[],"total":0}

Upon running through a vpn, I'm successfully able to get a response. I suspect it's due to deezer not being available in my country. Can you confirm it's same for your case?

@SUNGOLDSV commented on GitHub (Sep 26, 2023): @fradulentleech could you please post the curl output of `https://api.deezer.com/artist/1/top?limit=50` ? I'm facing the same issue and I get ``` sungold@poseidon:~/dcompose/arrbois$ docker container exec lidarr curl https://api.deezer.com/artist/1/top?limit=50 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 21 100 21 0 0 22 0 --:--:-- --:--:-- --:--:-- 22 {"data":[],"total":0} ``` Upon running through a vpn, I'm successfully able to get a response. I suspect it's due to deezer not being available in my country. Can you confirm it's same for your case?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/arr-scripts#51
No description provided.