F33RNI / GPT-Telegramus

💜 The best free Telegram bot for ChatGPT, Microsoft Copilot (aka Bing AI / Sidney / EdgeGPT), Microsoft Copilot Designer (aka BingImageCreator), Gemini and Groq with stream writing, requests with images, multiple languages, admin control, data logging and more!
GNU Affero General Public License v3.0
320 stars 101 forks source link

can't clear history in Lmao ChatGPT module #150

Closed chelaxian closed 3 months ago

chelaxian commented 4 months ago
❌ Error clearing chat history!

Message: element click intercepted: Element <button class="flex items-center justify-center text-token-text-primary transition hover:text-token-text-secondary radix-state-open:text-token-text-secondary" type="button" id="radix-:r2a:" aria-haspopup="menu" aria-expanded="false" data-state="closed">...</button> is not clickable at point (199, 18). Other element would receive the click: <a class="group flex h-10 items-center gap-2 rounded-lg bg-token-sidebar-surface-primary px-2 font-medium hover:bg-token-sidebar-surface-secondary" href="/">...</a>
  (Session info: chrome=107.0.5304.62)
Stacktrace:
#0 0xaaaab72ca1dc <unknown>
#1 0xaaaab7282b80 <unknown>
#2 0xaaaab70732a0 <unknown>
#3 0xaaaab70ac308 <unknown>
#4 0xaaaab70aa36c <unknown>
#5 0xaaaab70a7f98 <unknown>
#6 0xaaaab70a7104 <unknown>
#7 0xaaaab709d8c8 <unknown>
#8 0xaaaab709d154 <unknown>
#9 0xaaaab70d4e44 <unknown>
#10 0xaaaab709bd7c <unknown>
#11 0xaaaab709cc9c <unknown>
#12 0xaaaab72a58a8 <unknown>
#13 0xaaaab72b5614 <unknown>
#14 0xaaaab72b51a8 <unknown>
#15 0xaaaab72ef6bc <unknown>
#16 0xaaaab72b5ea4 <unknown>
#17 0xaaaab729a780 <unknown>
#18 0xaaaab72bfe80 <unknown>
#19 0xaaaab72bffa4 <unknown>
#20 0xaaaab72d5964 <unknown>
#21 0xffffa0f4d5c8 <unknown>
#22 0xffffa0fb5edc <unknown>
chelaxian commented 4 months ago
❌ Error clearing chat history!

Error: No li tags found! Chat with conversation ID 89ae46cd-1cd1-4791-b68c-b14565820f20 doesn't exist
chelaxian commented 4 months ago

so it continues using same chat in web and can't start new one

F33RNI commented 4 months ago

Did u using official ChatGPT page? Please disable headless mode and see what automation does

F33RNI commented 4 months ago

Why do you write all these issues here and not in LLM-API-Open?

F33RNI commented 4 months ago

I'm using official English page of ChatGPT and have no Issues with deleting chat. Please open it in your normal browser and see if there are any chat containers image

F33RNI commented 4 months ago

Also you can try add --start-maximized argument if you have issues with page size

"__comment19__": "Chrome arguments",
    "chrome_options": [
        "--disable-infobars",
        "--ignore-ssl-errors=yes",
        "--ignore-certificate-errors",
        "--disable-default-apps",
        "--disable-notifications",
        "--disable-popup-window",
        "--no-sandbox",
        "--auto-open-devtools-for-tabs",
        "--window-size=1920x960",
        "--start-maximized"
    ],
chelaxian commented 4 months ago

Why do you write all these issues here and not in LLM-API-Open?

sorry, i thought it is your own API/project. can toy share original github page of LMAO GPT?

chelaxian commented 4 months ago

Did u using official ChatGPT page? Please disable headless mode and see what automation does

yes, i use original paid verson on official openai web page https://chat.openai.com/

chelaxian commented 4 months ago

Also you can try add --start-maximized argument if you have issues with page size

"__comment19__": "Chrome arguments",
    "chrome_options": [
        "--disable-infobars",
        "--ignore-ssl-errors=yes",
        "--ignore-certificate-errors",
        "--disable-default-apps",
        "--disable-notifications",
        "--disable-popup-window",
        "--no-sandbox",
        "--auto-open-devtools-for-tabs",
        "--window-size=1920x960",
        "--start-maximized"
    ],

it didn't help. module can't start again for some reason, but it is not related to chrome drivers

❌ Error: lmao_chatgpt status is not idle

F33RNI commented 4 months ago

Why do you write all these issues here and not in LLM-API-Open?

sorry, i thought it is your own API/project. can toy share original github page of LMAO GPT?

It's mine yep. But it's a separate project and all your issues are NOT about GPT-Telegramus, but about LLM-API-Open

F33RNI commented 4 months ago

Why do you write all these issues here and not in LLM-API-Open?

sorry, i thought it is your own API/project. can toy share original github page of LMAO GPT?

Currently, LMAO API is only for free versions and have no support of paid accounts. I'll add official ChatGPT API into GPT-Telegramus soon

chelaxian commented 3 months ago

i changed paid account to free one, open page in incognito mode (allow cookie-editor to work in incognito) and save cookies, now all works! thanks!