-
Notifications
You must be signed in to change notification settings - Fork 146
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
Uncaught (in promise): TypeError: WifiWizard2.getConnectedSSID is not a function #11
Comments
@surajrao thanks for reporting this, can you please try using the 3.0.0 branch and let me know if you still have issues? https://github.com/tripflex/WifiWizard2/tree/3.0.0 Note that a lot has changed, so make sure to read the README doc as well: |
@surajrao you are correct, i must have forgot to update that in the README docs to say You can see the progress here: Looks like I had this wrong in the 3.0.0 branch too, so i've updated that one, and i'll update the master as well, it should be |
fixed in 5c4a45a |
Check before showing alert
Prerequisites
Check all boxes if you have done the following:
Issue type
Select all that apply
Description
Error in global functions
Steps to Reproduce
Or
WifiWizard2.getConnectedSSIDAsync()
Expected behavior:
Get success or fail error based on connection according to Docs.
Actual behavior:
ERROR Error: Uncaught (in promise): TypeError: WifiWizard2.getConnectedSSID is not a function
TypeError: WifiWizard2.getConnectedSSID is not a function
at 8.js:76
at t.invoke (polyfills.js:3)
at Object.onInvoke (vendor.js:4982)
at t.invoke (polyfills.js:3)
at r.run (polyfills.js:3)
at polyfills.js:3
at t.invokeTask (polyfills.js:3)
at Object.onInvokeTask (vendor.js:4973)
at t.invokeTask (polyfills.js:3)
at r.runTask (polyfills.js:3)
at 8.js:76
at t.invoke (polyfills.js:3)
at Object.onInvoke (vendor.js:4982)
at t.invoke (polyfills.js:3)
at r.run (polyfills.js:3)
at polyfills.js:3
at t.invokeTask (polyfills.js:3)
at Object.onInvokeTask (vendor.js:4973)
at t.invokeTask (polyfills.js:3)
at r.runTask (polyfills.js:3)
at c (polyfills.js:3)
at polyfills.js:3
at t.invokeTask (polyfills.js:3)
at Object.onInvokeTask (vendor.js:4973)
at t.invokeTask (polyfills.js:3)
at r.runTask (polyfills.js:3)
at o (polyfills.js:3)
at
Reproduces how often:
Everytime.
Additional Information
According to the code it probably needs to be
getCurrentSSID
etc. Either the docs or the js file needs to be updated depending on how you want to keep it.The text was updated successfully, but these errors were encountered: