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

Error: Cannot find execute code #84

Open
jacktheboss220 opened this issue Jul 28, 2023 · 3 comments
Open

Error: Cannot find execute code #84

jacktheboss220 opened this issue Jul 28, 2023 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@jacktheboss220
Copy link

/js-response/(function(){
function del(){while(document.body.firstChild){document.body.removeChild(document.body.firstChild);}};

if(window.location.hostname.search(/(?:^|.|@)(savefrom.net|sfrom.net|ssyoutube.com)$/i) == -1) {
alert('Please go to http://savefrom.net/ to get direct links');
del();
return;
}
function showResult(){
var success = false;
try {
var d = window.parent.document;
if(d && d.getElementById) {
var e = d.getElementById('sf_result');
if(e && e.innerHTML) {
window.parent.sf.finishRequest(true);;
e.innerHTML = '';
window.parent.sf.result.showEmptyResult({"html":"Something went wrong. Please try to reload the page or use another browser.","invalid_request":true,"resource":"","success":false,"source_url":"https://www.instagram.com/p/CvFbwPqRxd3"},false,true,false);;
window.parent.sf.enableElement('sf_submit', true);
success=true;
}
}
} catch(err){}
del();
if(!success) {
var alt = '';
if(alt) alert(alt);
}
}
showResult();
})();/js-response/

its not working. please take a look,

url- https://www.instagram.com/p/CvFbwPqRxd3

@noxzym
Copy link

noxzym commented Jul 28, 2023

I believe that we need to put ts, _ts, and _s into the request body right now but how to get the data?
image

@jacktheboss220
Copy link
Author

any fix?

@BochilGaming BochilGaming added bug Something isn't working enhancement New feature or request labels Aug 8, 2023
BochilGaming added a commit that referenced this issue Aug 19, 2023
@jacktheboss220
Copy link
Author

please update in npm package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants