Skip to content

No description: (description: ' ',) #3

Description

@rmotafreitas

So i am using your code example:

// do a quick search
mal.quickSearch("lelouch").then(function (results) {
// access and fetch the first character
results.character[0].fetch().then(function (r) {
// access and fetch the first anime
r.animeography[0].fetch().then(function (r) {
console.log(r);
});
});
});

But in output, i don't get a description:

mal: MyAnimeList { url: 'https://myanimelist.net' },
type: 'anime',
id: '1575',
sn: 'Code_Geass__Hangyaku_no_Lelouch',
path: '/anime/1575/Code_Geass__Hangyaku_no_Lelouch',
fetched: true,
title: 'Code Geass: Hangyaku no Lelouch',
score: 8.72,
ranked: 41,
popularity: 14,
members: NaN,
cover: undefined,
description: '',
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions