- This topic has 1 reply, 1 voice, and was last updated 2 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Token refresh error, Internal server error’ is closed to new replies.
Home › Forums › FABRIC General Questions and Discussion › Token refresh error, Internal server error
Tagged: Token refresh error
Hi,
I’m trying to reserve resources on FABRIC, but when I run
from fabrictestbed_extensions.fablib.fablib import FablibManager as fablib_manager
fablib = fablib_manager()
conf = fablib.show_config()
I get this error:
SliceManagerException: b'{\n “errors”: [\n {\n “details”: “(invalid_grant) expired refresh token”,\n “message”: “Internal Server Error”\n }\n ],\n “size”: 1,\n “status”: 500,\n “type”: “error”\n}’
Tokens are supposed to automatically refresh but that isn’t happening.
This occurred after the server went into restart.
Hi,
I found a fix to this error.
Logging in and out did not help, but restarting the server did.
You can restart your server by going to File > Hub Control Panel on your Jupyter environment.
Click ‘Stop server’ and then ‘Start Sever’.