Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: transplant everything that can be done in CHRLINE. #11

Open
EdamAme-x opened this issue Sep 8, 2024 · 20 comments
Open

feat: transplant everything that can be done in CHRLINE. #11

EdamAme-x opened this issue Sep 8, 2024 · 20 comments
Assignees
Labels
enhancement New feature or request

Comments

@EdamAme-x
Copy link
Member

EdamAme-x commented Sep 8, 2024

What's your idea?

as title.
If you think missing this function. If you think it is, please send me a request!

@EdamAme-x EdamAme-x added the enhancement New feature or request label Sep 8, 2024
@EdamAme-x EdamAme-x self-assigned this Sep 8, 2024
@fckveza
Copy link

fckveza commented Sep 10, 2024

This is a very good project, it's been a long time since anyone made a repository like this using JAVASCRIPT, for line bots.

@EdamAme-x
Copy link
Member Author

Thanks bro

@fckveza
Copy link

fckveza commented Sep 10, 2024

I want to try it bro, please add /RE4 endpoint for RelationService [getContactsV3 ,addFriend] @EdamAme-x

@EdamAme-x
Copy link
Member Author

Ok, I will investigate.

@fckveza
Copy link

fckveza commented Sep 10, 2024

Ok, I will investigate.

Thanks bro.. Can I ask for your LINE ID?

@EdamAme-x
Copy link
Member Author

EdamAme-x commented Sep 10, 2024

Can you please use Discord because I only have LINE account for experiments and a real one? Sry.
https://discord.gg/evex

@EdamAme-x
Copy link
Member Author

I'll add its method.
but, getContactV3 and so on is breaking
method.
I'm fixing it

@fakefate14
Copy link

Thanks for awesome project ❤️

I have issue about getAllChatMids ,As below code it's alway response : {}

client.getAllChatMids().then(data => {
console.log(data)
})

what is my mistake
Thank you in advance.

@EdamAme-x
Copy link
Member Author

EdamAme-x commented Sep 11, 2024

Thanks for your report.
It appears that getAllChatMids() has a limitation.
I will try to see if I can deal with this.

@EdamAme-x
Copy link
Member Author

EdamAme-x commented Sep 11, 2024

Hello @fakefate14
getAllChatMids() is fixed by @piloking

@fakefate14
Copy link

fakefate14 commented Sep 11, 2024

Thank you so muchhh ❤️ @EdamAme-x @piloking

@fckveza
Copy link

fckveza commented Sep 16, 2024

I'll add its method. but, getContactV3 and so on is breaking method. I'm fixing it

Bro we need to use /PUSH for sync operation, like chrline

@EdamAme-x
Copy link
Member Author

I'll try.

@fakefate14
Copy link

Hi @EdamAme-x
could you please add getServerTime() function on next V2
Thank you

@EdamAme-x
Copy link
Member Author

Sure

@fckveza
Copy link

fckveza commented Sep 20, 2024

bor @EdamAme-x response AcceptChatInvitation but returned AcceptChatInvitationByTicketResponse

Screenshot 2024-09-21 at 02 29 35

@EdamAme-x
Copy link
Member Author

I'll check

@EdamAme-x EdamAme-x reopened this Sep 20, 2024
@EdamAme-x
Copy link
Member Author

some bugs/feats fixed and released by https://github.com/evex-dev/linejs/releases/tag/1.4.0

@ak47dev
Copy link

ak47dev commented Sep 22, 2024

client.on("message", (message) => {
const text = message.content;
if (text === "!ping") { message.reply("pong!"); }
});

node_modules/@evex/linejs/client/clients/e2ee/index.js:327
throw new Error(Not support E2EE on ${to});
^
Error: Not support E2EE on u085311ecd9e3e3d74ae4c9f5437cbcb5

Hello, how can I solve this problem? Thank you.

@EdamAme-x
Copy link
Member Author

Your account is not in a condition to use E2EE.
More detailed support: discord.gg/evex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants