WifiWizard2 icon indicating copy to clipboard operation
WifiWizard2 copied to clipboard

Uncaught (in promise) Incorrect action parameter: resetBindAll

Open Danyzzz opened this issue 5 years ago • 2 comments

Check all boxes if you have done the following:

  • [x] Checked that your issue isn't already filed: https://github.com/tripflex/wifiwizard2/issues
  • [x] Make sure you fill out the Issue Type below

Issue type

Select all that apply

  • [x] Bug
  • [ ] Enhancement
  • [ ] Task
  • [ ] Question
  • [ ] Other

Description

Hi all, When I call the function to stop bindall, I have this error "Uncaught (in promise) Incorrect action parameter: resetBindAll", has anyone had my same mistake? Thank you!

Versions

Android 9 Huawei P20 Pro plugin version 3.1.1

Danyzzz avatar Feb 22 '20 19:02 Danyzzz

You have to add plugin to project with command: cordova plugin add https://github.com/tripflex/wifiwizard2

because latest version 3.1.1 on npm doesn't have last changes to fix this error.

Before add plugin be sure to remove old version from project.

matteocappello94 avatar Feb 24 '20 09:02 matteocappello94

@matteocappello94 thanks a lot bro!

Danyzzz avatar Mar 07 '20 12:03 Danyzzz