Update/Patch fail for setup_fields_for_80g_certificate_and_donation & create_itc_reversal_custom_fields

Dear Community,

since a few weeks I got the problem when updating that I cannot access the site after “bench update” because two migration steps are failing.

After running “bench migrate --skip-failing” the site is online again but I want to have a clean process and fix these migration steps to be successful. I also tried “bench update --reset” without success.

Following migration steps are failing:

  • Executing erpnext.patches.v12_0.create_itc_reversal_custom_fields in my.site
    Failed to execute patch

  • Executing erpnext.patches.v13_0.setup_fields_for_80g_certificate_and_donation in my.site
    Failed to execute patch

Who can help, please?

ERPNext: v13.17.0 (version-13) / Frappe Framework: v13.17.1 (version-13)

Please share the error traceback so see what is breaking during migration.

Here the traceback during migration after update:

Migrating my.site
Executing erpnext.patches.v12_0.create_itc_reversal_custom_fields in my.site

Traceback (most recent call last):
File “/usr/lib/python3.8/runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/usr/lib/python3.8/runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 104, in
main()
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 19, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 829, in call
return self.main(*args, **kwargs)
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 782, in main
rv = self.invoke(ctx)
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py”, line 610, in invoke
return callback(*args, **kwargs)
File “/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/decorators.py”, line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/commands/init.py”, line 27, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py”, line 306, in migrate
migrate(
File “/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py”, line 69, in migrate
frappe.modules.patch_handler.run_all(skip_failing)
File “/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 41, in run_all
run_patch(patch)
File “/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 30, in run_patch
if not run_single(patchmodule = patch):
File “/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 71, in run_single
return execute_patch(patchmodule, method, methodargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py”, line 91, in execute_patch
frappe.get_attr(patchmodule.split()[0] + “.execute”)()
File “/home/frappe/frappe-bench/apps/erpnext/erpnext/patches/v12_0/create_itc_reversal_custom_fields.py”, line 102, in execute
if d.account_head in gst_accounts.get(‘igst_account’):
TypeError: argument of type ‘NoneType’ is not iterable

:grinning: After updating to latest version today the error did not appear anymore.
Nice! Thanks Frappe

ERPNext: v13.18.0 (version-13)
Frappe Framework: v13.18.0 (version-13)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.