fbchat-dev / fbchat-dev/fbchat

FBchatException solution

オープン
#653 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1.2k
フォーク
403
PR マージ指標
30日以内にマージされた PR はありません

説明

I use fbchat to send a message, it works fine but when it doesn't find the person we get a FBchatException. I do not know how to make it possible for him to omit such a person.

```py
for i in range(liczba_pozycji):
klienci = client.searchForUsers(tab_imie_naziwsko[i])
klient = klienci[0]
client.send(Message(text=tab_produkt[i]),
thread_id=format(klient.uid), thread_type=ThreadType.USER)
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。