[Bug]: [Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7. #1141
[X] This is a bug, not a question or a configuration issue; Please visit our forum first to troubleshoot with volunteers, before creating a report. The links can be found here.
[X] This issue is not already reported on GitHub(I've searched it).
[X] I'm using an up to date version of OpenBullet2. We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
[X] This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.
Description of the bug
I don't know why it happens, I was creating a config and on an http GET request block I get this error: [Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7.
Reproduction steps
1 ) Login into openbullet web as admin
2) create a config
3) add a block http request get
4) getting the error
What is the current bug behavior?
just spawns this error and doesnt give the response content of the request (read response content is checked)
[Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7.
This issue respects the following points:
Description of the bug
I don't know why it happens, I was creating a config and on an http GET request block I get this error: [Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7.
Reproduction steps
1 ) Login into openbullet web as admin 2) create a config 3) add a block http request get 4) getting the error
What is the current bug behavior?
just spawns this error and doesnt give the response content of the request (read response content is checked) [Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7.
What is the expected correct behavior?
show the response content of the requests
Version of the client
0.3.2
Type of client
Web client
Environment
OpenBullet2 logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Relevant LoliCode if needed
No response
Additional information
No response