mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
Lidarr- Deezer arl not downloading anything #51
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Expected behavior




Lidarr extended should download my music but it doesn't :(((
Additional context
I hope this is due to user end misconfiguration and if it is please tell me what I am doing wrong.
@RandomNinjaAtk commented on GitHub (Sep 4, 2023):
Post your config file without the ARL key
@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
@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.
@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):
Thanks for your help anyway really appreciate it
@RandomNinjaAtk commented on GitHub (Sep 5, 2023):
You should try to curl this url
https://api.deezer.com/artist/1from within the container cli (not host) and see results you get and post them here...@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
@fradulentleech commented on GitHub (Sep 5, 2023):
it looks normal to me...
@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...
@fradulentleech commented on GitHub (Sep 5, 2023):
haha that's very gracious of you thanks a lot
@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
@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...)
@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):
I edited conf properly this time with vim and it still didn't work...
@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.
@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
@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 8, 2023):
@fradulentleech did you figure out the problem? If yes, would be good for you to post what the solution was...
@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
@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
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?