Discussions

Ask a Question
Back to All

Random interactive session is attached to my account

I got the concurrent session error, when i checked api, there was one session showing active. But this was not started by me and this also want getting closed. Looks like this is using credits a lot. Any idea how to fix this?

{
"code": 100,
"data": {
"sessions": [
{
"session_id": "6c55fe89-9be6-11ef-b4f2-26c9d1228445",
"status": "connected",
"created_at": 1730859944,
"api_key_type": "trial"
}
]
},
"message": "success"
}

But when i try to close it i got this error:

{
"code": 400004,
"message": "Session does not exist. SessionID: 6c55fe89-9be6-11ef-b4f2-26c9d1228445"
}