hcarter333 / ham-radio-freedom

0 stars 0 forks source link

NeedIndexError on saving scores #4

Closed hcarter333 closed 1 year ago

hcarter333 commented 1 year ago

The following error was produced:\

NeedIndexError: no matching index found. recommended index is: - kind: HamTestScore properties: - name: name - name: tclass - name: scoredate The suggested index for this query is: - kind: HamTestScore properties: - name: name - name: tclass - name: scoredate

After researching I found https://stackoverflow.com/questions/29807215/google-app-engine-error-needindexerror-no-matching-index-found

Looking through the original ham exam site, I found index.yaml. I moved it to the current deployment, and then executed the command

gcloud app deploy index.yaml

After which ham scores are saved.

hcarter333 commented 1 year ago

Resulting scores. Note that the user name is not displayed. See #5 image

hcarter333 commented 1 year ago

Video of scores in operation

https://user-images.githubusercontent.com/363004/214689704-4771a576-0268-4cfc-9a57-23047f52f334.mp4