-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend Issue #4
Comments
this means that the code didn't execute correctly. You have to check the logs in the cloudwatch |
how do i do that ? |
connect to your AWS account and check the cloudwatch logs related to your lambda function. It will tell you what error occurred. I cannot really help you without that specific information. |
I opened my aws cloudwatch what should i be looking for ? |
I have also got the same error and I have checked the logs it was showing below error what to do? |
You'll have to specify your own buckets. You're referencing mine in the code. That's why you have an AccessDenied error I think. |
Solved the issue as you have said I have referenced the wrong bucket, By the way, thanks for this awesome tutorial, I hope in the future we get more amazing playlist |
After following everything described in the tutorial , i finally got a url after deploying sls model.
when i pasted that url in notebooks an executed the code i kept getting this error, any help is much appreciated , i'm very close to completing this project i need help with this error.
KeyError: 'output'
KeyError Traceback (most recent call last)
in
----> 1 image = response.json()["output"]
2
3 image = image[image.find(",")+1:]
4 dec = base64.b64decode(image + "===")
5
KeyError: 'output'
The text was updated successfully, but these errors were encountered: