About update

Dear all,

I am having virtual image & it is not giving any error while update through command. But when I do some transactions then unable to complete request:error this message displayed.

Please help me to resolve this issue.




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Can you post some error message from your console or something ?

On Wednesday, October 16, 2013 10:04:07 AM UTC+5:30, R - Tech Solutions wrote:
Dear all,

I am having virtual image & it is not giving any error while update through command. But when I do some transactions then unable to complete request:error this message displayed.

Please help me to resolve this issue.




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Dear sir,

There is no error at all. After running update command through command prompt it is not giving any error.

But if I update through setup-> update then is just giving unable to complete request:error & the process can not complete.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
1. what is the error in your Javascript Console?
2. what do you get when you do domain + "/server.py?cmd=startup" in the toolbar

On Wednesday, October 16, 2013 2:58:50 PM UTC+5:30, R - Tech Solutions wrote:
Dear sir,

There is no error at all. After running update command through command prompt it is not giving any error.

But if I update through setup-> update then is just giving unable to complete request:error & the process can not complete.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Dear sir,

This is output of domain + "/server.py?cmd=startup" in toolbar

{"message":"","403":1,"exc":"[\"Traceback (innermost last):\\n File \\\"../lib/webnotes/handler.py\\\", line 93, in handle\\n execute_cmd(cmd)\\n File \\\"../lib/webnotes/handler.py\\\", line 133, in execute_cmd\\n ret = call(method, webnotes.form_dict)\\n File \\\"../lib/webnotes/handler.py\\\", line 150, in call\\n return fn(**newargs)\\n File \\\"../lib/webnotes/handler.py\\\", line 37, in startup\\n webnotes.response.update(webnotes.sessions.get())\\n File \\\"../lib/webnotes/sessions.py\\\", line 69, in get\\n bootinfo[\\\"notification_info\\\"] = get_notification_info_for_boot()\\n File \\\"../lib/webnotes/widgets/notification.py\\\", line 37, in get_notification_info_for_boot\\n out = get()\\n File \\\"../lib/webnotes/widgets/notification.py\\\", line 24, in get\\n filters=[[d, key, \\\"=\\\", condition[key]]], as_list=True)[0][0]\\n File \\\"../lib/webnotes/__init__.py\\\", line 479, in get_list\\n as_list=as_list, debug=debug)\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 42, in execute\\n args = prepare_args(doctype, filters, fields, docstatus, group_by, order_by, with_childnames)\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 53, in prepare_args\\n load_doctypes()\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 119, in load_doctypes\\n raise webnotes.PermissionError, doctype\\n PermissionError: Lead\\n\"]"}

I dont know how to see errors in javascript console.

Please guide me.Thanks.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Seems its running okay (before login) - what do you get after login?

On Thursday, October 17, 2013 11:41:23 AM UTC+5:30, R - Tech Solutions wrote:
Dear sir,

This is output of domain + "/server.py?cmd=startup" in toolbar

{"message":"","403":1,"exc":"[\"Traceback (innermost last):\\n File \\\"../lib/webnotes/handler.py\\\", line 93, in handle\\n execute_cmd(cmd)\\n File \\\"../lib/webnotes/handler.py\\\", line 133, in execute_cmd\\n ret = call(method, webnotes.form_dict)\\n File \\\"../lib/webnotes/handler.py\\\", line 150, in call\\n return fn(**newargs)\\n File \\\"../lib/webnotes/handler.py\\\", line 37, in startup\\n webnotes.response.update(webnotes.sessions.get())\\n File \\\"../lib/webnotes/sessions.py\\\", line 69, in get\\n bootinfo[\\\"notification_info\\\"] = get_notification_info_for_boot()\\n File \\\"../lib/webnotes/widgets/notification.py\\\", line 37, in get_notification_info_for_boot\\n out = get()\\n File \\\"../lib/webnotes/widgets/notification.py\\\", line 24, in get\\n filters=[[d, key, \\\"=\\\", condition[key]]], as_list=True)[0][0]\\n File \\\"../lib/webnotes/__init__.py\\\", line 479, in get_list\\n as_list=as_list, debug=debug)\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 42, in execute\\n args = prepare_args(doctype, filters, fields, docstatus, group_by, order_by, with_childnames)\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 53, in prepare_args\\n load_doctypes()\\n File \\\"../lib/webnotes/widgets/reportview.py\\\", line 119, in load_doctypes\\n raise webnotes.PermissionError, doctype\\n PermissionError: Lead\\n\"]"}

I dont know how to see errors in javascript console.

Please guide me.Thanks.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Dear sir,

There is no problem with login but when I do some transactions or update through browser then many times getting this error & transactions cant complete.

unable to complete request:error

I am just confused how it can possible.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.