Advertisement
maxita

TubeArchivist docker logs

Jan 31st, 2025 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. cookie: activated and stored in Redis
  2. validating cookie
  3. https://www.youtube.com/@GesualdoLoMonaco
  4. [2025-01-31 08:34:48,401: INFO/MainProcess] Task subscribe_to[9197e244-81f4-4851-a89e-0934bfe81c36] received
  5. [2025-01-31 08:34:48,405: WARNING/ForkPoolWorker-32] subscribe_to create callback
  6. [2025-01-31 08:34:49,401: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: get metadata from es
  7. [2025-01-31 08:34:49,410: WARNING/ForkPoolWorker-32] {"_index":"ta_channel","_id":"UCObO2-FdrU7s75P1GU35vgw","found":false}
  8. [2025-01-31 08:34:49,411: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: get metadata from youtube
  9. [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.
  10. [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.
  11. [2025-01-31 08:34:54,724: WARNING/ForkPoolWorker-32] UCObO2-FdrU7s75P1GU35vgw: download channel thumbnail
  12. [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}
  13. [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}}]}
  14. [2025-01-31 08:34:57,439: WARNING/ForkPoolWorker-32] 9197e244-81f4-4851-a89e-0934bfe81c36 Failed callback
  15. [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')
  16. Traceback (most recent call last):
  17. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 453, in trace_task
  18. R = retval = fun(*args, **kwargs)
  19. ^^^^^^^^^^^^^^^^^^^^
  20. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
  21. return self.run(*args, **kwargs)
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^
  23. File "/app/home/tasks.py", line 302, in subscribe_to
  24. SubscriptionHandler(url_str, task=self).subscribe(expected_type)
  25. File "/app/home/src/download/subscriptions.py", line 392, in subscribe
  26. self.subscribe_type(item, expected_type=expected_type)
  27. File "/app/home/src/download/subscriptions.py", line 421, in subscribe_type
  28. self._subscribe(channel_id)
  29. File "/app/home/src/download/subscriptions.py", line 425, in _subscribe
  30. ChannelSubscription().change_subscribe(
  31. File "/app/home/src/download/subscriptions.py", line 121, in change_subscribe
  32. channel.sync_to_videos()
  33. File "/app/home/src/index/channel.py", line 167, in sync_to_videos
  34. _, _ = ElasticWrap(ingest_path).put(data)
  35. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  36. File "/app/home/src/es/connect.py", line 113, in put
  37. raise ValueError("failed to add item to index")
  38. ValueError: failed to add item to index
  39. [2025-01-31 08:34:57,447: WARNING/ForkPoolWorker-32] 9197e244-81f4-4851-a89e-0934bfe81c36 return callback
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement