-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON contents not loading correctly. #1
Comments
Hi, @wagerpascal . Thank you for your use and issue. Did you live abroad? You know, you can not download things in abroad. Some people met this issue because they live abroad. They solve the problem when they use the vpn in China. |
Oh I see. It's been around 10 years since the last time I've downloaded a mp3 from Baidu... didn't know their policy changed. Sorry about the confusion. |
you can change your host and it may solve this problem......
not tested but this host works pretty good in website Btw, I am writting a script to find netease music CDN..... right there : https://gist.github.com/NKUCodingCat/9021caca8e4e9c76dadcf597f839bc89 which will find the IP of m*.music.126.net |
Oh dang, that might actually work. You've got a pretty cool script, I'll definitely peek at it when finals are over. Thanks! |
I loaded the code into the Cloud 9 IDE and tried to run:
I got the following error:
I printed 'd' from " d = json.loads(contents, encoding="utf-8") " and received the following error:
Couldn't figure out what exactly is wrong here, but I'd like to note it. I think it's either JSON or UTF related.
The text was updated successfully, but these errors were encountered: