Uable to get SYNC request after successfull account linking : stackdriver error SYNC: Request ID 8548661928849770471 failed with code: INTERNAL_ERROR
See original GitHub issuethe console stackdriver log is this 👍 { insertId: "1lzw0tcg2xlyxvv" logName: "projects/testsmarthome-648a6/logs/actions.googleapis.com%2Factions" receiveTimestamp: "2019-04-24T13:36:50.274761403Z" resource: { labels: { action_id: "SMART_HOME_SYNC" project_id: "testsmarthome-648a6" version_id: "" } type: "assistant_action" } severity: "ERROR" textPayload: "SYNC: Request ID 8548661928849770471 failed with code: INTERNAL_ERROR" timestamp: "2019-04-24T13:36:50.265392966Z" }
2.my server can’t receive any SYNC request ,after successfull account linking
3. is my android system error? make the INTTERNAL_ERROR flag?
4. i try many times! but the stackdirver log alway the same result;
Issue Analytics
- State:
- Created 4 years ago
- Comments:27 (4 by maintainers)
Top Results From Across the Web
Request Sync | Cloud-to-cloud - Google Home Developers
This allows you to update users' devices without unlinking and relinking their account. All users linked to this identifier will receive a SYNC...
Read more >Request Sync giving a 404 error - Stack Overflow
In my case the problem was: in the SYNC request, it requires to have an "agentUserId" parameter and it was missing. "requestId": ...
Read more >cant sync, request canceled - Google Chrome Community
This is the error that i keep encountering. The cycle: sign in to google account > cant sync; request canceled > try to...
Read more >Chrome sync error requires frequent re-authentication and ...
None of these procedures have worked. Currently I'm synced to only one Windows 7 computer and my bookmarks duplcate every time I re-authenticate...
Read more >Fix sync is currently experiencing problems it will be back shortly
Today i get the following one error notification while i try to sync my gmail account contacts : Sync is currently experiencing problems....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
the console stackdriver log is this
{ insertId: "1lzw0tcg2xlyxvv" logName: "projects/testsmarthome-648a6/logs/actions.googleapis.com%2Factions" receiveTimestamp: "2019-04-24T13:36:50.274761403Z" resource: { labels: { action_id: "SMART_HOME_SYNC" project_id: "testsmarthome-648a6" version_id: "" } type: "assistant_action" } severity: "ERROR" textPayload: "SYNC: Request ID 8548661928849770471 failed with code: INTERNAL_ERROR" timestamp: "2019-04-24T13:36:50.265392966Z" }
my server can’t receive any SYNC request ,after successfull account linking
is my android system error? make the INTTERNAL_ERROR flag?
i try many times! but the stackdirver log alway the same result;
It’s not clear what’s happening here, as you definitely should be getting a request body. I think there should be some other parameter you should be accessing. What language/framework are you using?