Skip to content
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

FW 5.9 backup via webinterface - error #1115

Closed
freaktech opened this issue Nov 2, 2017 · 4 comments
Closed

FW 5.9 backup via webinterface - error #1115

freaktech opened this issue Nov 2, 2017 · 4 comments
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended

Comments

@freaktech
Copy link

i tried to save the config

but always get the error

file config_xxxxx.dmp could not be downloaded

thx
tom

@arendst
Copy link
Owner

arendst commented Nov 2, 2017

Try another browser. Firefox is known not to work.

@Tresett
Copy link

Tresett commented Nov 2, 2017

Linux wget not download too:

root@raspberrypi1:~# wget https://192.168.5.3/dl
--2017-11-02 16:03:54--  https://192.168.5.3/dl
Connecting to 192.168.5.3:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4096 (4.0K) [application/octet-stream]
Saving to: ‘dl’
dl                 40%[=====>          ]   1.61K  --.-KB/s   in 1.9s
2017-11-02 16:03:56 (865 B/s) - Connection closed at byte 1648. Retrying.

P.S. 5.8 fw

@arendst
Copy link
Owner

arendst commented Nov 2, 2017

As the config settings are just 1648 bytes long what more to expect...

BTW Chrome has no problem with it but edge does. I will investigate.

@arendst
Copy link
Owner

arendst commented Nov 2, 2017

Thanks for the hint regarding file size!!

Quickfix: Change line 981 in webserver.ino from

  WebServer->setContentLength(4096);

into

  WebServer->setContentLength(sizeof(SYSCFG));

@arendst arendst added the bug Type - Confirmated Bug label Nov 2, 2017
arendst added a commit that referenced this issue Nov 3, 2017
5.9.0a
* Add external sensor function pointer interface to enable easy sensor
addition
* Fix Backup Configuration file download failure by defining proper file
size (#1115)
@arendst arendst added the fixed Result - The work on the issue has ended label Nov 7, 2017
arendst added a commit that referenced this issue Nov 7, 2017
5.9.1 20171107
 * Add external sensor function pointer interface to
enable easy sensor addition
 * Add support for ADS1115 to be enabled in
user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115
(#338, #660)
 * Fix Backup Configuration file download failure by
defining proper file size (#1115)
 * Fix Exception 26 and empty console
screen after usage of command WakeupDuration (#1133)
 * Fix some changed
iTead web links in README.md (#1137)
@arendst arendst closed this as completed Nov 7, 2017
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
5.9.0a
* Add external sensor function pointer interface to enable easy sensor
addition
* Fix Backup Configuration file download failure by defining proper file
size (arendst#1115)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type - Confirmated Bug fixed Result - The work on the issue has ended
Projects
None yet
Development

No branches or pull requests

3 participants