My BLYNK_PRINT Serial doesn't print any more (solved)

@Gunner
can you change your cloud auth token ? of course NO.(generated by a server you can’t control)
can you change your local auth token ? YES (till now yes, you are the admin)
as you know tokens are generated by app. and are related directly to your e-mail.

I am using this tech. for months now and every thing was fine.

Incorrect… just click on the NUT icon in the app, go to devices and click refresh… the server (Cloud or Local) will then generate, and send you, a new auth code for that project (and of course for that server).

So… what exactly is the problem then? what exactly do you want for an answer?

yes we all know this but can you restore an old auth token ? NO
you can only generate a new one.

I am just trying to find why it doesn’t print now as it was before.
thanks.

This is getting circular… you clearly state that you are using your auth code incorrectly and didn’t understand how the auth code relates to a functioning (thus printing) script.

You have received an answer and explanation, but argue that you already know this (but your own words state different).

Simple answer… stick with Cloud Server.

@Ze_Pico so the issue with local server? Debug is not enabled on local server? Right?

@Dmitriy
hi
It is “working again” for me now.
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v0.4.6 on ESP8266

[5827] Connecting to 192.168.0.139:8442
[5933] Ready (ping: 0ms).
LED on V3: on
Failed to read from DHT sensor!
LED on V3: off
Failed to read from DHT sensor!
Failed to read from DHT sensor!
Failed to read from DHT sensor!
LED on V3: on
LED on V3: off
Failed to read from DHT sensor!
LED on V3: on
LED on V3: off
LED on V3: on
LED on V3: off
V4:010111010101011101010101  Stairs Light ON
V4:010100010100000101010101  Door Bell ON
V4:010111010101011101010101  Stairs Light ON
V4:010100010100000101010101  Door Bell ON
Device was switched ON
Device will switch OFF in 6 minute(s)
Device will switch OFF in 5 minute(s)

I Had one project with two nodeMCUs and two auth token.
when i tried to simplify the project and let it on one nodeMCU and one token serial print stops.
after i returned back the second token serial prints again.
thanks