Non démarrage du Demon de Google Cast

Bonsoir,
J’ai installé sur ma box ATLAS, le plugin Google Cast pour pouvoir intégrer dans mes scénario, d’éventuelles annonces vocales sur mes Google Nest.
Le problème est que je n’arrive pas à lancer le Démon qui reste en statut NOK.
J’ai un message de Jeedom me disant qu’il y a un soucis avec le Démon et qu’il l’a relancé 3X.
J’ai refait l’installation, réinstallé les dépendances mais rien n’y fait.
Merci de votre aide.
Bonne soirée.

2 « J'aime »

Bonsoir,
Avec quelques logs, une aide serai plus facile.

1 « J'aime »

bonjour,
Voila ce que j’ai trouvé dans les logs de googlecast (c’est du chinois pour mon niveau de connaissance :-)) :

[2022-07-12 11:27:32][ERROR] : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
[2022-07-12 11:28:17][ERROR] : Attention je pense qu'il y a un soucis avec le démon que j'ai relancé plus de 3 fois consécutivement
[2022-07-12 11:28:18][INFO] : Lancement démon googlecast : /usr/bin/python3 /var/www/html/plugins/googlecast/resources/googlecast.py --loglevel debug --socketport 55012 --sockethost 127.0.0.1 --callback http://127.0.0.1:80/plugins/googlecast/core/php/googlecast.api.php --apikey GWWUROSeEdnxcx44gJcvAjqOiGf3VXypBBbdc7pSxLZC3AmX08SiEQN5X1s4Y7MO --ttsweb http://192.168.1.191 --ttslang fr-FR --ttsengine gttsapi --ttsspeed 1.2 --ttscache 1 --ttsgapikey AIzaSyB7fg6wEAZq0EeV2EAw6CQCMtVIaNMtMgQ --gcttsvoice fr-FR-Standard-A --ttsdefaultrestoretime 1300 --ttsdefaultsilenceduration 300 --daemonname local --cyclefactor 1 --defaultstatus ' '

Bonjour,
Pour info j’ai le même problème. D’ailleurs, je n’arrivais pas à installer les dépendances, j’ai du lancer la commande suivante en SSH :

sudo python3 -m pip install « wheel »

Question qui va sembler triviale, je le concède, mais comment on lance une commande en SSH ?
Je suppose que c’est l’équivalent des commandes genre « ipconfig » and co de la console Windows ?
Merci.

Vous pouvez le faire depuis l’interface de jeedom:

mais ne le faites pas! on ignore si c’est le problème que vous avez.

Il faut tous les logs du plugin disponibles; en l’occurrence le log donné ne nous sert à rien ici

A priori vous avez un log qui termine par _update et un autre _local

Merci,
Alors les logs local sont très fournis (je post en 2X j’ai atteint la limite du nombre de caractères) :

0000|from . import socket_client
0001|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0002|from . import cast_channel_pb2
0003|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0004|type=None),
0005|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0006|_message.Message._CheckCalledFromGeneratedFile()
0007|TypeError: Descriptors cannot not be created directly.
0008|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0009|If you cannot immediately regenerate your protos, some other possible workarounds are:
0010|1. Downgrade the protobuf package to 3.20.x or lower.
0011|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0012|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0013|Traceback (most recent call last):
0014|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0015|import pychromecast.pychromecast as pychromecast
0016|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0017|from . import socket_client
0018|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0019|from . import cast_channel_pb2
0020|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0021|type=None),
0022|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0023|_message.Message._CheckCalledFromGeneratedFile()
0024|TypeError: Descriptors cannot not be created directly.
0025|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0026|If you cannot immediately regenerate your protos, some other possible workarounds are:
0027|1. Downgrade the protobuf package to 3.20.x or lower.
0028|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0029|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0030|Traceback (most recent call last):
0031|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0032|import pychromecast.pychromecast as pychromecast
0033|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0034|from . import socket_client
0035|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0036|from . import cast_channel_pb2
0037|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0038|type=None),
0039|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0040|_message.Message._CheckCalledFromGeneratedFile()
0041|TypeError: Descriptors cannot not be created directly.
0042|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0043|If you cannot immediately regenerate your protos, some other possible workarounds are:
0044|1. Downgrade the protobuf package to 3.20.x or lower.
0045|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0046|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0047|Traceback (most recent call last):
0048|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0049|import pychromecast.pychromecast as pychromecast
0050|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0051|from . import socket_client
0052|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0053|from . import cast_channel_pb2
0054|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0055|type=None),
0056|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0057|_message.Message._CheckCalledFromGeneratedFile()
0058|TypeError: Descriptors cannot not be created directly.
0059|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0060|If you cannot immediately regenerate your protos, some other possible workarounds are:
0061|1. Downgrade the protobuf package to 3.20.x or lower.
0062|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0063|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0064|Traceback (most recent call last):
0065|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0066|import pychromecast.pychromecast as pychromecast
0067|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0068|from . import socket_client
0069|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0070|from . import cast_channel_pb2
0071|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0072|type=None),
0073|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0074|_message.Message._CheckCalledFromGeneratedFile()
0075|TypeError: Descriptors cannot not be created directly.
0076|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0077|If you cannot immediately regenerate your protos, some other possible workarounds are:
0078|1. Downgrade the protobuf package to 3.20.x or lower.
0079|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0080|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0081|Traceback (most recent call last):
0082|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0083|import pychromecast.pychromecast as pychromecast
0084|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0085|from . import socket_client
0086|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0087|from . import cast_channel_pb2
0088|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0089|type=None),
0090|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0091|_message.Message._CheckCalledFromGeneratedFile()
0092|TypeError: Descriptors cannot not be created directly.
0093|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0094|If you cannot immediately regenerate your protos, some other possible workarounds are:
0095|1. Downgrade the protobuf package to 3.20.x or lower.
0096|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0097|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0098|Traceback (most recent call last):
0099|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0100|import pychromecast.pychromecast as pychromecast
0101|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0102|from . import socket_client
0103|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0104|from . import cast_channel_pb2
0105|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0106|type=None),
0107|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0108|_message.Message._CheckCalledFromGeneratedFile()
0109|TypeError: Descriptors cannot not be created directly.
0110|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0111|If you cannot immediately regenerate your protos, some other possible workarounds are:
0112|1. Downgrade the protobuf package to 3.20.x or lower.
0113|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0114|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0115|Traceback (most recent call last):
0116|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0117|import pychromecast.pychromecast as pychromecast
0118|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0119|from . import socket_client
0120|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0121|from . import cast_channel_pb2
0122|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0123|type=None),
0124|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0125|_message.Message._CheckCalledFromGeneratedFile()
0126|TypeError: Descriptors cannot not be created directly.
0127|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0128|If you cannot immediately regenerate your protos, some other possible workarounds are:
0129|1. Downgrade the protobuf package to 3.20.x or lower.
0130|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0131|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0132|Traceback (most recent call last):
0133|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0134|import pychromecast.pychromecast as pychromecast
0135|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0136|from . import socket_client
0137|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0138|from . import cast_channel_pb2
0139|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0140|type=None),
0141|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0142|_message.Message._CheckCalledFromGeneratedFile()
0143|TypeError: Descriptors cannot not be created directly.
0144|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0145|If you cannot immediately regenerate your protos, some other possible workarounds are:
0146|1. Downgrade the protobuf package to 3.20.x or lower.
0147|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0148|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0149|Traceback (most recent call last):
0150|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0151|import pychromecast.pychromecast as pychromecast
0152|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0153|from . import socket_client
0154|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0155|from . import cast_channel_pb2
0156|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0157|type=None),
0158|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0159|_message.Message._CheckCalledFromGeneratedFile()
0160|TypeError: Descriptors cannot not be created directly.
0161|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0162|If you cannot immediately regenerate your protos, some other possible workarounds are:
0163|1. Downgrade the protobuf package to 3.20.x or lower.
0164|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0165|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0166|Traceback (most recent call last):
0167|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0168|import pychromecast.pychromecast as pychromecast
0169|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0170|from . import socket_client
0171|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0172|from . import cast_channel_pb2
0173|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0174|type=None),

Les logs « update » sont vides.

La suite…

0175|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0176|_message.Message._CheckCalledFromGeneratedFile()
0177|TypeError: Descriptors cannot not be created directly.
0178|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0179|If you cannot immediately regenerate your protos, some other possible workarounds are:
0180|1. Downgrade the protobuf package to 3.20.x or lower.
0181|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0182|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0183|Traceback (most recent call last):
0184|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0185|import pychromecast.pychromecast as pychromecast
0186|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0187|from . import socket_client
0188|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0189|from . import cast_channel_pb2
0190|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0191|type=None),
0192|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0193|_message.Message._CheckCalledFromGeneratedFile()
0194|TypeError: Descriptors cannot not be created directly.
0195|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0196|If you cannot immediately regenerate your protos, some other possible workarounds are:
0197|1. Downgrade the protobuf package to 3.20.x or lower.
0198|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0199|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0200|Traceback (most recent call last):
0201|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0202|import pychromecast.pychromecast as pychromecast
0203|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0204|from . import socket_client
0205|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0206|from . import cast_channel_pb2
0207|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0208|type=None),
0209|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0210|_message.Message._CheckCalledFromGeneratedFile()
0211|TypeError: Descriptors cannot not be created directly.
0212|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0213|If you cannot immediately regenerate your protos, some other possible workarounds are:
0214|1. Downgrade the protobuf package to 3.20.x or lower.
0215|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0216|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0217|Traceback (most recent call last):
0218|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0219|import pychromecast.pychromecast as pychromecast
0220|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0221|from . import socket_client
0222|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0223|from . import cast_channel_pb2
0224|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0225|type=None),
0226|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0227|_message.Message._CheckCalledFromGeneratedFile()
0228|TypeError: Descriptors cannot not be created directly.
0229|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0230|If you cannot immediately regenerate your protos, some other possible workarounds are:
0231|1. Downgrade the protobuf package to 3.20.x or lower.
0232|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0233|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0234|Traceback (most recent call last):
0235|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0236|import pychromecast.pychromecast as pychromecast
0237|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0238|from . import socket_client
0239|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0240|from . import cast_channel_pb2
0241|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0242|type=None),
0243|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0244|_message.Message._CheckCalledFromGeneratedFile()
0245|TypeError: Descriptors cannot not be created directly.
0246|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0247|If you cannot immediately regenerate your protos, some other possible workarounds are:
0248|1. Downgrade the protobuf package to 3.20.x or lower.
0249|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0250|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0251|Traceback (most recent call last):
0252|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0253|import pychromecast.pychromecast as pychromecast
0254|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0255|from . import socket_client
0256|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0257|from . import cast_channel_pb2
0258|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0259|type=None),
0260|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0261|_message.Message._CheckCalledFromGeneratedFile()
0262|TypeError: Descriptors cannot not be created directly.
0263|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0264|If you cannot immediately regenerate your protos, some other possible workarounds are:
0265|1. Downgrade the protobuf package to 3.20.x or lower.
0266|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0267|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0268|Traceback (most recent call last):
0269|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0270|import pychromecast.pychromecast as pychromecast
0271|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0272|from . import socket_client
0273|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0274|from . import cast_channel_pb2
0275|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0276|type=None),
0277|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0278|_message.Message._CheckCalledFromGeneratedFile()
0279|TypeError: Descriptors cannot not be created directly.
0280|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0281|If you cannot immediately regenerate your protos, some other possible workarounds are:
0282|1. Downgrade the protobuf package to 3.20.x or lower.
0283|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0284|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0285|Traceback (most recent call last):
0286|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0287|import pychromecast.pychromecast as pychromecast
0288|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0289|from . import socket_client
0290|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0291|from . import cast_channel_pb2
0292|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0293|type=None),
0294|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0295|_message.Message._CheckCalledFromGeneratedFile()
0296|TypeError: Descriptors cannot not be created directly.
0297|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0298|If you cannot immediately regenerate your protos, some other possible workarounds are:
0299|1. Downgrade the protobuf package to 3.20.x or lower.
0300|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0301|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0302|Traceback (most recent call last):
0303|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0304|import pychromecast.pychromecast as pychromecast
0305|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0306|from . import socket_client
0307|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0308|from . import cast_channel_pb2
0309|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0310|type=None),
0311|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0312|_message.Message._CheckCalledFromGeneratedFile()
0313|TypeError: Descriptors cannot not be created directly.
0314|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0315|If you cannot immediately regenerate your protos, some other possible workarounds are:
0316|1. Downgrade the protobuf package to 3.20.x or lower.
0317|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0318|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0319|Traceback (most recent call last):
0320|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0321|import pychromecast.pychromecast as pychromecast
0322|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0323|from . import socket_client
0324|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0325|from . import cast_channel_pb2
0326|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0327|type=None),
0328|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0329|_message.Message._CheckCalledFromGeneratedFile()
0330|TypeError: Descriptors cannot not be created directly.
0331|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0332|If you cannot immediately regenerate your protos, some other possible workarounds are:
0333|1. Downgrade the protobuf package to 3.20.x or lower.
0334|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0335|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0336|Traceback (most recent call last):
0337|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0338|import pychromecast.pychromecast as pychromecast
0339|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0340|from . import socket_client
0341|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0342|from . import cast_channel_pb2
0343|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0344|type=None),
0345|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0346|_message.Message._CheckCalledFromGeneratedFile()
0347|TypeError: Descriptors cannot not be created directly.
0348|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0349|If you cannot immediately regenerate your protos, some other possible workarounds are:
0350|1. Downgrade the protobuf package to 3.20.x or lower.
0351|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0352|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0353|Traceback (most recent call last):
0354|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0355|import pychromecast.pychromecast as pychromecast
0356|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0357|from . import socket_client
0358|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0359|from . import cast_channel_pb2
0360|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0361|type=None),
0362|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0363|_message.Message._CheckCalledFromGeneratedFile()
0364|TypeError: Descriptors cannot not be created directly.
0365|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0366|If you cannot immediately regenerate your protos, some other possible workarounds are:
0367|1. Downgrade the protobuf package to 3.20.x or lower.
0368|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0369|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0370|Traceback (most recent call last):
0371|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0372|import pychromecast.pychromecast as pychromecast
0373|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0374|from . import socket_client
0375|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0376|from . import cast_channel_pb2
0377|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0378|type=None),
0379|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0380|_message.Message._CheckCalledFromGeneratedFile()
0381|TypeError: Descriptors cannot not be created directly.
0382|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0383|If you cannot immediately regenerate your protos, some other possible workarounds are:
0384|1. Downgrade the protobuf package to 3.20.x or lower.
0385|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0386|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0387|Traceback (most recent call last):
0388|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0389|import pychromecast.pychromecast as pychromecast
0390|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0391|from . import socket_client
0392|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0393|from . import cast_channel_pb2
0394|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0395|type=None),
0396|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0397|_message.Message._CheckCalledFromGeneratedFile()
0398|TypeError: Descriptors cannot not be created directly.
0399|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0400|If you cannot immediately regenerate your protos, some other possible workarounds are:
0401|1. Downgrade the protobuf package to 3.20.x or lower.
0402|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0403|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0404|Traceback (most recent call last):
0405|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0406|import pychromecast.pychromecast as pychromecast
0407|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0408|from . import socket_client
0409|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0410|from . import cast_channel_pb2
0411|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0412|type=None),
0413|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0414|_message.Message._CheckCalledFromGeneratedFile()
0415|TypeError: Descriptors cannot not be created directly.
0416|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0417|If you cannot immediately regenerate your protos, some other possible workarounds are:
0418|1. Downgrade the protobuf package to 3.20.x or lower.
0419|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0420|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0421|Traceback (most recent call last):
0422|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0423|import pychromecast.pychromecast as pychromecast
0424|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0425|from . import socket_client
0426|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0427|from . import cast_channel_pb2
0428|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0429|type=None),
0430|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0431|_message.Message._CheckCalledFromGeneratedFile()
0432|TypeError: Descriptors cannot not be created directly.
0433|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0434|If you cannot immediately regenerate your protos, some other possible workarounds are:
0435|1. Downgrade the protobuf package to 3.20.x or lower.
0436|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0437|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0438|Traceback (most recent call last):
0439|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0440|import pychromecast.pychromecast as pychromecast
0441|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0442|from . import socket_client
0443|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0444|from . import cast_channel_pb2
0445|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0446|type=None),
0447|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0448|_message.Message._CheckCalledFromGeneratedFile()
0449|TypeError: Descriptors cannot not be created directly 
0450|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0451|If you cannot immediately regenerate your protos, some other possible workarounds are:
0452|1. Downgrade the protobuf package to 3.20.x or lower.
0453|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0454|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
0455|Traceback (most recent call last):
0456|File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in <module>
0457|import pychromecast.pychromecast as pychromecast
0458|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in <module>
0459|from . import socket_client
0460|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in <module>
0461|from . import cast_channel_pb2
0462|File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in <module>
0463|type=None),
0464|File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
0465|_message.Message._CheckCalledFromGeneratedFile()
0466|TypeError: Descriptors cannot not be created directly.
0467|If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
0468|If you cannot immediately regenerate your protos, some other possible workarounds are:
0469|1. Downgrade the protobuf package to 3.20.x or lower.
0470|2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
0471|More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates...

On peut voir une « erreur » déjà mentionnée sur plusieurs autres posts récents rapport à « protobuf »

Relancez l’install des dépendances alors:
image

voici les logs « update » après réinstallation des dépendances :

0000|Launch install of googlecast dependancies
0001|-- Current OS version :
0002|Description:	Debian GNU/Linux 10 (buster)
0003|-- Updating repo...
0004|Hit:1 http://deb.debian.org/debian buster InRelease
0005|Get:2 http://security.debian.org buster/updates InRelease [65.4 kB]
0006|Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
0007|Get:5 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
0008|Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
0009|Hit:4 http://armbian.systemonachip.net/apt buster InRelease
0010|Hit:7 https://download.docker.com/linux/debian buster InRelease
0011|Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages.diff/Index [27.8 kB]
0012|Get:9 http://deb.debian.org/debian buster-backports/main arm64 Packages.diff/Index [27.8 kB]
0013|Get:10 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb).diff/Index [27.9 kB]
0014|Get:11 http://deb.debian.org/debian buster-backports/main armhf Contents (deb).diff/Index [27.9 kB]
0015|Get:12 http://deb.debian.org/debian buster-backports/contrib arm64 Packages.diff/Index [27.8 kB]
0016|Get:13 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb).diff/Index [24.8 kB]
0017|Get:14 http://deb.debian.org/debian buster-backports/non-free armhf Packages.diff/Index [27.8 kB]
0018|Get:15 http://deb.debian.org/debian buster-backports/non-free arm64 Packages.diff/Index [26.8 kB]
0019|Get:16 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb).diff/Index [23.9 kB]
0020|Get:17 http://deb.debian.org/debian buster-backports/main armhf Packages 2022-07-12-1408.33.pdiff [924 B]
0021|Get:18 http://deb.debian.org/debian buster-backports/main arm64 Packages 2022-07-12-1408.33.pdiff [917 B]
0022|Get:19 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0023|Get:20 http://deb.debian.org/debian buster-backports/main armhf Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0024|Get:17 http://deb.debian.org/debian buster-backports/main armhf Packages 2022-07-12-1408.33.pdiff [924 B]
0025|Get:21 http://deb.debian.org/debian buster-backports/contrib arm64 Packages 2022-07-12-1408.33.pdiff [639 B]
0026|Get:22 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb) 2022-07-12-1408.33.pdiff [245 B]
0027|Get:20 http://deb.debian.org/debian buster-backports/main armhf Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0028|Get:19 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0029|Get:18 http://deb.debian.org/debian buster-backports/main arm64 Packages 2022-07-12-1408.33.pdiff [917 B]
0030|Get:23 http://deb.debian.org/debian buster-backports/non-free armhf Packages 2022-07-12-1408.33.pdiff [218 B]
0031|Get:24 http://deb.debian.org/debian buster-backports/non-free arm64 Packages 2022-07-12-1408.33.pdiff [8939 B]
0032|Get:25 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb) 2022-07-12-1408.33.pdiff [8046 B]
0033|Get:22 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb) 2022-07-12-1408.33.pdiff [245 B]
0034|Get:21 http://deb.debian.org/debian buster-backports/contrib arm64 Packages 2022-07-12-1408.33.pdiff [639 B]
0035|Get:24 http://deb.debian.org/debian buster-backports/non-free arm64 Packages 2022-07-12-1408.33.pdiff [8939 B]
0036|Get:25 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb) 2022-07-12-1408.33.pdiff [8046 B]
0037|Get:23 http://deb.debian.org/debian buster-backports/non-free armhf Packages 2022-07-12-1408.33.pdiff [218 B]

Attendez que ca finisse, ce n’est pas le cas encore :wink:

1 « J'aime »

Zut, désolé…

0000|Launch install of googlecast dependancies
0001|-- Current OS version :
0002|Description:	Debian GNU/Linux 10 (buster)
0003|-- Updating repo...
0004|Hit:1 http://deb.debian.org/debian buster InRelease
0005|Get:2 http://security.debian.org buster/updates InRelease [65.4 kB]
0006|Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
0007|Get:5 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
0008|Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
0009|Hit:4 http://armbian.systemonachip.net/apt buster InRelease
0010|Hit:7 https://download.docker.com/linux/debian buster InRelease
0011|Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages.diff/Index [27.8 kB]
0012|Get:9 http://deb.debian.org/debian buster-backports/main arm64 Packages.diff/Index [27.8 kB]
0013|Get:10 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb).diff/Index [27.9 kB]
0014|Get:11 http://deb.debian.org/debian buster-backports/main armhf Contents (deb).diff/Index [27.9 kB]
0015|Get:12 http://deb.debian.org/debian buster-backports/contrib arm64 Packages.diff/Index [27.8 kB]
0016|Get:13 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb).diff/Index [24.8 kB]
0017|Get:14 http://deb.debian.org/debian buster-backports/non-free armhf Packages.diff/Index [27.8 kB]
0018|Get:15 http://deb.debian.org/debian buster-backports/non-free arm64 Packages.diff/Index [26.8 kB]
0019|Get:16 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb).diff/Index [23.9 kB]
0020|Get:17 http://deb.debian.org/debian buster-backports/main armhf Packages 2022-07-12-1408.33.pdiff [924 B]
0021|Get:18 http://deb.debian.org/debian buster-backports/main arm64 Packages 2022-07-12-1408.33.pdiff [917 B]
0022|Get:19 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0023|Get:20 http://deb.debian.org/debian buster-backports/main armhf Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0024|Get:17 http://deb.debian.org/debian buster-backports/main armhf Packages 2022-07-12-1408.33.pdiff [924 B]
0025|Get:21 http://deb.debian.org/debian buster-backports/contrib arm64 Packages 2022-07-12-1408.33.pdiff [639 B]
0026|Get:22 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb) 2022-07-12-1408.33.pdiff [245 B]
0027|Get:20 http://deb.debian.org/debian buster-backports/main armhf Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0028|Get:19 http://deb.debian.org/debian buster-backports/main arm64 Contents (deb) 2022-07-12-1408.33.pdiff [138 B]
0029|Get:18 http://deb.debian.org/debian buster-backports/main arm64 Packages 2022-07-12-1408.33.pdiff [917 B]
0030|Get:23 http://deb.debian.org/debian buster-backports/non-free armhf Packages 2022-07-12-1408.33.pdiff [218 B]
0031|Get:24 http://deb.debian.org/debian buster-backports/non-free arm64 Packages 2022-07-12-1408.33.pdiff [8939 B]
0032|Get:25 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb) 2022-07-12-1408.33.pdiff [8046 B]
0033|Get:22 http://deb.debian.org/debian buster-backports/contrib arm64 Contents (deb) 2022-07-12-1408.33.pdiff [245 B]
0034|Get:21 http://deb.debian.org/debian buster-backports/contrib arm64 Packages 2022-07-12-1408.33.pdiff [639 B]
0035|Get:24 http://deb.debian.org/debian buster-backports/non-free arm64 Packages 2022-07-12-1408.33.pdiff [8939 B]
0036|Get:25 http://deb.debian.org/debian buster-backports/non-free arm64 Contents (deb) 2022-07-12-1408.33.pdiff [8046 B]
0037|Get:23 http://deb.debian.org/debian buster-backports/non-free armhf Packages 2022-07-12-1408.33.pdiff [218 B]
0038|Fetched 427 kB in 9s (47.2 kB/s)
0039|Reading package lists...
0040|-- Installation of python3 and dependancies
0041|Reading package lists...
0042|Building dependency tree...
0043|Reading state information...
0044|build-essential is already the newest version (12.6).
0045|python-dev is already the newest version (2.7.16-1).
0046|python3 is already the newest version (3.7.3-1).
0047|0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
0048|-- Installed version of Python :
0049|Python 3.7.3
0050|Your version of python is compatible with this plugin.
0051|-- Installation of pip for python3 and necessary libraries
0052|Reading package lists...
0053|Building dependency tree...
0054|Reading state information...
0055|python3-pip is already the newest version (18.1-5).
0056|python3-dev is already the newest version (3.7.3-1).
0057|python-requests is already the newest version (2.21.0-1).
0058|0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
0059|-- Installation of audio sox library
0060|Reading package lists...
0061|Building dependency tree...
0062|Reading state information...
0063|sox is already the newest version (14.4.2+git20190427-1).
0064|0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
0065|-- Installation of TTS libraries
0066|Reading package lists...
0067|Building dependency tree...
0068|Reading state information...
0069|libttspico-utils is already the newest version (1.0+git20130326-9).
0070|0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
0071|-- Installation of libav/ffmpeg libraries
0072|Reading package lists...
0073|Building dependency tree...
0074|Reading state information...
0075|ffmpeg is already the newest version (7:4.1.9-0+deb10u1).
0076|0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
0077|-- Upgrade setuptools with command pip3.7 if not up to date
0078|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0079|Requirement already satisfied: setuptools>=42.0.0 in /usr/local/lib/python3.7/dist-packages (62.6.0)
0080|-- Installed version of pip :
0081|pip 22.1.2 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
0082|-- Installation of python library 'requests' with command pip3.7
0083|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0084|Requirement already satisfied: requests>=2.21.0 in /usr/local/lib/python3.7/dist-packages (2.28.0)
0085|Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (2.0.12)
0086|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (1.26.9)
0087|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (3.3)
0088|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.21.0) (2022.6.15)
0089|-- Installation of python library 'protobuf' with command pip3.7
0090|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0091|Requirement already satisfied: protobuf>=3.11.0 in /usr/local/lib/python3.7/dist-packages (4.21.2)
0092|-- Installation of python library 'zeroconf' with command pip3.7
0093|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0094|Requirement already satisfied: zeroconf>=0.25.1 in /usr/local/lib/python3.7/dist-packages (0.38.7)
0095|Requirement already satisfied: ifaddr>=0.1.7 in /usr/local/lib/python3.7/dist-packages (from zeroconf>=0.25.1) (0.2.0)
0096|-- Installation of python library 'click, bs4 and six' for TTS with command pip3.7
0097|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0098|Requirement already satisfied: click in /usr/local/lib/python3.7/dist-packages (8.1.3)
0099|Requirement already satisfied: bs4 in /usr/local/lib/python3.7/dist-packages (0.0.1)
0100|Requirement already satisfied: six in /usr/local/lib/python3.7/dist-packages (1.16.0)
0101|Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/dist-packages (from click) (4.11.4)
0102|Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.7/dist-packages (from bs4) (4.11.1)
0103|Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.7/dist-packages (from beautifulsoup4->bs4) (2.3.2.post1)
0104|Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata->click) (3.8.0)
0105|Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.7/dist-packages (from importlib-metadata->click) (4.2.0)
0106|-- Installation of python library 'tqdm, websocket-client, casttube' for plex/youtube with command pip3.7
0107|WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0108|Requirement already satisfied: tqdm in /usr/local/lib/python3.7/dist-packages (4.64.0)
0109|Requirement already satisfied: websocket-client in /usr/local/lib/python3.7/dist-packages (1.3.3)
0110|Requirement already satisfied: casttube in /usr/local/lib/python3.7/dist-packages (0.2.1)
0111|Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages (from casttube) (2.28.0)
0112|Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (1.26.9)
0113|Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (2022.6.15)
0114|Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (2.0.12)
0115|Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests->casttube) (3.3)
0116|-- Installation of dependencies is done !

Exactement le meme probleme pour ma part depuis aujourd’hui aussi suite au passage v3 vers v4 avec une Jeedom smart. Je m’abonne a ce sujet…

Voici les logs local pour ma part:

Traceback (most recent call last):
File "/var/www/html/plugins/googlecast/resources/googlecast.py", line 45, in 
import pychromecast.pychromecast as pychromecast
File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/__init__.py", line 12, in 
from . import socket_client
File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/socket_client.py", line 23, in 
from . import cast_channel_pb2
File "/var/www/html/plugins/googlecast/resources/pychromecast/pychromecast/cast_channel_pb2.py", line 36, in 
type=None),
File "/usr/local/lib/python3.7/dist-packages/google/protobuf/descriptor.py", line 755, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot not be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates

De mon cote j’ai reussi a trouver la version 3.19.0 et a l’installer en ssh. Voici le lien pour telecharger la version 3.19.0: https://www.piwheels.org/simple/protobuf/protobuf-3.19.0-py2.py3-none-any.whl#sha256=60908878e9a613be7dadff4573224855abffe776cb2e91f472d5dbb9bfbf10bb

Maintenant plus de probleme avec le demon qui ne pouvait demarrer…

Sauf que je ne maîtrise absolument pas le processus SSH… :slightly_frowning_face:

Salut. Peux-tu détailler un peu le processus ? Merci.

Résolu comme ceci :

sudo pip3 uninstall protobuf
sudo pip3 install 'protobuf==3.19.0'
3 « J'aime »

Je confirme que cela fonctionne. Merci Apose :slight_smile:

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.