python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 60 forks source link

timeline add event error #524

Closed botanicvelious closed 2 years ago

botanicvelious commented 2 years ago

When I add an event to the timeline I get

Running build task build_add_event_to_calendar:403 Traceback (most recent call last): File "/var/www/python-blogs/python-blogs/manage.py", line 15, in execute_from_command_line(sys.argv) File "/var/www/python-blogs/venv/lib64/python3.10/site-packages/django/core/management/init.py", line 419, in execute_from_command_line utility.execute() File "/var/www/python-blogs/venv/lib64/python3.10/site-packages/django/core/management/init.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/var/www/python-blogs/venv/lib64/python3.10/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, *cmd_options) File "/var/www/python-blogs/venv/lib64/python3.10/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(args, **options) File "/var/www/python-blogs/python-blogs/gsoc/management/commands/runcron.py", line 197, in handle self.build_items(options) File "/var/www/python-blogs/python-blogs/gsoc/management/commands/runcron.py", line 60, in build_items err = getattr(build_tasks, builder.category)(builder) File "/var/www/python-blogs/python-blogs/gsoc/common/utils/build_tasks.py", line 218, in build_add_event_to_calendar "start": {"date": data["date"]}, KeyError: 'date'