-
## System Informations
* Python version: 3.7
* SDK version: 1.17.0
* OS: Windows 10
## Expected Behavior
New features in 1.17.0 should be active, e.g. get_bot_info()
## Current Behavior
C…
-
1. herokuをスリープしている状態でbotを動かす
以下のようなFlaskのエラー
エラーではbusy状態ですよ感があるものの、結構遅れてからちゃんと返事が来る。
今までこんなエラーは出たことなかった...どうして?
> 2020-11-12T07:48:04.310568+00:00 heroku[web.1]: Unidling
> 2020-11-12T07:…
-
## System Informations
* Python version: 3.7.7
* SDK version: 1.16.0
* OS: macOS Mojave 10.14.3
## Expected Behavior
The docs say that box or image can be used for hero block.
https://develo…
-
## Problem
Cannot send requests through proxies like so. https://requests.readthedocs.io/en/master/user/advanced/#proxies
## Solution
Add capability to send requests through proxies like so.
```…
-
I use the codes in my project directly and I deploy my project onHeroku successfully.
The codes what I use is:
```python
from flask import Flask, request, abort
from linebot import (
…
-
I got simple example just like
```
from flask import Flask, request, abort
from linebot import (
LineBotApi, WebhookHandler
)
from linebot.exceptions import (
InvalidSignatureError
…
-
## The main issue
I am deploying the examplar bot from readme.rst as an experimental run to to the cloud, but the callback function keeps jump to except and returns invalid reply token error `The w…
-
I use the following simple code to test my line userid and push message.
```python
from linebot import LineBotApi
from linebot.models import TextSendMessage
line_bot_api = LineBotApi('mytoken'…
-
First of all, I'm sorry my English is very bad
My bot gets some user or group id is None
This error is not accidental
None values for users or groups are always None
This problem caused me to be…
-
1. webhook url verify success
but I'm not know that how I get userID like https://devdocs.line.me/en/#bot-api-get-profile
2. if I write /callback that
```python
@app.route("/callback", method…