openbullet / OpenBullet2

OpenBullet reinvented
https://docs.openbullet.dev/
MIT License
1.8k stars 479 forks source link

[Bug]: [Executing block Http Request] ArgumentOutOfRangeException: length ('-7') must be a non-negative value. (Parameter 'length') Actual value was -7. #1141

Open Manoneis opened 1 day ago

Manoneis commented 1 day ago

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

- OS: Linusx
- Virtualization: None
- Browser: Safari 13

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