Skip to content
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

error: "Internal Server Error" 500 #33

Open
javiercuellar73 opened this issue Dec 11, 2019 · 3 comments
Open

error: "Internal Server Error" 500 #33

javiercuellar73 opened this issue Dec 11, 2019 · 3 comments

Comments

@javiercuellar73
Copy link

Hi.
I was able to deploy and use properly report state dashboard.
It just stop showing results. I thought it was because bad data being uploaded to reportstate, buy I'm pretty sure data is correct.
I see the logs and have this:

2019-12-11 15:58:36 default[20191211t115446] "GET /homegraph?agentUserId=javiercuellar%40gmail.com&file=google-action-key.json HTTP/1.1" 500

rs

Any ideas ?

Thanks

@Fleker
Copy link
Member

Fleker commented Dec 12, 2019

Can you check what's happening in the server logs?

@TheWeirwoodTree
Copy link

@javiercuellar73 Did you get this resolved? I am facing the same issue.

@Aymkdn
Copy link

Aymkdn commented Sep 11, 2020

I also received an error 500 because HomeGraph returned a 404 Not Found error:

{
  "timestamp":1599815538477,
  "status":500,
  "error":"Internal Server Error",
  "exception":"java.lang.RuntimeException",
  "message":"Cannot connect to Home Graph service: 404 Not Found\n{\n  \"code\" : 404, \n  \"errors\" : [ {\n    \"domain\" : \"global\", \n    \"message\" : \"Requested entity was not found.\", \n    \"reason\" : \"notFound\"\n  } ], \n  \"message\" : \"Requested entity was not found.\", \n  \"status\" : \"NOT_FOUND\"\n}",
  "path":"/homegraph"
}

It's because I needed to use Google Home on my phone and connect to my service using the same UserID before using the webapp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants