Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

We are sorry, this song is removed #3

Open
joshambush opened this issue Aug 25, 2018 · 4 comments
Open

We are sorry, this song is removed #3

joshambush opened this issue Aug 25, 2018 · 4 comments

Comments

@joshambush
Copy link

I set everything up and have the site running but when ever i click on a song it says, "We are sorry, this song is removed". Please help with this issue! Thank You.

@kenhgt247
Copy link

Xin Hãy Giúp Tớ Làm thế Nào để đưa lên host , và cài đặt xong trên localhost thì báo bài này đã bị xóa . thank tớ chưa dùng thử loại code kiểu này bao giờ mong bạn chỉ giúp cảm ơn

@thang-d
Copy link
Contributor

thang-d commented Oct 22, 2018

Open file "server\routes\api\media\song.js"
Update from line 13 to line 17 following:

    const regex = /key=.{33}/; // get the resouce url
    const match = html.match(regex);

    if (!match) throw new Error("can't find the resource URL");

    const [matchUrl] = match;
    const resource = yield request(`https://mp3.zing.vn/xhr/media/get-source?type=audio&${matchUrl}`);

@kenhgt247
Copy link

kenhgt247 commented Oct 22, 2018 via email

@thang-d
Copy link
Contributor

thang-d commented Oct 23, 2018

bạn ơi mình có thể đưa lên host php để dùng code này ko ? làm ơn chỉ giúp mình Vào 00:17, T.3, 23 Th10, 2018 Thang Le notifications@github.com đã viết:

Project này có server viết bằng nodejs bạn ơi, nên cần host hỗ trợ nodejs. Nếu bạn muốn chạy trên host php thì viết lại code server bằng php là được.

awesome341 pushed a commit to awesome341/React-Redux-Echo-App that referenced this issue Feb 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants