infinitylabs
infinitylabs
same error. seems to happen at random and not based on use/messaging.
``` pip install line && pip uninstall -y line git clone https://github.com/carpedm20/LINE.git cd LINE/line wget https://gist.github.com/windows98SE/b739038218b6fe4d423f/raw/5f68cf3d9a2a88576b739810a6bd6fcaa0c5e940/api.py.patch --no-check-certificate patch api.py < api.py.patch cd .. python config.py python setup.py install ``` Then...
depending on your distro you would do something similar if patch isnt installed. this is for Debian/Ubuntu: apt-get update apt-get upgrade apt-get install python-dev git pip patch
Thats normal, if your bot cant see your messages make sure you go into your settings and turn off letter sealing. good luck!
most of the errors are documented in the issues here but if you installed the latest thrift just do pip uninstall thrift pip install thrift==0.9.3
Cant believe this is still an issue tbh. +1
msg always returns an int value of 1. The error originally happened on my older custom linebot, so I found your version in hopes of a fix but it produces...