Get this message “Folder List does not exist” when try to enter into file manager module in ber 8.0. Anyone can help?
When I try to create new folder I get “Server Error: Please check your server logs or contact tech support.” message.
yes i have also this error
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py”, line 307, in create_new_folder
file.insert()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 188, in insert
self.set_new_name()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 334, in set_new_name
set_new_name(self)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/naming.py”, line 38, in set_new_name
doc.run_method(“autoname”)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 667, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 890, in composer
return composed(self, method, *args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 873, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 661, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py”, line 49, in autoname
self.name = self.get_name_based_on_parent_folder()
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py”, line 41, in get_name_based_on_parent_folder
path = get_breadcrumbs(self.folder)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py”, line 295, in get_breadcrumbs
frappe.throw(_(“Folder {0} does not exist”).format(folder))
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 316, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 306, in msgprint
_raise_exception()
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 279, in _raise_exception
raise raise_exception, encode(msg)
ValidationError: Folder List does not exist
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py”, line 31, in savedocs
send_updated_docs(doc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py”, line 61, in send_updated_docs
frappe.response.docs.append(d)
AttributeError: ‘NoneType’ object has no attribute ‘append’
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py”, line 31, in savedocs
send_updated_docs(doc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py”, line 61, in send_updated_docs
frappe.response.docs.append(d)
AttributeError: ‘NoneType’ object has no attribute ‘append’
Thanks for reporting the issue here. I cam replicate it in the test account.
We will fix the issue and revert.
Released a fix.
??? where is it? Kindly explain!!!
just do a bench update again and you will get the fix
I get the following error over “bench update”:
File “/home/frappe/.bench/bench/utils.py”, line 127, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull upstream master
Sounds like a local issue you have with recessing github.