Advertisement
maxita

TA log 2

Jan 31st, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.82 KB | None | 0 0
  1. [2025-01-31 19:41:24,244: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: deactivate document
  2. [2025-01-31 19:41:24,313: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: get metadata from es
  3. [2025-01-31 19:41:24,329: 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}
  4. [2025-01-31 19:41:24,329: WARNING/ForkPoolWorker-32] {'description': 'UC7aW7chIafJG6ECYAd3N5uQ', 'processors': [{'set': {'field': 'channel.channel_active', 'value': False}}, {'set': {'field': 'channel.channel_description', 'value': 'Welcome to IBRACORP šŸš€! \n\nšŸ› ļø We\'re on a mission to demystify technology and champion open-source software. Dive into our world of tech tutorials, insights, and innovations, all aimed at empowering you with knowledge. \n\n🌐 Our essence? A neon-Tokyo inspired name that stands for openness, not the corporate greed stereotype. We\'re all about sharing cool, mostly free open-source products. \n\nšŸ’” Our motto, "Modern problems require modern solutions," guides us to explore and share smart tech solutions for today\'s challenges. \n\nšŸ‘‰ Subscribe and join us in shaping an open-source future. Let\'s make technology accessible and fun for everyone!\n\nšŸ”— Connect with us:\n\nWebsite: https://ibracorp.io/\nDiscord: https://discord.gg/VWAG7rZ\nReddit: https://www.reddit.com/r/Ibracorp/\nTwitter: https://twitter.com/IBRACORP_IO\nFacebook: https://www.facebook.com/ibracorp\n\nšŸ’– Support Us: \nPayPal: https://www.paypal.com/donate/?hosted_button_id=LLJ6Z34KZ2F56\n\n#OpenSource #TechForEveryone #IBRACORP\n'}}, {'set': {'field': 'channel.channel_id', 'value': 'UC7aW7chIafJG6ECYAd3N5uQ'}}, {'set': {'field': 'channel.channel_last_refresh', 'value': 1738342780}}, {'set': {'field': 'channel.channel_name', 'value': 'IBRACORP'}}, {'set': {'field': 'channel.channel_subs', 'value': None}}, {'set': {'field': 'channel.channel_subscribed', 'value': True}}, {'set': {'field': 'channel.channel_tags', 'value': ['unraid docker linux homelab windows nas ldap cloudflare open source plex linux unraid guide gnu/linux ibracorp ibra corp authelia reverse proxy docker nas linux freeipa selfhosted Gaming YouTube Gamer tutorial Beginner Technology programming proxmox freenas software homeserver tutorial mac macos javascript guide teach tech education plex rancher kubernetes gpu networking freenas how to server builds open source home lab nginx truenas pc builds tech channel proxies cisco unifi']}}, {'set': {'field': 'channel.channel_banner_url', 'value': 'https://yt3.googleusercontent.com/ubCurQQ0XI7q9zfSP0JOJEIvkFaLaDX3B_hqxwr2abEmvKlUJiwGdgJs178E5de1RLqut56j_Q=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj'}}, {'set': {'field': 'channel.channel_thumb_url', 'value': 'https://yt3.googleusercontent.com/SEV2lcWYHT0CHNAaEGr2Pnr5sDUzr9qyugEHvFWD6BNxpUJtF2KisYT96jCNiPBbtu-XR3hCY-8=s900-c-k-c0x00ffffff-no-rj'}}, {'set': {'field': 'channel.channel_tvart_url', 'value': 'https://yt3.googleusercontent.com/ubCurQQ0XI7q9zfSP0JOJEIvkFaLaDX3B_hqxwr2abEmvKlUJiwGdgJs178E5de1RLqut56j_Q=s0'}}, {'set': {'field': 'channel.channel_views', 'value': 0}}]}
  5. [2025-01-31 19:41:24,339: WARNING/ForkPoolWorker-32] 82d14a3a-25ff-4e90-a417-ec1316051160 Failed callback
  6. [2025-01-31 19:41:24,343: ERROR/ForkPoolWorker-32] Task check_reindex[82d14a3a-25ff-4e90-a417-ec1316051160] raised unexpected: ValueError('failed to add item to index')
  7. Traceback (most recent call last):
  8. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 453, in trace_task
  9. R = retval = fun(*args, **kwargs)
  10. ^^^^^^^^^^^^^^^^^^^^
  11. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
  12. return self.run(*args, **kwargs)
  13. ^^^^^^^^^^^^^^^^^^^^^^^^^
  14. File "/app/home/tasks.py", line 203, in check_reindex
  15. handler.reindex_all()
  16. File "/app/home/src/index/reindex.py", line 276, in reindex_all
  17. self.reindex_type(name, index_config)
  18. File "/app/home/src/index/reindex.py", line 291, in reindex_type
  19. reindex(youtube_id)
  20. File "/app/home/src/index/reindex.py", line 365, in _reindex_single_channel
  21. channel.sync_to_videos()
  22. File "/app/home/src/index/channel.py", line 167, in sync_to_videos
  23. _, _ = ElasticWrap(ingest_path).put(data)
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. File "/app/home/src/es/connect.py", line 113, in put
  26. raise ValueError("failed to add item to index")
  27. ValueError: failed to add item to index
  28. [2025-01-31 19:41:24,344: WARNING/ForkPoolWorker-32] 82d14a3a-25ff-4e90-a417-ec1316051160 return callback
  29. [2025-01-31 19:42:09,793: INFO/MainProcess] Task check_reindex[3176ad0c-a369-4ca9-a812-503c58174df9] received
  30. [2025-01-31 19:42:09,795: WARNING/ForkPoolWorker-32] check_reindex create callback
  31. [2025-01-31 19:42:09,799: WARNING/ForkPoolWorker-32] [task][check_reindex] reindex {'channel': ['UC7aW7chIafJG6ECYAd3N5uQ']}
  32. [2025-01-31 19:42:09,824: WARNING/ForkPoolWorker-32] validating cookie
  33. [2025-01-31 19:42:10,032: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: get metadata from es
  34. [2025-01-31 19:42:10,041: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: get metadata from youtube
  35. [2025-01-31 19:42:10,231: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Preferring "it" translated fields. Note that some metadata extraction may fail or be incorrect.
  36. [2025-01-31 19:42:10,493: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] unable to extract yt initial data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
  37. [2025-01-31 19:42:10,493: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Incomplete yt initial data received. Retrying (1/3)...
  38. [2025-01-31 19:42:10,640: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] unable to extract yt initial data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
  39. [2025-01-31 19:42:10,641: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Incomplete yt initial data received. Retrying (2/3)...
  40. [2025-01-31 19:42:10,788: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] unable to extract yt initial data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
  41. [2025-01-31 19:42:10,789: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Incomplete yt initial data received. Retrying (3/3)...
  42. [2025-01-31 19:42:10,940: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] unable to extract yt initial data; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
  43. [2025-01-31 19:42:10,940: WARNING/ForkPoolWorker-32] WARNING: [youtube:tab] Incomplete yt initial data received; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U. Giving up after 3 retries
  44. [2025-01-31 19:42:10,944: WARNING/ForkPoolWorker-32] ERROR: [youtube:tab] UC7aW7chIafJG6ECYAd3N5uQ: Playlists that require authentication may not extract correctly without a successful webpage download. If you are not downloading private content, or your cookies are only for the first account and channel, pass "--extractor-args youtubetab:skip=authcheck" to skip this check
  45. [2025-01-31 19:42:10,944: WARNING/ForkPoolWorker-32] https://www.youtube.com/channel/UC7aW7chIafJG6ECYAd3N5uQ: failed to get info from youtube with message ERROR: [youtube:tab] UC7aW7chIafJG6ECYAd3N5uQ: Playlists that require authentication may not extract correctly without a successful webpage download. If you are not downloading private content, or your cookies are only for the first account and channel, pass "--extractor-args youtubetab:skip=authcheck" to skip this check
  46. [2025-01-31 19:42:10,944: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: deactivate document
  47. [2025-01-31 19:42:10,987: WARNING/ForkPoolWorker-32] UC7aW7chIafJG6ECYAd3N5uQ: get metadata from es
  48. [2025-01-31 19:42:11,002: 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}
  49. [2025-01-31 19:42:11,003: WARNING/ForkPoolWorker-32] {'description': 'UC7aW7chIafJG6ECYAd3N5uQ', 'processors': [{'set': {'field': 'channel.channel_active', 'value': False}}, {'set': {'field': 'channel.channel_description', 'value': 'Welcome to IBRACORP šŸš€! \n\nšŸ› ļø We\'re on a mission to demystify technology and champion open-source software. Dive into our world of tech tutorials, insights, and innovations, all aimed at empowering you with knowledge. \n\n🌐 Our essence? A neon-Tokyo inspired name that stands for openness, not the corporate greed stereotype. We\'re all about sharing cool, mostly free open-source products. \n\nšŸ’” Our motto, "Modern problems require modern solutions," guides us to explore and share smart tech solutions for today\'s challenges. \n\nšŸ‘‰ Subscribe and join us in shaping an open-source future. Let\'s make technology accessible and fun for everyone!\n\nšŸ”— Connect with us:\n\nWebsite: https://ibracorp.io/\nDiscord: https://discord.gg/VWAG7rZ\nReddit: https://www.reddit.com/r/Ibracorp/\nTwitter: https://twitter.com/IBRACORP_IO\nFacebook: https://www.facebook.com/ibracorp\n\nšŸ’– Support Us: \nPayPal: https://www.paypal.com/donate/?hosted_button_id=LLJ6Z34KZ2F56\n\n#OpenSource #TechForEveryone #IBRACORP\n'}}, {'set': {'field': 'channel.channel_id', 'value': 'UC7aW7chIafJG6ECYAd3N5uQ'}}, {'set': {'field': 'channel.channel_last_refresh', 'value': 1738342780}}, {'set': {'field': 'channel.channel_name', 'value': 'IBRACORP'}}, {'set': {'field': 'channel.channel_subs', 'value': None}}, {'set': {'field': 'channel.channel_subscribed', 'value': True}}, {'set': {'field': 'channel.channel_tags', 'value': ['unraid docker linux homelab windows nas ldap cloudflare open source plex linux unraid guide gnu/linux ibracorp ibra corp authelia reverse proxy docker nas linux freeipa selfhosted Gaming YouTube Gamer tutorial Beginner Technology programming proxmox freenas software homeserver tutorial mac macos javascript guide teach tech education plex rancher kubernetes gpu networking freenas how to server builds open source home lab nginx truenas pc builds tech channel proxies cisco unifi']}}, {'set': {'field': 'channel.channel_banner_url', 'value': 'https://yt3.googleusercontent.com/ubCurQQ0XI7q9zfSP0JOJEIvkFaLaDX3B_hqxwr2abEmvKlUJiwGdgJs178E5de1RLqut56j_Q=w2560-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj'}}, {'set': {'field': 'channel.channel_thumb_url', 'value': 'https://yt3.googleusercontent.com/SEV2lcWYHT0CHNAaEGr2Pnr5sDUzr9qyugEHvFWD6BNxpUJtF2KisYT96jCNiPBbtu-XR3hCY-8=s900-c-k-c0x00ffffff-no-rj'}}, {'set': {'field': 'channel.channel_tvart_url', 'value': 'https://yt3.googleusercontent.com/ubCurQQ0XI7q9zfSP0JOJEIvkFaLaDX3B_hqxwr2abEmvKlUJiwGdgJs178E5de1RLqut56j_Q=s0'}}, {'set': {'field': 'channel.channel_views', 'value': 0}}]}
  50. [2025-01-31 19:42:11,010: WARNING/ForkPoolWorker-32] 3176ad0c-a369-4ca9-a812-503c58174df9 Failed callback
  51. [2025-01-31 19:42:11,013: ERROR/ForkPoolWorker-32] Task check_reindex[3176ad0c-a369-4ca9-a812-503c58174df9] raised unexpected: ValueError('failed to add item to index')
  52. Traceback (most recent call last):
  53. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 453, in trace_task
  54. R = retval = fun(*args, **kwargs)
  55. ^^^^^^^^^^^^^^^^^^^^
  56. File "/root/.local/lib/python3.11/site-packages/celery/app/trace.py", line 736, in __protected_call__
  57. return self.run(*args, **kwargs)
  58. ^^^^^^^^^^^^^^^^^^^^^^^^^
  59. File "/app/home/tasks.py", line 203, in check_reindex
  60. handler.reindex_all()
  61. File "/app/home/src/index/reindex.py", line 276, in reindex_all
  62. self.reindex_type(name, index_config)
  63. File "/app/home/src/index/reindex.py", line 291, in reindex_type
  64. reindex(youtube_id)
  65. File "/app/home/src/index/reindex.py", line 365, in _reindex_single_channel
  66. channel.sync_to_videos()
  67. File "/app/home/src/index/channel.py", line 167, in sync_to_videos
  68. _, _ = ElasticWrap(ingest_path).put(data)
  69. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  70. File "/app/home/src/es/connect.py", line 113, in put
  71. raise ValueError("failed to add item to index")
  72. ValueError: failed to add item to index
  73. [2025-01-31 19:42:11,015: WARNING/ForkPoolWorker-32] 3176ad0c-a369-4ca9-a812-503c58174df9 return callback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement