ERROR: Internal : A token must be provided to release a lock
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-02-18 07:18 PM
Hi,
we are using locks in our bots. We are gettting "ERROR: Internal : A token must be provided to release a lock". Kindly share if you have any idea why we are getting this error.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-18 09:00 PM
When you get your lock a Token guid will have been returned as an output parameter. You need to use that when you do your unlock. Even better, if you only want one session to get a lock, provide your own token name both on the aquire lock and release lock actions.
