It does not work if I do this:
const OpenAI = require('openai'); const openai = new OpenAI({ apiKey: [[CHATGPTAPIKEY]] }); async function main() { const completion = await openai.chat.completions.create({ model: [[MODEL]], messages: [ {"role": "system", "content": "You are a "+[[COMMENTSTYLE]]+" assistant."}, {"role": "user", "content": [[SAVED_TEXT]]} ], temperature: [[TEMPERATURE2]], max_tokens: 150, stop: ["\n", "User:"], n: 1 }); [[OUTPUT]] = completion.choices[0]; } main();Cannot write @ when entering email address with BAS
-
When I enter an e-mail address from a .txt file with BAS from any site, @ cannot be typed.
-
@kerafb said in Cannot write @ when entering email address with BAS:
When I enter an e-mail address from a .txt file with BAS from any site, @ cannot be typed.

-
Hello, maybe you can help me. Ive got a crazy Problem.
From a .txt with email:Pass in the new Version the @ sign wont work.
Has someone an Idea why? I tried deleting and making all new. But nothing worked so that the bot can write the @ from an Email in a Login field like >CSS> #login_mail.Thanks
-
-
@rcupper said in Выпущена 24.0.2 версия BrowserAutomationStudio:
Hello, maybe you can help me. Ive got a crazy Problem.
From a .txt with email:Pass in the new Version the @ sign wont work.
Has someone an Idea why? I tried deleting and making all new. But nothing worked so that the bot can write the @ from an Email in a Login field like >CSS> #login_mail.Thanks
Describe the error in more detail, I have reading from the file and entering text work correctly:

-
@rcupper said in Cannot write @ when entering email address with BAS:
Hey ive got the same problem. Has anyone a solution? My Bots dont work anymore because of this @ sign Problem.
thanks
Attach a test script and a test file on which the error is repeated.
-
@rcupper said in Выпущена 24.0.2 версия BrowserAutomationStudio:
If you continue to duplicate messages in different topics, I will ban you.
https://community.bablosoft.com/topic/15558/cannot-write-when-entering-email-address-with-bas/9
Attach a test script and a test file on which the error is repeated.
-
Sorry, that was a mistake.. so I made a new file will try to attach here now.
TESTMAIL.txt TESTATSIGN.xml -
@rcupper said in Cannot write @ when entering email address with BAS:
Sorry, that was a mistake.. so I made a new file will try to attach here now.
TESTMAIL.txt TESTATSIGN.xmlI have your script with your file worked correctly:

What version of BAS are you using? Try reinstalling the latest BAS version to a different directory.
-
@kerafb said in Cannot write @ when entering email address with BAS:
@Fox I guess there is this problem with Turkish characters or Turkish keyboard.
Maybe, but the "@" symbol is not Turkish. Can you check the input of all the characters that are on your keyboard?
Also check if the error is repeated when manually controlling the browser.