[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
when i triying to make a loop and i defined one var called example: PAGE, ob working whit bots normaly but when use block compute to sum + 1 got error: El tipo ‘Submission#0’ ya contiene una definición para ‘PAGE’ .
Reproduction steps
all correct when try to use compute a same var
What is the current bug behavior?
stop and show error: El tipo ‘Submission#0’ ya contiene una definición para ‘PAGE’ .
What is the expected correct behavior?
the expected correct behavior is continue and asing var PAGE to number + 1 in this case PAGE = 2
This issue respects the following points:
Description of the bug
when i triying to make a loop and i defined one var called example: PAGE, ob working whit bots normaly but when use block compute to sum + 1 got error: El tipo ‘Submission#0’ ya contiene una definición para ‘PAGE’ .
Reproduction steps
all correct when try to use compute a same var
What is the current bug behavior?
stop and show error: El tipo ‘Submission#0’ ya contiene una definición para ‘PAGE’ .
What is the expected correct behavior?
the expected correct behavior is continue and asing var PAGE to number + 1 in this case PAGE = 2
Version of the client
v0.3.2
Type of client
Native client
Environment
OpenBullet2 logs
Client / Browser logs
not need.
Relevant screenshots or videos
not need.
Relevant LoliCode if needed
Additional information
thread in forum: https://discourse.openbullet.dev/t/loop-problem/8261