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
Exceptions thrown by ext/types are being imported based on a different object compared with the expected exceptions in core/controller.ts;
For example when StringSearch receives an empty result from server it throws a ValidatorError extracted from YveBot.exceptions and then controller tries to analyse it by checking if it is an instance of ValidatorError from module ./exceptions. This check results in a fail and then the bot get stuck :/
The text was updated successfully, but these errors were encountered:
Exceptions thrown by ext/types are being imported based on a different object compared with the expected exceptions in
core/controller.ts
;For example when StringSearch receives an empty result from server it throws a
ValidatorError
extracted from YveBot.exceptions and then controller tries to analyse it by checking if it is an instance ofValidatorError
from module./exceptions
. This check results in a fail and then the bot get stuck :/The text was updated successfully, but these errors were encountered: