-
Notifications
You must be signed in to change notification settings - Fork 49
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
Images broken #105
Comments
returns undefined |
I checked the MAL site and it would seem that the april fools thing is over, and that the scraper cannot provide pictures. I tried using "nisekoi and naruto" |
Can you explain which method you use, I don't reproduce with getInfoFromName. |
|
I haven't the same result as you, there is an image in picture attribute :
|
I hate to be the person that cannot provide more details about a bug, but i really have no idea what is going on. I am very sorry. |
What country do you live in @pendragons-code? Maybe this is a problem with content blocked in your country. Though it would be weird with the details you've given me. Is it still working with a previous |
Singapore. Sorry for being late, and yes, in the older version(s) they are working. |
It is interesting because the schema/response model is completely different from what I am getting. Yes, as of 2 hours ago, I can confirm that the bug is still there. |
Oh! Are you using Typescript here @pendragons-code ? |
I can also vouch that on const malScraper = require('mal-scraper')
const name = 'nisekoi'
malScraper.getInfoFromName(name)
.then((data) => console.log(data))
.catch((err) => console.log(err)) I have the same results as @Aeden-B 🤔 The model is indeed different so I'm not sure if you are actually using. this code or something else 🤔 |
Not at all! I was using nodejs v18 :(.
[2.12.0](https://www.npmjs.com/package/mal-scraper/v/2.12.0)
Sorry man.
|
hey @Aeden-B @Kylart you should put my issue to low priority, this seems to be only affecting me so far, I like your projects very much and if my small issue is holding you all down, that would be bad. I will try to figure it out by myself. I will post an answer here in the future, and you can close it if you want to. |
It seems that on april fools, the images seem to have been broken, due to the site adding cats. I'm not sure, but i was pulling get info from name and i got inconsistent results.
The text was updated successfully, but these errors were encountered: