You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the chrome debug/network console, I see a few successful http requests to the bigbed, and eventually there is a request with the header : Range:bytes=9074145-NaN
the server (nginx) then returns a 406 (Requested Range Not Satisfiable)
something causes pileup to emit a range with NaN ...
The same bigbed file works with other browsers (UCSC, dalliance)
The text was updated successfully, but these errors were encountered:
max-l
changed the title
Pileup emits requests to bigbed with header Range:bytes=9074145-NaN
Pileup emits HTTP requests to a bigbed with invalid header : Range:bytes=9074145-NaN
Dec 7, 2016
thank you so much for reporting this issue, @max-l! I was hoping to get to this soon, but couldn't as other things got in the way. I will be away for about a month, so no promises here but I will try to see whether I can squeeze a debugging/fixing session while I am away.
If this is urgent and has been blocking you, @ihodes might help you with the issue.
Let me know and sorry for the late feedback on this.
I will be thrilled if @ihodes could look at the problem, but I understand that this is open source and you guys are already kind enough to have developed this awesome project !
This JSFiddle illustrates the problem :
https://jsfiddle.net/maxl/srx4qecL/4/
In the chrome debug/network console, I see a few successful http requests to the bigbed, and eventually there is a request with the header : Range:bytes=9074145-NaN
the server (nginx) then returns a 406 (Requested Range Not Satisfiable)
something causes pileup to emit a range with NaN ...
The same bigbed file works with other browsers (UCSC, dalliance)
The text was updated successfully, but these errors were encountered: