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

Genres #399

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Genres #399

wants to merge 16 commits into from

Conversation

vik135
Copy link
Contributor

@vik135 vik135 commented Jul 27, 2021

No description provided.

@lgtm-com
Copy link

lgtm-com bot commented Jul 31, 2021

This pull request introduces 5 alerts when merging 74cae92 into 7c00e04 - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable
  • 2 for Unused variable, import, function or class

@gcampax
Copy link
Contributor

gcampax commented Jul 31, 2021

Ok, unrelated Travis errors are solved now, but there are other errors specific to the movie skill that needs to be fixed before this can be merged.

@lgtm-com
Copy link

lgtm-com bot commented Jul 31, 2021

This pull request introduces 5 alerts when merging c285a7a into eed526e - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable
  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Aug 2, 2021

This pull request introduces 5 alerts when merging 61e0053 into 67f5901 - view on LGTM.com

new alerts:

  • 3 for Useless assignment to local variable
  • 2 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Aug 4, 2021

This pull request introduces 3 alerts when merging b20732b into e98aaae - view on LGTM.com

new alerts:

  • 3 for Missing variable declaration

const movieObj = {
id,
description: result.overview,
release_date: oneDate,
rating_score: Number(result.vote_average),
genres: result.genre_ids,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should map the genre IDs to an array of Entity objects containing the genre names as well, otherwise the agent won't be able to speak out the genre name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants