Click here to Skip to main content
15,886,518 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Finally I found the song to come down :p Pin
Mike Hankey26-Jan-23 12:51
mveMike Hankey26-Jan-23 12:51 
GeneralRe: Finally I found the song to come down :p Pin
jmaida26-Jan-23 16:07
jmaida26-Jan-23 16:07 
GeneralRe: Finally I found the song to come down :p Pin
Jeremy Falcon26-Jan-23 13:51
professionalJeremy Falcon26-Jan-23 13:51 
GeneralRe: Finally I found the song to come down :p Pin
David O'Neil26-Jan-23 19:20
professionalDavid O'Neil26-Jan-23 19:20 
GeneralRe: Finally I found the song to come down :p Pin
0x01AA27-Jan-23 7:59
mve0x01AA27-Jan-23 7:59 
Generalworldle 370 3/6 Pin
jmaida26-Jan-23 11:44
jmaida26-Jan-23 11:44 
Generalodd behavior downloading from data loggers Pin
JRickey26-Jan-23 11:19
professionalJRickey26-Jan-23 11:19 
GeneralRe: odd behavior downloading from data loggers Pin
Randor 26-Jan-23 12:39
professional Randor 26-Jan-23 12:39 
JRickey wrote:
Chrome's download would show "Failed - No File."

I briefly looked into this for you and the Chromium source code reveals that the error DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT results in the "Failed - No File." message.

Following that code path...

https://chromium.googlesource.com/chromium/src/+/49bbefe192eabd120f9af9aa1e18ab0116cce891/components/download/internal/common/download_utils.cc#281
It checks that the webserver responds with code 206, if not it returns an error.

Continuing... it then validates the Content-Range header.
https://chromium.googlesource.com/chromium/src/+/lkgr/net/http/http_response_headers.h#319
https://chromium.googlesource.com/chromium/src/+/49bbefe192eabd120f9af9aa1e18ab0116cce891/components/download/internal/common/download_utils.cc#286

You could debug this with Wireshark to see if the webserver is sending back a valid Content-Range header.

This is the Lounge where people hang out and chat, look up at the top of the site and post something in "Quick Answers" if you have anymore questions.
GeneralRe: odd behavior downloading from data loggers Pin
JRickey30-Jan-23 7:11
professionalJRickey30-Jan-23 7:11 
GeneralRe: odd behavior downloading from data loggers Pin
Randor 30-Jan-23 19:09
professional Randor 30-Jan-23 19:09 
GeneralRe: odd behavior downloading from data loggers Pin
Gerry Schmitz26-Jan-23 20:01
mveGerry Schmitz26-Jan-23 20:01 
GeneralRe: odd behavior downloading from data loggers Pin
JRickey30-Jan-23 7:18
professionalJRickey30-Jan-23 7:18 
GeneralSchafkopf.Lib for mind readers? Pin
Jo_vb.net26-Jan-23 10:34
mvaJo_vb.net26-Jan-23 10:34 
GeneralRe: Schafkopf.Lib for mind readers? Pin
0x01AA26-Jan-23 10:40
mve0x01AA26-Jan-23 10:40 
GeneralRe: Schafkopf.Lib for mind readers? Pin
jschell26-Jan-23 11:36
jschell26-Jan-23 11:36 
GeneralRe: Schafkopf.Lib for mind readers? Pin
jmaida26-Jan-23 18:33
jmaida26-Jan-23 18:33 
GeneralRe: Schafkopf.Lib for mind readers? Pin
Slacker00727-Jan-23 2:23
professionalSlacker00727-Jan-23 2:23 
GeneralRe: Schafkopf.Lib for mind readers? Pin
Daniel Pfeffer27-Jan-23 4:03
professionalDaniel Pfeffer27-Jan-23 4:03 
GeneralRe: Schafkopf.Lib for mind readers? Pin
jmaida27-Jan-23 11:32
jmaida27-Jan-23 11:32 
GeneralRe: Schafkopf.Lib for mind readers? Pin
jschell29-Jan-23 10:53
jschell29-Jan-23 10:53 
GeneralWordle 587 Pin
Sandeep Mewara26-Jan-23 8:58
mveSandeep Mewara26-Jan-23 8:58 
GeneralRe: Wordle 587 Pin
Amarnath S26-Jan-23 17:13
professionalAmarnath S26-Jan-23 17:13 
GeneralRe: Wordle 587 Pin
OriginalGriff26-Jan-23 20:18
mveOriginalGriff26-Jan-23 20:18 
GeneralRe: Wordle 587 Pin
den2k8826-Jan-23 20:51
professionalden2k8826-Jan-23 20:51 
GeneralRe: Wordle 587 Pin
Sander Rossel26-Jan-23 21:18
professionalSander Rossel26-Jan-23 21:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.