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

[BUG] Play Store Scrapper fails #34

Closed
lalitpagaria opened this issue Feb 5, 2021 · 0 comments · Fixed by #35
Closed

[BUG] Play Store Scrapper fails #34

lalitpagaria opened this issue Feb 5, 2021 · 0 comments · Fixed by #35
Assignees
Labels
bug Something isn't working

Comments

@lalitpagaria
Copy link
Collaborator

Describe the bug
A clear and concise description of what the bug is.

While running example itself fails.
To Reproduce
Steps to reproduce the behavior:
Just run the play store scrapper example
Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

  File "/Users/lalitp/PycharmProjects/obsei/example/playstore_scrapper_example.py", line 31, in <module>
    source_response_list = source.lookup(source_config)
  File "/Users/lalitp/PycharmProjects/obsei/obsei/source/playstore_scrapper.py", line 73, in lookup
    if review.date < review["at"]:
AttributeError: 'dict' object has no attribute 'date'

Please complete the following information:

  • OS:
  • Version:

Additional context
Add any other context about the problem here.

@lalitpagaria lalitpagaria added the bug Something isn't working label Feb 5, 2021
@lalitpagaria lalitpagaria self-assigned this Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant