This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
make error #29
Labels
Comments
I also got an error on
Same if I just try to run the binary:
|
@MK5555 fixed! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try git clone and make. But an error has occurred. How to fix it?
CGO_ENABLED=1 go build -tags " cgo" .
=== RUN TestApi
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://www.youtube.com/watch?v=lWEbEtr_Vng: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(0): expected "lWEbEtr_Vng", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://www.youtube.com/watch?v=ALWmcO8S-dc: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(1): expected "ALWmcO8S-dc", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object : fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(2): expected "", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://www.facebook.com/mark/videos?v=RDHpNluHOAJFA: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(3): expected "", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://www.youtube.com/watch?v=ALWmcO8S-dc: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(4): expected "ALWmcO8S-dc", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://www.wsj.com/articles/trump-administration-wont-withdraw-from-paris-climate-deal-1505593922: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(5): expected "", actual "fork/exec youtube-dl: no such file or directory"
time="2020-04-12T20:48:22+03:00" level=error msg="Unable to create goutube object https://vimeo.com/101522071: fork/exec youtube-dl: no such file or directory"
TestApi: download_test.go:27: videoId(6): expected "", actual "fork/exec youtube-dl: no such file or directory"
--- FAIL: TestApi (0.00s)
FAIL
FAIL github.com/ch3ck/youtube-dl 0.007s
FAIL
Makefile:26: recipe for target 'test' failed
make: *** [test] Error 1
The text was updated successfully, but these errors were encountered: