Bugs in version 5.12.3.0

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
Bugs, errors and problems in version 5.12.3.0.
 

ЗаЗОЖ

Новичок
Регистрация
22.11.2017
Сообщения
1
Благодарностей
0
Баллы
1
When i am trying to run the following piece of code in PHP CodeEditor:

$instance->WebRTCWorkMode = ZennoLab\InterfacesLibrary\Enums\Browser\WebRTCMode::Emulate;
$instance->GetWebRTCAdresses($a,$b,$c);
$instance->SetWebRTCAdresses($a,$b,$c);

I am getting the following error:
No accessible overload of method 'ZennoLab\CommandCenter\Instance::SetWebRTCAdresses' is compatible with the specified arguments

Kindly look into that
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
When you use methods on PHP, it's necessary to specify all the arguments:
SetWebRTCAdresses(string ipv4Address, string ipv6Address = default(string), string ipv4Nat = default(string), WebRTCMode mode = WebRTCMode.Emulate)

Only C# allows to miss default parameters.
 

Frcc78bis

Client
Регистрация
06.07.2017
Сообщения
49
Благодарностей
2
Баллы
8
Hello,

I have a problem when reading a cell from database.
The cell contain '(?<=<article)[\w\W]*?(?=</article>)' without the quotes.
It creates a blank cell on the table when using mysql request like 'select * from table name where id=3' or 'select data1,data2 from table where id=3'. It works only when I make a request like 'select data1 from table where id=3'

As you can see in the pictures the 'regexline' column is offset by 1
 

Вложения

Frcc78bis

Client
Регистрация
06.07.2017
Сообщения
49
Благодарностей
2
Баллы
8
I have a mysql database with a cell that has type date. If the date is like for example '2017-11-30', it's working.
If the date is '0000-00-00' there is an error in zenoposter. The same requests are working in sql in mysql.
 

VladZen

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

Frcc78bis

Client
Регистрация
06.07.2017
Сообщения
49
Благодарностей
2
Баллы
8
Ok thanks

Also I have a problem with some rss feed. The page isn't loading in project maker. Haven't tried it in zennoposter. I use the last version. I'm sending you the url in PM
 

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63
When I click in ZP on the icon for opening the BotUI next to a project, the BotUI is not opened. There is just a message "Opening settings" for a second and that's it.

Please fix.
 

VladZen

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

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63

VladZen

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

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63

VladZen

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

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 035
Благодарностей
237
Баллы
63
I'll ask developers to investigate it. Do you get this problem with certain project or with any, where BotUI is used?
Now it seems, when I open the BotUI beforehand from a project where it works it then opens also on my first project (where I sent you the report.zip) but don't save any input-data and transfer it to the variables of my project. Hope this helps to fix the problem.
 

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