Error in Batch Item Expiry Status

Traceback (most recent call last):
File “/home/brillare/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/brillare/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/brillare/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/brillare/frappe-bench/apps/frappe/frappe/init.py”, line 923, in call
return fn(*args, **newargs)
File “/home/brillare/frappe-bench/apps/frappe/frappe/desk/query_report.py”, line 96, in run
res = frappe.get_attr(method_name)(frappe._dict(filters))
File “/home/brillare/frappe-bench/apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py”, line 16, in execute
iwb_map = get_item_warehouse_batch_map(filters, float_precision)
File “/home/brillare/frappe-bench/apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py”, line 61, in get_item_warehouse_batch_map
sle = get_stock_ledger_entries(filters)
File “/home/brillare/frappe-bench/apps/erpnext/erpnext/stock/report/batch_item_expiry_status/batch_item_expiry_status.py”, line 58, in get_stock_ledger_entries
conditions, as_dict=1)
File “/home/brillare/frappe-bench/apps/frappe/frappe/database.py”, line 165, in sql
self._cursor.execute(query)
File “/home/brillare/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 250, in execute
self.errorhandler(self, exc, value)
File “/home/brillare/frappe-bench/env/local/lib/python2.7/site-packages/MySQLdb/connections.py”, line 50, in defaulterrorhandler
raise errorvalue
InternalError: (3, ‘Error writing file '/tmp/MYVfcpB3' (Errcode: 28 “No space left on device”)’)

other all report and doctype work fine…

1 Like

Check server disk space