My sincere thanks to you for making this video since I have been facing this issue for the past few weeks and I really appreciate the help you provided to resolve it for me.🙏
Hi! I deleted the pending stuck task but still the device is there in the devices and I cannot delete it despite that there are no longer pending tasks. The device that I want to delete is some old already deleted virtual machine and now I using another virtual machine which I cannot connect as Community edition allows just one device connected. What I can do?
You can try using "reset" API of the control room. For a detailed step-by-step instructions follow this blog 👉 rpafeed.com/cannot-delete-device-as-it-is-part-of-active-bot-deployment/
Hi, I have seen your videos reg importance of python in RPA, I am interested to learn python through online, i got doubt like is python and python script are different are same ?? As Java and Javascript I am doing in AA360 now, does learning python help out of RPA also?
Python and python script is same. Python is useful in RPA as it has lot of reusable libraries. You can check out the video on how rpa developer can python. ruclips.net/video/1BcuAH030Ws/видео.html
@@RPAFeed thank for reply, i got free time now and watched ur python videos so only I joined python course😊 Before this also I used watch ur videos which are short and very informative
In authentication, I am getting { "code": "json.deserialization.exception", "details": null, "message": "Invalid request parameters" } I tried ID password is right
You might be doing something wrong while making a request. Check the api call after getting the token. Check header and body parameters, if you are passing them correctly.
My sincere thanks to you for making this video since I have been facing this issue for the past few weeks and I really appreciate the help you provided to resolve it for me.🙏
Great to hear!😅
Last week I faced this error ..now I fixed bro ..thx
Share it with your network you think it would benefit 😇
Please reply my error is on the reset POST is:
"message": " Reset type not set. "
Thank you, this one helped, I also got access denied. i've used v2 instead of v1 to generate token. it worked.
@@rajithakaranam4156 yeah, now v1 is deprecated ⚠️ Hence, for authentication we have to use v2
Hi! I deleted the pending stuck task but still the device is there in the devices and I cannot delete it despite that there are no longer pending tasks. The device that I want to delete is some old already deleted virtual machine and now I using another virtual machine which I cannot connect as Community edition allows just one device connected. What I can do?
You can try using "reset" API of the control room. For a detailed step-by-step instructions follow this blog 👉 rpafeed.com/cannot-delete-device-as-it-is-part-of-active-bot-deployment/
Hi,
For me token not generated..
Getting error as generic. Server exception in code
Hi, I have seen your videos reg importance of python in RPA, I am interested to learn python through online, i got doubt like is python and python script are different are same ?? As Java and Javascript
I am doing in AA360 now, does learning python help out of RPA also?
Python and python script is same. Python is useful in RPA as it has lot of reusable libraries. You can check out the video on how rpa developer can python.
ruclips.net/video/1BcuAH030Ws/видео.html
@@RPAFeed thank for reply, i got free time now and watched ur python videos so only I joined python course😊
Before this also I used watch ur videos which are short and very informative
Sos un mago tahnks bro i love this content jejej you can help me, thanks brother jeje
Can you say the solution if the same error for automation anywhere community edition?
The demo is using community edition only. The same solution would work.
I am getting this error "Bot launcher for user ** crashed. Last recorded command at line number 0." Can someone please help.
It solved the issue, thanks a lot
Glad it was helpful
In authentication, I am getting {
"code": "json.deserialization.exception",
"details": null,
"message": "Invalid request parameters"
}
I tried ID password is right
You might be doing something wrong while making a request. Check the api call after getting the token. Check header and body parameters, if you are passing them correctly.
if the username contains a domain "domain\ user" make sure to but "\\" between them
You ever figure this out?
I am getting error like ( "code": "access.is.denied",
"details": null,
"message": "Access is denied")
@@skvprajapati the user you are trying to do this might not have the privilege to perform action.
@@RPAFeed but it's I am doing in community version CR.
@@skvprajapatidid you figure it out? Running into the same problem on mine when I didn’t before.
@@xeqtioner0660 it is now resolved. API key was different right now we need to replace v2 instead of v1.
@@skvprajapatiawesome, that worked! Thanks so much for getting back so fast!
thanks a lot for this. helped me
Glad to know! Welcome 😊
I have this problem I did these processes but didn’t get the token
What is the error or problem?
hi ,i am not getting token ,error like missing X-authorization in postman ,could you please help me .i am unable to delete device
Follow the instructions properly. First get the token then add that token in headers