1. ホーム
  2. python

モジュール 'websocket' に属性 'enableTrace' がない ソリューション

2022-02-21 07:27:21
<ブロッククオート

インポートウェブソケット

ウェブソケット.enableTrace(True)

ws = websocket.WebSocketApp("wss://stream.binance.com:9443/ws/!ticker@arr",

                                                      on_message = on_message。

                                                      on_error = on_error です。

                                                      on_close = on_close) です。

ソースコードは上記の通りですが、以下のようなエラーが報告されます。

モジュール 'websocket' には 'enableTrace' という属性がありません。 

解決策

pip install websocket
-
client

これは正しいウェブソケットライブラリです