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
TL;DR response headers for /api/v0/version include unexpectedX-Chunked-Output: 1 which breaks response parser in js-ipfs-api.
It is very likely caused by the same codepaths as #4721
💢 go-ipfs v0.4.18-rc1 + js-ipfs-api v26.1.0
Due to bogus header in go-ipfs response js-ipfs-api thinks the payload is a stream, so it creates a stream object from it internally which has no attributes of expected names, producing undefined values for end user:
Response headers include unexpected X-Chunked-Output: 1:
Version information:
0.4.18-rc1-f0bf99361
Type:
Bug
Description:
TL;DR response headers for
/api/v0/version
include unexpectedX-Chunked-Output: 1
which breaks response parser in js-ipfs-api.It is very likely caused by the same codepaths as #4721
Example of correct response (previous version):
Just for the record, js-ipfs (also ok):
The text was updated successfully, but these errors were encountered: