-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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
- Run
curl -L "https://www.meetup.com/women-coding-community/events/ical/" -o tools/files/meetup.ics - Run
cd toolsthensh 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')
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels