Facing issue since last update 15.32.0 with new feature to set shift location for employee checkin. fetch-location button is returning error and site becomes unresponsive.
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 114, in application
response = frappe.api.handle(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/api/__init__.py", line 49, in handle
data = endpoint(**arguments)
^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/api/v1.py", line 36, in handle_rpc_call
return frappe.handler.handle()
^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/handler.py", line 49, in handle
data = execute_cmd(cmd)
^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/__init__.py", line 1775, in call
return fn(*args, **newargs)
^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/handler.py", line 322, in run_doc_method
method_obj = getattr(doc, method)
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ShiftLocation' object has no attribute 'hrms.hr.utils.set_geolocation_from_coordinates'
Information about bug
Facing issue since last update 15.32.0 with new feature to set shift location for employee checkin. fetch-location button is returning error and site becomes unresponsive.
Module
HR
Version
"erpnext": "15.38.4", "frappe": "15.44.2", "hrms": "15.32.0", "india_compliance": "15.13.4", "lending": "0.0.1", "lms": "2.8.0", "raven": "2.0.0"
Installation method
FrappeCloud
Relevant log output / Stack trace / Full Error Message.
Route
Traceback
Request Data
Response Data