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] categories in conference collection is getting duplicated over multiple runs. #64

Closed
rajatkb opened this issue Mar 24, 2020 · 1 comment · Fixed by #89
Closed
Labels
bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag

Comments

@rajatkb
Copy link
Owner

rajatkb commented Mar 24, 2020

Describe the bug
The categories field is getting populated with the same data repeatedly over multiple runs, in the conference collection.

To Reproduce
Steps to reproduce the behavior:

  1. Run the Scrapper-Service using python app.py -l debug -ls console --test True
    2.. Close it using Ctrl-C and run it again.
  2. Check conference categories data, you will see the conference data being repeated

Expected behaviour
There should be unique entries in the conference categories field.

Additional context
The bug is associated with insertion logic, need fix in that ASAP.

@rajatkb rajatkb added bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag labels Mar 24, 2020
@vipul-aggarwal-099
Copy link

I am interested with the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working easy GSSOC label for beginner tag gssoc20 GSSOC label for gscco20 tag
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants