Aria don't shut up with HTML(even if it's not mentioned)
-
Kagezod last edited by
Symptom
So I don’t know if you read my comment below “done” bug report so I create new one.What’s problem? Aria send you information about HTML when you asked about something else. And ignore everything else you say,
How to cause bug? I’m not sure but in my case it’s happens when I asked about Java(not JavaScript) or some database(with Java mention) and ask for some help. For example I give Aria instruction and ask to write code. But sometimes it’s happens just random in the middle of conversation.
And worst part? It’s unstoppable. If she start talking about HTML it’s really hard to stop her. there some small chance to do it. But there a chance she do it again very next message.
How it’s look like? I send some massage, like “here my java code with 10 lines, help me to modify it to make it’s do something I ask.” sometimes I add reminder “ we are working at java” but it’s don’t help. So then Aria answer “Hello/Gritting(she always say it even in middle of conversation when talking about HTML), I’m here to help you(also always talking about help part). I will guild you how to create HTML… blah blah blah, some HTML code.”
How I trying to guild her away from it and what response I get? First I’m trying to tell her “we are not working with HTML, we are working with Java”, got same “HTML guild” with different but similar words in response. Then I’m trying to tell Aria stop. in 50% cases it’s help, in others she saying same. And then I’m trying to ask same things and with about 20% chance she will not saying something about HTML.
I send you some screenshots about it. And here message I always got HTML response even in new chat so you can test it.
“okay use code
“import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class Main { public static void main(String[] args) { String url = "jdbc:mariadb://localhost:3306/BANK"; // Update with your database URL String user = "root"; // Replace with your database username String password = "help"; // Replace with your database password try { Connection connection = DriverManager.getConnection(url, user, password); System.out.println("Connection to MariaDB has been established!"); // Your database operations go here } catch (SQLException e) { System.out.println("Connection failed: " + e.getMessage()); } } }”
as basic.
then help me create interface where user should fill table
"-- BANK.Clients definition CREATE TABLE
Clients
(ClientsID
int(11) NOT NULL AUTO_INCREMENT,Name
varchar(50) NOT NULL,Surname
varchar(50) NOT NULL,Patronymic
varchar(50) DEFAULT NULL,Password
varchar(60) NOT NULL,Birthday
date NOT NULL,PhoneNumber
varchar(20) NOT NULL,Email
varchar(50) DEFAULT NULL,PassportID
varchar(20) NOT NULL, PRIMARY KEY (ClientsID
), UNIQUE KEYPhoneNumber
(PhoneNumber
), UNIQUE KEYPassportID
(PassportID
), UNIQUE KEYPhoneNumber_2
(PhoneNumber
), UNIQUE KEYPhoneNumber_3
(PhoneNumber
), UNIQUE KEYEmail
(Email
), CONSTRAINTchk_Email
CHECK (Email
regexp '^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}$'), CONSTRAINTchk_PhoneNumber
CHECK (PhoneNumber
regexp '^[+0-9]+$') ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;"again java, we are talking about java, not about something else”
-
Kagezod last edited by
It's happened about maybe 20 times in the past 5 days. And it very hard to deal from my side. please do something to make Aria not mention this unless user ask for it
-
Kagezod last edited by
Important thing is she can give you any code you need(at least simple one) but it's feels so random. And even then she mention HTML, so I made conclusion it's something about it in her basic setting about she need to help with it and I, as user, have very little power to change it even in my personal chat.