eviabs/downtify-premium

"Refresh token was null or empty!" Exception is thrown

Closed this issue · 1 comments

When token expired, it can't refresh correctly.
ValidationException("Refresh token was null or empty!") is always thrown, since string.IsNullOrEmpty(oldToken.RefreshToken) is alwyas 'true'.

Check this.

For now, ignore the refresh process and just create brand new token.

fixed