Getting this error “Company None not found The resource you are looking for is not available” while creating variants

I have created a company in new setup. After admin sign in, I got “Company none not found” error.I am trying to create multiple variants from template.Then I got “Error: Item Default Row #1: Value missing for: Company” error.Kindly give me a solution for this error


Version Detail:
erpnext 12.x.x-develop
foundation 0.0.1
frappe 12.x.x-develop

  1. Check if the company you setup during setup wizard is available. Simply type company in the Global search field and check

  2. Go to Global Defaults in your instance and select a default company and check if the error occurs again.

2 Likes

It is done.
Thank you so much.

ERPNext: v11.1.18 (master)
Frappe Framework: v11.1.18 (master)

Did not resolve.

Traceback -

Traceback (most recent call last):
File “/opt/bench/erpnext/apps/frappe/frappe/email/queue.py”, line 423, in send_one
message = prepare_message(email, recipient.recipient, recipients_list)
File “/opt/bench/erpnext/apps/frappe/frappe/email/queue.py”, line 554, in prepare_message
print_format_file = frappe.attach_print(**attachment)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 1377, in attach_print
“fcontent”: get_print(doctype, name, print_format=print_format, style=style, html=html, as_pdf=True, doc=doc, no_letterhead=no_letterhead)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 1351, in get_print
html = build_page(“printview”)
File “/opt/bench/erpnext/apps/frappe/frappe/website/render.py”, line 178, in build_page
context = get_context(path)
File “/opt/bench/erpnext/apps/frappe/frappe/website/context.py”, line 28, in get_context
context = build_context(context)
File “/opt/bench/erpnext/apps/frappe/frappe/website/context.py”, line 98, in build_context
update_controller_context(context, context.controller)
File “/opt/bench/erpnext/apps/frappe/frappe/website/context.py”, line 48, in update_controller_context
ret = module.get_context(context)
File “/opt/bench/erpnext/apps/frappe/frappe/www/printview.py”, line 40, in get_context
no_letterhead=frappe.form_dict.no_letterhead),
File “/opt/bench/erpnext/apps/frappe/frappe/www/printview.py”, line 158, in get_html
html = template.render(args, filters={“len”: len})
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/asyncsupport.py”, line 76, in render
return original_render(self, *args, **kwargs)
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/environment.py”, line 1008, in render
return self.environment.handle_exception(exc_info, True)
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/environment.py”, line 780, in handle_exception
reraise(exc_type, exc_value, tb)
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/_compat.py”, line 37, in reraise
raise value.with_traceback(tb)
File “/opt/bench/erpnext/apps/frappe/frappe/./templates/print_formats/standard.html”, line 32, in top-level template code
{{ render_field(df, doc) }}
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/runtime.py”, line 579, in _invoke
rv = self._func(*arguments)
File “/opt/bench/erpnext/apps/frappe/frappe/./templates/print_formats/standard_macros.html”, line 18, in template
{{ render_field_with_label(df, doc) }}
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/runtime.py”, line 579, in _invoke
rv = self._func(*arguments)
File “/opt/bench/erpnext/apps/frappe/frappe/./templates/print_formats/standard_macros.html”, line 88, in template
{{ _(print_value(df, doc)) }}{% endif %}
File “/opt/bench/erpnext/env/lib/python3.6/site-packages/jinja2/runtime.py”, line 579, in invoke
rv = self.func(*arguments)
File “/opt/bench/erpnext/apps/frappe/frappe/./templates/print_formats/standard_macros.html”, line 134, in template
{{ doc.get_formatted(df.fieldname, parent_doc or doc, translated=df.translatable) }}
File “/opt/bench/erpnext/apps/frappe/frappe/model/base_document.py”, line 715, in get_formatted
return format_value(val, df=df, doc=doc, currency=currency)
File “/opt/bench/erpnext/apps/frappe/frappe/utils/formatters.py”, line 60, in format_value
currency=currency if currency else (get_field_currency(df, doc) if doc else None))
File “/opt/bench/erpnext/apps/frappe/frappe/model/meta.py”, line 484, in get_field_currency
currency = frappe.get_cached_value(split_opts[0], doc.get(split_opts[1]), split_opts[2])
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 697, in get_cached_value
doc = get_cached_doc(doctype, name)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 682, in get_cached_doc
doc = get_doc(*args, **kwargs)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 725, in get_doc
doc = frappe.model.document.get_doc(*args, **kwargs)
File “/opt/bench/erpnext/apps/frappe/frappe/model/document.py”, line 69, in get_doc
return controller(*args, **kwargs)
File “/opt/bench/erpnext/apps/frappe/frappe/model/document.py”, line 104, in init
self.load_from_db()
File “/opt/bench/erpnext/apps/frappe/frappe/model/document.py”, line 141, in load_from_db
frappe.throw(
(“{0} {1} not found”).format(
(self.doctype), self.name), frappe.DoesNotExistError)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 352, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 338, in msgprint
_raise_exception()
File “/opt/bench/erpnext/apps/frappe/frappe/init.py”, line 311, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.DoesNotExistError: Company None not found