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
While trying to call NewClient method got an error when checking my freshly created public key. Turns out, fingerpirnt, which has been returned after calling method ReqPQ, came as a negative integer. That led us to error during the attempt of converting this integer to uint64 and fail of creating new client. Rolling my public key until i get something, that can be processed doesn't seem like a reasonable solution. So, if you came here while googling a solution for your problem, I'm here to disappoint you - there's none. Hoping the author of this amazing lib will finally return to us and fix this issue (or at least someone will make a PR, but there's no one to merge one)
The text was updated successfully, but these errors were encountered:
Hi @itrack! Any ideas which files are missing in particular? I suspect what's the problem is, but can't reproduce it even from other projects which are using v2.0.0-rc.2 version in production 🤔
So i definitely need your help on finding what's going on...
While trying to call NewClient method got an error when checking my freshly created public key. Turns out, fingerpirnt, which has been returned after calling method ReqPQ, came as a negative integer. That led us to error during the attempt of converting this integer to uint64 and fail of creating new client. Rolling my public key until i get something, that can be processed doesn't seem like a reasonable solution. So, if you came here while googling a solution for your problem, I'm here to disappoint you - there's none. Hoping the author of this amazing lib will finally return to us and fix this issue (or at least someone will make a PR, but there's no one to merge one)
The text was updated successfully, but these errors were encountered: