django-scheduler-sample
django-scheduler-sample copied to clipboard
'NoneType' object has no attribute 'event'
Reproducible steps
- Follow the instructions from
README.mdto setup the project. - Run
./manage.py load_sample_data - Run
./manage.py load_example_data - Navigate to the next 25th of December where a recurrent occurrence is displayed.
- http://127.0.0.1:8000/schedule/calendar/daily/example/?year=2017&month=12&day=25
- Click on that
Xicon of theChristmas Partyevent occurrence. - In the
Questionmodal window, clickThisbutton.
Actual result
Exception: 'NoneType' object has no attribute 'event'
Expected result
Cancel only that occurrence.
I am running into the same issue. Did you ever find any way to fix this? I can obviously tell that the object is none (based on the local var in the picture), but this is directly from the django-scheduler-sample I have a hard time believing this issue lies on my side. Noted that I have also implemented the regular scheduling app in my website and I run into the same issue. I am a knowledgeable developer but this seems to be either something that I am completely messing up on, or it is an incomplete app. Noted I have followed the README multiple times to the tee, and yet, I wind up with the same results.