Bugs in version 5.16.2.0

Deemer84

Administrator
Регистрация
10.05.2017
Сообщения
410
Благодарностей
84
Баллы
28
Bugs, errors and problems in new version 5.16.2.0.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
There is something very very wrong with BOT UI.
I have tested it half year ago and as I remember I have faced similar issues.

You even can not understand what happens, first time today I have spent 1-2 hours to make nice looking UI for my client then I have finished and closed BOT UI but when opened there was empty space. Whatever I have copied code before closing it so I copied it back, but again texts was in wrong size, fields was in wrong places and sizes. Then I corrected all that and second time it saved, except one textarea was not in its own place.
Okay lets continue, then I have edited my UI and edited and were ready to do some debug, but what I started to see, there is some variable values messed up, Like one variable took default value from other, and my boolean became html text. LOL There were at least 5 variable values messed up, tried to edit in code, in interface, tried to delete problem fields and adding again, nothing seemed to help. So I added Input Settings back and all was back good.

Thanks
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 225
Благодарностей
5 843
Баллы
113
@lokiys I've reported these bugs to developers.
Would be great if you give us examples of code error and BotUI with messed up elements and variables.
 

Yann

Client
Регистрация
22.04.2017
Сообщения
207
Благодарностей
30
Баллы
28
I noticed that when moving cubes in PM higher than the top of the drawing area, the scrolling bar does not resize anymore. This used to work well before. It still works for the sides and the bottom but not the top.
 

Yann

Client
Регистрация
22.04.2017
Сообщения
207
Благодарностей
30
Баллы
28
I got it to work after moving down the cubes that were at the top to have the space to insert the new cubes and now the scrolling bar is resizing properly and I can add more cubes higher than the drawing area...weird
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 225
Благодарностей
5 843
Баллы
113

Bringomatix

Client
Регистрация
16.07.2017
Сообщения
138
Благодарностей
9
Баллы
18
Found a bug I think
using If to test
{-Profile.Sex-}==True

{-Profile.Sex-}==False

doesn't work. it will fail

If I set a new variable, {-Variable.Sex-} and set its default value to {-Profile.Sex-}, it will take the if as true if gender is male
and if as false if gender is female, but the default {-Profile.Sex-} will fail in both cases.
check pics
upload_2018-4-4_2-55-2.png

upload_2018-4-4_2-55-59.png
 

Bringomatix

Client
Регистрация
16.07.2017
Сообщения
138
Благодарностей
9
Баллы
18

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
I have a weird problem.
Question what this error means ?

Код:
2018-04-03 18:23:56.2925|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Perform the CSharp OwnCode action id: 9a7c417b-24bb-497f-8258-43452640aaad action group id: 40c32d0c-ec87-4586-b2f4-fdad9e3d2acf"
Message: "The device is not ready.
"
2018-04-03 18:23:56.3100|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Faulty operation: Load profile and files id: 9a7c417b-24bb-497f-8258-43452640aaad of the action group id:"
Message: ""
And exactly this message - The device is not ready. - Everything worked fine before, but now it gives such error and stops.

I have only some file creation operations in this C# action, nothing much more.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
I have a weird problem.
Question what this error means ?

Код:
2018-04-03 18:23:56.2925|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Perform the CSharp OwnCode action id: 9a7c417b-24bb-497f-8258-43452640aaad action group id: 40c32d0c-ec87-4586-b2f4-fdad9e3d2acf"
Message: "The device is not ready.
"
2018-04-03 18:23:56.3100|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Faulty operation: Load profile and files id: 9a7c417b-24bb-497f-8258-43452640aaad of the action group id:"
Message: ""
And exactly this message - The device is not ready. - Everything worked fine before, but now it gives such error and stops.

I have only some file creation operations in this C# action, nothing much more.
There were problem with wrong path names, but this error message is funny. I guess something should be updated there as it is really misleading.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
Found a bug I think
using If to test
{-Profile.Sex-}==True

{-Profile.Sex-}==False

doesn't work. it will fail

If I set a new variable, {-Variable.Sex-} and set its default value to {-Profile.Sex-}, it will take the if as true if gender is male
and if as false if gender is female, but the default {-Profile.Sex-} will fail in both cases.
check pics
Посмотреть вложение 28788
Посмотреть вложение 28789

If You check string then use quotes
although no need quotes for numbers...
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
also when dealing with acc creation and with google recaptcha v2
what kind of browser settings do I need, in order to avoid getting this
https://cl.ly/173K0H0A3g2S
I played around a bit according to these settings
https://support.google.com/recaptcha/?hl=en

I have these settings and I'm still getting that error from time to time
https://cl.ly/03411W442X0X

Default useragents can be outdated, best way is to use Your own useragent list and set it in profile. http://zennolab.com/wiki/en:profile
 

Bringomatix

Client
Регистрация
16.07.2017
Сообщения
138
Благодарностей
9
Баллы
18

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 225
Благодарностей
5 843
Баллы
113

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 225
Благодарностей
5 843
Баллы
113
There were problem with wrong path names, but this error message is funny. I guess something should be updated there as it is really misleading.
This is actually message text from .NET. It is looking for hard drive, but it does not exist, therefore dotnet throws "Device not ready".
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 770
Благодарностей
1 180
Баллы
113
There is long time already this bug. You can not not register accounts not login in textnow. All You can get is such window.

 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 225
Благодарностей
5 843
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)