mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #759] No matter wo i did ,still get "invalid auth token" #634
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @giordanoshai on GitHub (Oct 26, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/759
Sparkfun esp8266 thing dev
WiFiManager 0.14.0
Here is the code:
And here is the serial
If i replace the
custom_blynk_token.getValue()to Bynk auth tokena864011d64f3464b8738a84a1c5bbe9d,the program gose well.@tablatronix commented on GitHub (Oct 26, 2018):
You need to store the token yourself, amd get it yourself, once wm goes out of scope so do the params, so they are probably null
@tablatronix commented on GitHub (Oct 26, 2018):
The code copies it already into blynk_token
@giordanoshai commented on GitHub (Oct 27, 2018):
and how to do that?
pls help!
thank you!
@tablatronix commented on GitHub (Oct 27, 2018):
Your using the wrong variable