-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegram no working #72
Comments
No answer from API: {u'answer': None, u'version': u'1.0', u'id': 0, u'error': {u'status': u'252', u'message': u"Unknown function 'dedicated#getAvailability2'", u'__class': u'result:error', u'value': None, u'exceptionType': u'Unavailable'}} This is if you reconfigure to email |
Telegram worked only python3 |
Only error left No answer from API: {'answer': None, 'version': '1.0', 'error': {'__class': 'result:error', 'value': None, 'status': '252', 'exceptionType': 'Unavailable', 'message': "Unknown function 'dedicated#getAvailability2'"}, 'id': 0} |
Can you check the script? Problem with api? |
python crawler.py
2019-09-12 11:59:10,063 Notifier loading failed, check config for errors
Traceback (most recent call last):
File "crawler.py", line 190, in
NOTIFIER = getattr(_NOTIFIER_MODULE, _NOTIFIER_CLASSNAME)(_CONFIG)
File "/home/jkvint/kimsufi-crawler/notifiers/telegram_notifier.py", line 18, in init
super().init(config)
The text was updated successfully, but these errors were encountered: