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

type errors(both) and streaming issue(only iOS) after in-app browse #1

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

Conversation

DrAchernar
Copy link

@DrAchernar DrAchernar commented Sep 24, 2019

No description provided.

we need to check double variables' response type for preventing type errors. I didn't check 'popularity' or others. I checked only 'vote_average'. If there is no user vote on a movie, Api will response int(0) value. 

Example movie: we can try to see details movie-id "573259". We will see  "type 'int' is not a subtype of type 'double'" error...
for iOS; After in-app browsing(like navigate to teaser url) and back to app, Streamer calls chipLayout again as all others. So genresList increases (^2) on every same navigation scenario. required to be checked(first loop)
@DrAchernar DrAchernar changed the title checking response that values are int(type error) type errors(both) and streaming issue(only iOS) after in-app browse Oct 23, 2019
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.

None yet

1 participant