Crate used for the YouTube back-end had been abandoned #18

Open
opened 2024-02-16 21:17:07 +01:00 by paul · 0 comments
Owner

This needs to be ported to something else. Not all feeds worked anyway, for example the feed for channel @Marshmusician (https://podbringer.luon.net/feed/youtube/UC0A_lGU0Hw_mA1SGvl34Gfg) cannot be retrieved:

thread 'rocket-worker-thread' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/youtube/browse/channel/mod.rs:27:14:
channel response did not contain a opened tab
stack backtrace:
   0: rust_begin_unwind
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14
   2: core::panicking::panic_display
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:196:5
   3: core::panicking::panic_str
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:171:5
   4: core::option::expect_failed
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/option.rs:1980:5
   5: core::option::Option<T>::expect
             at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/option.rs:894:21
   6: ytextract::youtube::browse::channel::Ok<T>::contents
             at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/youtube/browse/channel/mod.rs:19:9
   7: ytextract::channel::Channel::contents
             at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/channel.rs:72:10
This needs to be ported to something else. Not all feeds worked anyway, for example the feed for channel `@Marshmusician` (https://podbringer.luon.net/feed/youtube/UC0A_lGU0Hw_mA1SGvl34Gfg) cannot be retrieved: ``` thread 'rocket-worker-thread' panicked at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/youtube/browse/channel/mod.rs:27:14: channel response did not contain a opened tab stack backtrace: 0: rust_begin_unwind at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5 1: core::panicking::panic_fmt at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14 2: core::panicking::panic_display at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:196:5 3: core::panicking::panic_str at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:171:5 4: core::option::expect_failed at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/option.rs:1980:5 5: core::option::Option<T>::expect at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/option.rs:894:21 6: ytextract::youtube::browse::channel::Ok<T>::contents at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/youtube/browse/channel/mod.rs:19:9 7: ytextract::channel::Channel::contents at /home/paul/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ytextract-0.11.2/src/channel.rs:72:10 ```
paul added the
bug
label 2024-02-16 21:17:13 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paul/podbringer#18
No description provided.