hardbyte / hardbyte/python-can

can.exceptions.CanInterfaceNotImplementedError: Unknown interface type "None"

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

説明

### Describe the bug
```
Traceback (most recent call last):
File "receive_all.py", line 34, in
receive_all()
File "receive_all.py", line 16, in receive_all
with can.Bus() as bus:
File "/opt/conda/lib/python3.8/site-packages/can/interface.py", line 108, in __new__
kwargs = load_config(config=kwargs, context=context)
File "/opt/conda/lib/python3.8/site-packages/can/util.py", line 192, in load_config
bus_config = _create_bus_config(config)
File "/opt/conda/lib/python3.8/site-packages/can/util.py", line 211, in _create_bus_config
raise CanInterfaceNotImplementedError(
can.exceptions.CanInterfaceNotImplementedError: Unknown interface type "None"

```

### To Reproduce
```
pip install python-can
cd python-can/examples
python3 receive_all.py

```

### Expected behavior

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

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

評価

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

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

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