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
If i try to use JS api, without providing any params i am getting this error:
TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received an instance of Object
Not sure what to do here. Any help would be appreciated. Thanks
The text was updated successfully, but these errors were encountered:
Can you explain the case that is not working for you? This project has pretty extensive tests to make sure that it works, but maybe I missed something?
Perhaps provide a small code example that demonstrates the issue? As well as a full stack trace for the error rather than just the error message?
If i try to use JS api, without providing any params i am getting this error:
TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received an instance of Object
Not sure what to do here. Any help would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: