Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cookie: activated and stored in Redis
- validating cookie
- https://www.youtube.com/@GesualdoLoMonaco
- [2025-01-31 08:34:48,401: INFO/MainProcess] Task subscribe_to[9197e244-81f4-4851-a89e-0934bfe81c36] received
- [2025-01-31 08:34:48,405: WARNING/ForkPoolWorker-32] subscribe_to create callback
- [2025-01-31 08:34:49,401: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: get metadata from es
- [2025-01-31 08:34:49,410: WARNING/ForkPoolWorker-32] {"_index":"ta_channel","_id":"UCObO2-FdrU7s75P1GU35vgw","found":false}
- [2025-01-31 08:34:49,411: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: get metadata from youtube
- [2025-01-31 08:34:49,600: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Preferring "it" translated fields. Note that some metadata extraction may fail or be incorrect.
- [2025-01-31 08:34:50,744: WARNING/ForkPoolWorker-32] WARNING: [youtube] Preferring "it" translated fields. Note that some metadata extraction may fail or be incorrect.
- [2025-01-31 08:34:54,724: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: download channel thumbnail
- [2025-01-31 08:34:57,429: WARNING/ForkPoolWorker-32] {"error":{"root_cause":[{"type":"parse_exception","reason":"[value] required property is missing","property_name":"value","processor_type":"set"}],"type":"parse_exception","reason":"[value] required property is missing","property_name":"value","processor_type":"set"},"status":400}
- [2025-01-31 08:34:57,429: WARNING/ForkPoolWorker-32] {'description': 'UCObO2-FdrU7s75P1GU35vgw', 'processors': [{'set': {'field': 'channel.channel_active', 'value': True}}, {'set': {'field': 'channel.channel_description', 'value': "Ciao mi chiamo Lo Monaco Gesualdo e grazie per essere passato qui dal mio canale Youtube. \nQui troverai un canale dove al primo posto c'è passione, elemento che permette di fare quello che vedi,, ricorda La PASSIONE. \nEra un gioco, mi serviva per non pensare, per non stare male quando pensavo a certi insuccessi.\nOggi qualcosa è cambiato e finalmente mi sento veramente fiero di me stesso, questo è merito mio, qualcosa che ho costruito pezzo per pezzo da solo. \n\nSe il mio canale Ti piace Sai benissimo cosa Fare . \n\nGrazie e ciao !"}}, {'set': {'field': 'channel.channel_id', 'value': 'UCObO2-FdrU7s75P1GU35vgw'}}, {'set': {'field': 'channel.channel_last_refresh', 'value': 1738308894}}, {'set': {'field': 'channel.channel_name', 'value': 'Gesualdo Lo Monaco'}}, {'set': {'field': 'channel.channel_subs', 'value': None}}, {'set': {'field': 'channel.channel_subscribed', 'value': True}}, {'set': {'field': 'channel.channel_tags', 'value': ['SmartPhone TECH UNboxing Recensione Recensore Tendenza unboxing tech figate tech sim connessioni internet']}}, {'set': {'field': 'channel.channel_banner_url', 'value': 'https://yt3.googleusercontent.com/PZiydujyLiBlbXyBdQxUOmzfv6sRpnPDh0jI7bZsNGK-OIAZHsEUzhZYHY_tCEur0b9f9SzFuQ=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj'}}, {'set': {'field': 'channel.channel_thumb_url', 'value': 'https://yt3.googleusercontent.com/ytc/AIdro_mrL-_bIDhhP7qJsdvYSswpulTMbylRH8Cvupug_VDCOwPp=s900-c-k-c0x00ffffff-no-rj'}}, {'set': {'field': 'channel.channel_tvart_url', 'value': 'https://yt3.googleusercontent.com/PZiydujyLiBlbXyBdQxUOmzfv6sRpnPDh0jI7bZsNGK-OIAZHsEUzhZYHY_tCEur0b9f9SzFuQ=s0'}}, {'set': {'field': 'channel.channel_views', 'value': 0}}]}
- [2025-01-31 08:34:57,439: WARNING/ForkPoolWorker-32] 9197e244-81f4-4851-a89e-0934bfe81c36 Failed callback
- [2025-01-31 08:34:57,444: ERROR/ForkPoolWorker-32] Task subscribe_to[9197e244-81f4-4851-a89e-0934bfe81c36] raised unexpected: ValueError('failed to add item to index')
- Traceback (most recent call last):
- File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 453, in trace_task
- R = retval = fun(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^
- File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
- return self.run(*args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/app/home/tasks.py", line 302, in subscribe_to
- SubscriptionHandler(url_str, task=self).subscribe(expected_type)
- File "/app/home/src/download/subscriptions.py", line 392, in subscribe
- self.subscribe_type(item, expected_type=expected_type)
- File "/app/home/src/download/subscriptions.py", line 421, in subscribe_type
- self._subscribe(channel_id)
- File "/app/home/src/download/subscriptions.py", line 425, in _subscribe
- ChannelSubscription().change_subscribe(
- File "/app/home/src/download/subscriptions.py", line 121, in change_subscribe
- channel.sync_to_videos()
- File "/app/home/src/index/channel.py", line 167, in sync_to_videos
- _, _ = ElasticWrap(ingest_path).put(data)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/app/home/src/es/connect.py", line 113, in put
- raise ValueError("failed to add item to index")
- ValueError: failed to add item to index
- [2025-01-31 08:34:57,447: WARNING/ForkPoolWorker-32] 9197e244-81f4-4851-a89e-0934bfe81c36 return callback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement