Following API call cause to server load crash "/api/method/frappe.async.get_user_info" - erpnext version 5

Hello,

It has been observe that due to " Infinite api call ", the local serve leads to an inappropriate behaviour of application also it utilize high processes and hangs the other process.

Is there any bug or let me know how we can prevent this process.

The above API call raised from =>

socketio connect method - apps β†’ frappe β†’ socketio.js

β€œIs there any bug or let me know how we can prevent this process.”

You defer your upgrade - that is not an option?

Yes, The application is running since ~ 2014.

Do we have any other option rather than upgrade?

Perhaps identify why you prefer to not upgrade, that will help you decide your course of action

1 Like

I think I know this problem, you may have to downgrade your socketio version to 1.7.4. Try doing that.

OK, let me try.

Thanks @vjFaLk, It seems we have fix the issue.

1 Like