openbullet / OpenBullet2

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

[Bug]: Loop Problem #1122

Open percebal opened 1 month ago

percebal commented 1 month ago

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

- OS:win 10
- Virtualization:no
- Browser:no

OpenBullet2 logs

not have.

Client / Browser logs

not need.

Relevant screenshots or videos

not need.

Relevant LoliCode if needed

if need i can add.

Additional information

thread in forum: https://discourse.openbullet.dev/t/loop-problem/8261