abaddonpuff / commandCenter

Centralized hub for a bunch of stuff
GNU General Public License v3.0
3 stars 0 forks source link

getting crash when trying spotify entering artist #62

Open bbelderbos opened 1 month ago

bbelderbos commented 1 month ago

Can you check on your end please?

File "/Users/bbelderbos/code/pdm/gerardo/commandCenter/centralHub/views.py", line 134, in list_artist
    artist_choice = request.POST["artistChoicesContainer"]
                    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/bbelderbos/code/pdm/gerardo/commandCenter/venv/lib/python3.11/site-packages/django/utils/datastructures.py", line 86, in __getitem__
    raise MultiValueDictKeyError(key)
django.utils.datastructures.MultiValueDictKeyError: 'artistChoicesContainer'
bbelderbos commented 1 month ago

Ah this is a user error, I submitted the form before the 2nd select box (returned by htmx) showed. So maybe make the 'search artist' inactive button so it does not allow you to submit till then.