1. Token refresh error, Internal server error

Token refresh error, Internal server error

Home Forums FABRIC General Questions and Discussion Token refresh error, Internal server error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3947
    Mayuri Upadhyaya
    Participant

      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.

      #3948
      Mayuri Upadhyaya
      Participant

        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’.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Token refresh error, Internal server error’ is closed to new replies.