-
Notifications
You must be signed in to change notification settings - Fork 283
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
Error reading temp.csv #101
Comments
I made a file temp.csv file and put a single line of data which I copied from the serial monitor and uploaded it with the spiffs just in case it was not being created for some reason. Richard |
If I restart the micro - the routine which lists the available files does not list temp.csv. |
Panic C:\Users\richard.RCS\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\include/DataSource.h:93 const uint8_t* BufferedStreamDataSource::get_buffer(size_t) [with TStream = Stream; uint8_t = unsigned char; size_t = unsigned int]: Assertion 'cb == stream_rem' failed. I get this from time to time. Kind regards Richard |
This is the serial output: Connected to MFnewWiFi OTA ready SPIFFS started. Contents: mDNS responder started: http://esp8266.local I was able to display the graph for a few moments before it started saying 'file not found' Kind regards |
Additional, Temperature requested Temperature requested Panic C:\Users\richard.RCS\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\include/DataSource.h:93 const uint8_t* BufferedStreamDataSource::get_buffer(size_t) [with TStream = Stream; uint8_t = unsigned char; size_t = unsigned int]: Assertion 'cb == stream_rem' failed. ctx: cont
This is where I need guidance - I can sort the temp reading out no problem. Kind regards Richard |
I am now at the point where the wemos seems stable but the files in the SPIFF's appear to be disappearing - they appear to be being consumed in some way - is that as the data file is being wwritten? |
DISREGARD that last comment - a quick reset lists all the files on the serial monitor but a fresh read of the web page causes the PANIC message again ... |
Hello, I followed your wonderful article regarding the logging of temperature. I had BMP sensors on hand so modified the code to use those.
Everything compiles OK, the code runs - the serial monitor shows the output as described in your article yet, when I read the page in a browser, I get a message saying 'Loading' and the serial monitor shows 'File Not Found' when sending the web pages etc.
Am i being too hasty? - it has been running for 10 minutes now, or might there be some other issue?
Kind regards
Richard
The text was updated successfully, but these errors were encountered: