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: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter type #32

Open
csivor opened this issue Jul 30, 2020 · 1 comment

Comments

@csivor
Copy link

csivor commented Jul 30, 2020

Hi,

I have a problem with this plugin.. So when i call the TNSHttpFormData.post() method then i get a error:
JS: Error: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter type

How can i fix that?

Ty
Adam

@ChuckAtAlog
Copy link

Need to check that the form parameters that you add are not null

params.push(
{ parameterName: 'PaameterName', 
  data: myField ? myField : '' }
);

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