Numerai Example Notebook Throwing Submission Errors

I’m trying to complete my first submission, before trying other ways of modeling using the Numerai example notebook in Google Colab at https://numer.ai/notebook.

However, each time I try to submit, I get the following error:

I haven’t changed the default code except for inserting my own keys and ID for the submission. What else do I need to change?

Thanks!
Brandon

My initial guess would be you ran your code right before the round change today so it submitted last week’s live data. Live data changes every Saturday at 18:00 UTC.

Try deleting the runtime and running it again so that it downloads this rounds live data.