You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a step to your chatflow and use self.captcha_ask
Traceback/Logs/Alerts
Traceback (most recent call last):
File "/home/abom/projects/jumpscale/js-next/js-sdk/jumpscale/sals/chatflows/chatflows.py", line 147, in wrapper
getattr(self, step_name)()
File "/home/abom/projects/jumpscale/js-next/js-sdk/jumpscale/sals/chatflows/chatflows.py", line 668, in wrapper
return func(*args, **kwargs)
File "/home/abom/projects/jumpscale/js-next/js-sdk/jumpscale/packages/tfgrid_solutions/chats/ubuntu.py", line 43, in ca
c = self.captcha_ask()
File "/home/abom/projects/jumpscale/js-next/js-sdk/jumpscale/sals/chatflows/chatflows.py", line 582, in captcha_ask
captcha, message = self.captcha_msg(required=True, **kwargs)
File "/home/abom/projects/jumpscale/js-next/js-sdk/jumpscale/sals/chatflows/chatflows.py", line 567, in captcha_msg
captcha = j.data.idgenerator.generateXCharID(4)
AttributeError: module 'jumpscale.data.idgenerator' has no attribute 'generateXCharID'
The text was updated successfully, but these errors were encountered:
Description
When using captcha_ask in one of the steps I got an error.
Version information
Installation method
Development installation via
poetry install
Steps to reproduce
Add a step to your chatflow and use
self.captcha_ask
Traceback/Logs/Alerts
The text was updated successfully, but these errors were encountered: