-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Running
from pppd import PPPConnection
ppp = PPPConnection(call='webcam_num0')
print(ppp.connected())
Using Python 3.9 gives the following error.
Traceback (most recent call last):
File "/home/pi/ppp_py.py", line 3, in <module>
ppp = PPPConnection(call='webcam_num0')
File "/usr/local/lib/python3.9/dist-packages/pppd.py", line 82, in __init__
self.output += self.proc.stdout.read()
TypeError: can't concat NoneType to bytes
Metadata
Metadata
Assignees
Labels
No labels