Question
Sudden failure on JWTAuth - OSError("(10054, 'WSAECONNRESET')")
Hello fellow box developers! :)
I have used JWTAuth for my app for a long time now. More specifically I use the following setup:
py modules: boxsdk[jwt]
then in code:
from boxsdk import JWTAuth, Client
config = JWTAuth.from_settings_file('config.json')
client = Client(config)
Today when I try to access the client object which is authenticated using JWT as described above, I get the following error:
" Request "POST https://api.box.com/oauth2/token" failed with ConnectionError exception: ConnectionError(ProtocolError('Connection aborted.', OSError("(10054, 'WSAECONNRESET')"))) "
>> I was wondering if anyone else is experiencing the same? <<
I'm a bit puzzled why this error suddenly occurs, as it have never happened in the past with the exact same setup. I was looking for any updates on the python sdk but with no luck.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.