Google Apps Script: “Unreachable Service: mirror” error

拈花ヽ惹草 提交于 2020-05-15 11:43:45

问题


Some months ago (while Apps Script was using the Rhino runtime) I wrote a script using the Google Classroom API. All the functions in the script always worked fine. When in February Google changed to the Chrome V8 runtime, I migrated my script and it continued working fine.

Today, when I try to run any of the functions of this script, I get an "Unreachable Service: mirror" error. No matter the function called.

Other person reported 9 days ago a similar error (googlesheets script error “Unreachable Service: mirror).

Does anybody know what this error could mean?


回答1:


In case someone is facing the same issue:

This looks like a bug and it has been reported in Google's Issue Tracker. You can click on the star next to the issue number to receive updates and to give more priority to the bug.



来源:https://stackoverflow.com/questions/61675511/google-apps-script-unreachable-service-mirror-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!