Skip to content

bug: Duplicated events in "../_data/events.yml" #673

@silkenodwell

Description

@silkenodwell

Bug Report

When an event is renamed, this results in duplicate entries in the "../_data/events.yml" file, and therefore duplicate entries on the website as well.

Describe the bug

The tools/meetup_import.py script keeps two versions of events if the event title was renamed.

To Reproduce

Steps to reproduce the behavior:
With at least one future Meetup event having been renamed

  1. Run curl -L "https://www.meetup.com/women-coding-community/events/ical/" -o tools/files/meetup.ics
  2. Run cd tools then sh meetup_import.sh
    Observe that some events in the events.yml file are duplicated, such as the March bookclub in the screenshot below (having been renamed from 'TBD' to 'March Book Club: AI Engineering pt.2 and Showcase')
Image

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

Image

Reproducibility

  • The bug is reproducible consistently.
  • The bug is sporadic or occurs randomly.

Impact

  • The bug affects critical functionality.
  • The bug affects minor functionality.
  • The bug is a cosmetic issue.

Additional context

Add any other context about the problem here.

Related Issues/PRs

If you know of any related issues or pull requests, link them here.

Proposed Solution (optional)

If you have any ideas on how to fix the bug or potential areas to investigate, suggest them here.

Your Contribution (optional)

If you're able and willing to contribute a fix, mention it here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions