You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"One possible cause: {TOKEN_FILE} may be configured for a different Globus endpoint. For example, you may have previously set a different destination endpoint for `--hpss=globus://`."
148
+
)
149
+
logger.error("Try deleting {TOKEN_FILE} and re-running.")
150
+
raisee
142
151
143
152
# No stored tokens, need to authenticate
144
153
logger.info("No stored tokens found - starting authentication")
"With proper scope handling, this block should not be reached."
264
273
)
274
+
275
+
logger.error(
276
+
f"One possible cause: {TOKEN_FILE} may be configured for a different Globus endpoint. For example, you may have previously set a different destination endpoint for `--hpss=globus://`."
277
+
)
278
+
logger.error("Try deleting {TOKEN_FILE} and re-running.")
279
+
280
+
logger.error(
281
+
"Another possible cause: insufficient Globus consents. It's possible the consent on https://auth.globus.org/v2/web/consents is for a different destination endpoint."
282
+
)
283
+
logger.error(
284
+
"If you don't need any other Globus consents at the moment, try revoking consents before re-running: https://auth.globus.org/v2/web/consents > Manage Your Consents > Globus Endpoint Performance Monitoring > rescind all"
285
+
)
265
286
logger.error(
266
-
"Please report this bug at https://github.com/E3SM-Project/zstash/issues, with details of what you were trying to do."
287
+
"If neither of those work, please report this bug at https://github.com/E3SM-Project/zstash/issues, with details of what you were trying to do."
267
288
)
268
-
raiseRuntimeError(
269
-
"Insufficient Globus consents - please report this bug"
0 commit comments