yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.38k stars 470 forks source link

Unable to download music videos #151

Open ordinarygulp opened 4 years ago

ordinarygulp commented 4 years ago

For any music video I try, I get an error. Such as:

Enter VideoID(Enter '0' go back):128447117
[Title      ]       Darkness
[Duration   ]       365
[TrackNumber]       1
[Type       ]       Music Video

[ERR]         Darkness
ordinarygulp commented 4 years ago

@yaronzz any ideas?

ordinarygulp commented 4 years ago

@yaronzz can you check this?

yaronzz commented 4 years ago

resolution?

Yaron

在 2020年3月1日,上午11:18,d2dyno notifications@github.com 写道:

 @yaronzz can you check this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

ordinarygulp commented 4 years ago

1080.

Here's a list of videos that are all failing for me:

25830049
37807012
25739364
99199145
37807899
99202820
25895166
25467746
99204102
24614231
37809494
23992224
23761787
24274892
30583420
64295072
67923289
109621822
90782727
94085687
112930560
117055286
yaronzz commented 4 years ago

cant reappear ur problem maybe need some output messages when err

Yaron

在 2020年3月1日,上午11:24,d2dyno notifications@github.com 写道:

 Here's a list of videos that are all failing for me:

25830049 37807012 25739364 99199145 37807899 99202820 25895166 25467746 99204102 24614231 37809494 23992224 23761787 24274892 30583420 64295072 67923289 109621822 90782727 94085687 112930560 117055286 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

ordinarygulp commented 4 years ago

This is all the output says when it fails:

----Video[19/22]----
[ID]                90782727
[Title      ]       Start Again
[Duration   ]       182
[TrackNumber]       1
[Type       ]       Music Video

[ERR]         Start Again
----Video[20/22]----
[ID]                94085687
[Title      ]       Connection
[Duration   ]       165
[TrackNumber]       1
[Type       ]       Music Video

[ERR]         Connection
----Video[21/22]----
[ID]                112930560
[Title      ]       Rescue Me
[Duration   ]       173
[TrackNumber]       1
[Type       ]       Music Video

[ERR]         Rescue Me
----Video[22/22]----
[ID]                117055286
[Title      ]       Wanted
[Duration   ]       146
[TrackNumber]       1
[Type       ]       Music Video

[ERR]         Wanted
doomdance commented 4 years ago

@d2dyno I was seeing the same issue on my Mac until I specifically ran tidal-dl with python3. My mac has python 2.7 as it's default so I had to run it like so: $ /usr/local/bin/python3 /Users//Library/Python/3.7/bin/tidal-dl

Once I ran it like that I was able to download videos.

ordinarygulp commented 4 years ago

I use a docker image with python3, python:alpine3.10