frappe / chat

Modern Chat App for Frappe
Other
106 stars 131 forks source link

i get this issue with erpnext v-14-beta #43

Closed Abdo2021-a closed 2 years ago

Abdo2021-a commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: './assets/frappe/js/lib/socket.io.min.js'

tradaonline commented 2 years ago

This error still occurs with the official 14 version

Abdo2021-a commented 2 years ago

@tradaonline if you face this problem with version 14 you can put the configration in the missed file take this config from default erp or another site erpnext u have

ioscanner commented 2 years ago

Confirmed the patch #41 works and allows chat to work again. But the issue is now that chat messages don't update. So you don't see new messages received in chat sessions. You have to reload to see them. That makes chat not usable.

surajshetty3416 commented 2 years ago

Should be resolved with https://github.com/frappe/chat/pull/41

ioscanner commented 2 years ago

It seems using the patch #41 Allows Chat to work, but causes an issue with the socket so now messages don't show up for users. They must reload to see the messages. This was also the issue with #3 and have a video of the issue. So seems it allows chat to start patch #41 causes a new issue. Someone else said to just create the missing socket file "assets/frappe/js/lib/socket.io.min.js" I might try that today and see if it resolves the issue and roll back the patch.

Bump: @surajshetty3416

hamzahabeeb commented 11 months ago

It seems using the patch #41 Allows Chat to work, but causes an issue with the socket so now messages don't show up for users. They must reload to see the messages. This was also the issue with #3 and have a video of the issue. So seems it allows chat to start patch #41 causes a new issue. Someone else said to just create the missing socket file "assets/frappe/js/lib/socket.io.min.js" I might try that today and see if it resolves the issue and roll back the patch.

Bump: @surajshetty3416

did it work?