You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/utils/typing_validations.py", line 31, in wrapper
return func(*args, **kwargs)
File "apps/erpnext/erpnext/stock/get_item_details.py", line 100, in get_item_details
out.update(get_price_list_rate(args, item))
File "apps/erpnext/erpnext/stock/get_item_details.py", line 801, in get_price_list_rate
price_list_rate = get_price_list_rate_for(args, item_doc.name)
File "apps/erpnext/erpnext/stock/get_item_details.py", line 951, in get_price_list_rate_for
price_list_rate = get_item_price(item_price_args, item_code)
File "apps/erpnext/erpnext/stock/get_item_details.py", line 922, in get_item_price
transaction_date = datetime.datetime.strptime(args["transaction_date"].replace("-", ""), "%m%d%Y")
File "/usr/lib/python3.10/_strptime.py", line 568, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
File "/usr/lib/python3.10/_strptime.py", line 352, in _strptime
raise ValueError("unconverted data remains: %s" %
ValueError: unconverted data remains: 6
Information about bug
Module
other
Version
Frappe - v15
Erpnext- v15
Installation method
None
Relevant log output / Stack trace / Full Error Message.
Route
Traceback
Request Data
Response Data
The text was updated successfully, but these errors were encountered: