So, I'll call the function from a Python shell as such:
data = myhumaniofile.main()
The form will pop up in the
human.io web client, I'll plug in some dummy data, and hit submit. The form will exit as it should on the web client. However, when I wait for my function to finish executing in the shell, it just hangs. The script never terminates to allow me to further work with the data variable.
All this being said, this may be due to some weirder issues than just the script. I'm running this as a task in a Django/Python shell. It was previously being called as a Celery task (the source of the original issue). I tweaked the imports a bit so I could call the function directly, and now I'm getting a "Got 404 from server when registering the task" error that infinitely repeats in the console.