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
In case anyone else experiences this, I was encountering an error when I first tried to run this script: "DeprecationWarning: Buffer() is deprecated due to security and usability issues". I updated the script at line 10 to Buffer.from and it worked like a charm.
The text was updated successfully, but these errors were encountered:
In case anyone else experiences this, I was encountering an error when I first tried to run this script: "DeprecationWarning: Buffer() is deprecated due to security and usability issues". I updated the script at line 10 to Buffer.from and it worked like a charm.
The text was updated successfully, but these errors were encountered: