Skip to content
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

Can't download from soundcloud as of code error. #49

Closed
greevak opened this issue Dec 16, 2020 · 1 comment
Closed

Can't download from soundcloud as of code error. #49

greevak opened this issue Dec 16, 2020 · 1 comment
Assignees
Labels
available in early access Early access available for Patreon bug
Milestone

Comments

@greevak
Copy link

greevak commented Dec 16, 2020

Description
image

line 22 says:

function P(a,b){return new Promise(function(c,d){var e=JSON.parse(a),f=new XMLHttpRequest;f.arguments={P:b};f.onerror=function(){return d(f.statusText)};f.open("GET",e[e.length-4]);f.onload=function(){var g=/client_id:"([^"]+)"/g.exec(f.responseText);"undefined"!==typeof g&&"undefined"!==typeof g[1]?c([g[1],f.arguments.P]):d("unable to get client id")};f.send(null)})}

Steps to reproduce the issue:

  1. fix the code.

Describe the results you received:
I wanted to download a song from soundcloud but i keep getting this error message from chrome.

Describe the results you expected:
work.

Additional required informations:
image

Link of the site:
Actual Keeptune version: 2.7.1>"

@jaymoulin jaymoulin self-assigned this Dec 16, 2020
@jaymoulin jaymoulin added the bug label Dec 16, 2020
@jaymoulin
Copy link
Owner

Thank you for your issue. Keeptune support is now only continued for supporters on Patreon.

PayPal donation
Buy me a coffee
Become a Patron

@jaymoulin jaymoulin added this to the 2.7.2 milestone Dec 16, 2020
@jaymoulin jaymoulin added the available in early access Early access available for Patreon label Dec 29, 2020
Repository owner locked as resolved and limited conversation to collaborators Jan 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
available in early access Early access available for Patreon bug
Projects
None yet
Development

No branches or pull requests

2 participants