We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to search, however I didn't get any subtitles back, the html returned by addic7ed is an empty string.
Repro code:
let addic7edApi = require('addic7ed-api'); addic7edApi.search("Suits", "09", "06", ['eng']) .then(function (subtitlesList) { console.log(subtitlesList); }) .catch(function(e){ console.log("ERROR: ", e) });
Which is equivalent to this URI: https://www.addic7ed.com/search.php?search=Suits%2009x06&Submit=Search
If I try this when logged in it works, but not in an incognito window.
I don't have time to look into this for the next three weeks since I'm on holiday otherwise I'm happy to help.
The text was updated successfully, but these errors were encountered:
Issue seems to have been at addic7ed's side, everything seems to work again now.
Sorry, something went wrong.
No branches or pull requests
I tried to search, however I didn't get any subtitles back, the html returned by addic7ed is an empty string.
Repro code:
Which is equivalent to this URI: https://www.addic7ed.com/search.php?search=Suits%2009x06&Submit=Search
If I try this when logged in it works, but not in an incognito window.
I don't have time to look into this for the next three weeks since I'm on holiday otherwise I'm happy to help.
The text was updated successfully, but these errors were encountered: