umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Fix digest view error #228

Closed mdconatser closed 1 year ago

mdconatser commented 2 years ago

Using the "Digest View" button on the application just ends up producing a non-informative error message.

inoah1 commented 2 years ago

Created PR https://github.com/umgc/fall2022/pull/319 to resolve this issue

inoah1 commented 2 years ago

Also, while reviewing this issue, I noticed another error that was occurring due to an inactive/expired service account being used by the google cloud vision plugin. Not sure if this is already being addressed but it will require us to setup a new service account and enable google cloud vision api.

JesterSe7en commented 2 years ago

Check https://github.com/umgc/fall2022/issues/193#issuecomment-1239977247 if you want to setup your own service account.

You will need to create your own if you want to try this.