Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: 'Upload Settings object is missing or has invalid arguments' #271

Open
matheusvps opened this issue Aug 17, 2023 · 1 comment
Open

Comments

@matheusvps
Copy link

I did this ;

const uploader = FileTransferManager.init({ parallelUploadsLimit: 1 }, async event => {
    console.debug('entered init');
      console.debug('event outside if', event);
      if (event.eventId) {
        console.debug('event inside if', event);

The error appears on this line :
console.debug('event outside if', event);

Why am I receiving this error ?

@zfir
Copy link
Member

zfir commented Aug 18, 2023

Hello @matheusvps,

Can you please send the full code? And the full stacktrace of the error.

Also let us know what version that you are using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants