Wifimanager + blynk +wemos connection problem

Pet for some strange reason since the monitor does not allow me to copy and paste CTRL A
CTRL C if I can I can copy and paste part of a code for example from the IDE but not from the serial monitor, I am lost, sure in the serial monitor you can find and solve the problem but I do not have how to show you only that I send an image

ready my computer had a problem here is what the serial monitor shows
mounting FS…
mounted file system
reading config file
opened config file
{“blynk_token”:“zUDZm-EtQq9arxeaE1IJZtAjFi_uCI3L”}
parsed json
*WM: Adding parameter
*WM: blynk
*WM: settings invalidated
*WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA.
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client…
*WM: Status:
*WM: 0
*WM: No saved credentials
*WM: Connection result:
*WM: 0
*WM:
*WM: Configuring access point…
*WM: NanoWifi
*WM: 12345678
*WM: AP IP address:
*WM: 192.168.4.1
*WM: HTTP server started
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: Handle root
*WM: Scan done
*WM: TORRES
*WM: -20
*WM: Fibertel WiFi398 2.4GHz
*WM: -75
*WM: Fibertel WiFi581 2.4GHz
*WM: -82
*WM: uriel2020
*WM: -83
*WM: WiFi-Arnet
*WM: -89
*WM: Claufaby
*WM: -91
*WM: SantiyNicole
*WM: -92
*WM: Fibertel WiFi444 2.4GHz
*WM: -93
*WM: Sent config page
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: Request redirected to captive portal
*WM: WiFi save
*WM: Parameter
*WM: blynk
*WM: zUDZm-EtQq9arxeaE1IJZtAjFi_uCI3L
*WM: Sent wifi save page
*WM: Connecting to new AP
*WM: Connecting as wifi client…
*WM: Status:
*WM: 0
*WM: [ERROR] WiFi.begin res:
*WM: 6
*WM: Connection result:
*WM: 3
Should save config
connected…yeey :slight_smile:
saving config
{“blynk_token”:“zUDZm-EtQq9arxeaE1IJZtAjFi_uCI3L”}
connected to WiFi!! yay :slight_smile:
IP address:
192.168.100.103
BLYNK Connected!! Yay again
*WM: freeing allocated params!
Tiempo desactivada en seg: 0
1

I think you need to comment-out this line.

Pete.

Pet comment wifiManager.resetSettings () I had already done it before … but it did not work, the problem continues, with the code that @primerIsNerdArt uploaded it works perfect … when adding parts of my code the problem of not saving credentials started

So the serial output you’ve posted isn’t a result of running the code that you posted?
How do you expect anyone to diagnose the issue with this situation?

Pete.

Sorry Pet, I’m new to this issue … but the code is the same, I only corrected the speed that, by the way, the code is twice 9600 and 115200, leaving this last speed as final, 115200 was the speed that I registered and uploaded the serial monitor.

fixed speed problem in the code were these two … Serial.begin (9600);
and Serial.begin (11520); my error when copying and pasting part of my code leaving Serial.begin (11520) as final; I corrected that Pet error and the problem remains the same … I already imagined it … I leave the code corrected

As you’ve stared a new topic specifically about the issue of credentials not saving, I’m closing this one.

Pete.