bitrotten #13

Open
opened 2025-07-09 14:03:43 -04:00 by adam · 1 comment
Owner

it can't be run these days.

launching phase 2 task: yt-dlp
phase 2 tasks launched. now the complex part.
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at ttrss_co_client.Program.Main(String[] args) in /home/adam/Desktop/ttrss-co-pilot/Program.cs:line 202
at ttrss_co_client.Program.

(String[] args)
Aborted (core dumped)

line 202, in case you're wondering:

Program.cs Lines 201 to 203 in 54d2afac8d
Console.WriteLine($"done for real");
}
static Configuration Configure(string configurationPath = "appsettings.json")

notice line 201 didn't execute.

throw this whole project in the trash and make a new one. after the download queue. after the convert queue. then have actual workorders left. maybe on a director. or nifi.

it can't be run these days. > launching phase 2 task: yt-dlp phase 2 tasks launched. now the complex part. Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at ttrss_co_client.Program.Main(String[] args) in /home/adam/Desktop/ttrss-co-pilot/Program.cs:line 202 at ttrss_co_client.Program.<Main>(String[] args) Aborted (core dumped) line 202, in case you're wondering: https://gitea.arg.rip/adam/ttrss-co-pilot/src/commit/54d2afac8d80710dc05461a9eca3a95a8c1c2bbb/Program.cs#L201-L203 notice line 201 didn't execute. throw this whole project in the trash and make a new one. after the download queue. after the convert queue. then have actual workorders left. maybe on a director. or nifi.
adam added the
bug
label 2025-07-09 14:03:43 -04:00
Author
Owner

tried to run a second time, with only 1 article:

2025-07-09T14:11:37.7248603-04:00
bfe11ibe5jip04tk9qllpam39h
logged in: True
===== phase 1 =====
3 phase 1 task types understood
5 feeds unread
unread feed: Dinosaur Comics!
unread feed: Ludicity
unread feed: Nekrogoblikon
headline Brandon Rogers & A Goblin talk “CHARACTERS” | Ep 40 | Right Now Podcast has label dl plz / action dl
standard download: https://www.youtube.com/watch?v=lXSs8bIZHsA
Brandon Rogers & A Goblin talk “CHARACTERS” | Ep 40 | Right Now Podcast: download trigger label removed
unread feed: Saturday Morning Breakfast Cereal
unread feed: Shen Comix
done processing feeds. phase 1 tasks launched. wait to complete.
articleId 167588 left a work order; it has 6 phase 2 tasks
phase 1 tasks complete, carrying 1 workorder to phase 2
===== phase 2 =====
0 workorder files located
1 phase 2 workorders, between pulled from ttrss and read from files
6 phase 2 task types understood
launching first pass over work orders in phase 2.
launching phase 2 task: yt-dlp
phase 2 tasks launched. now the complex part.
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at ttrss_co_client.Program.Main(String[] args) in /home/adam/Desktop/ttrss-co-pilot/Program.cs:line 154
at ttrss_co_client.Program.

(String[] args)
Aborted (core dumped)

Program.cs Line 154 in 54d2afac8d
var wop = Path.Combine(conf.WorkingDirectory, wo.Item2.guid.ToString(), "workorder.json");

could be legit, who fucking knows. not like it left the workorder.json it should have.

tried to run a second time, with only 1 article: > 2025-07-09T14:11:37.7248603-04:00 bfe11ibe5jip04tk9qllpam39h logged in: True ===== phase 1 ===== 3 phase 1 task types understood 5 feeds unread unread feed: Dinosaur Comics! unread feed: Ludicity unread feed: Nekrogoblikon headline Brandon Rogers & A Goblin talk “CHARACTERS” | Ep 40 | Right Now Podcast has label dl plz / action dl standard download: https://www.youtube.com/watch?v=lXSs8bIZHsA Brandon Rogers & A Goblin talk “CHARACTERS” | Ep 40 | Right Now Podcast: download trigger label removed unread feed: Saturday Morning Breakfast Cereal unread feed: Shen Comix done processing feeds. phase 1 tasks launched. wait to complete. articleId 167588 left a work order; it has 6 phase 2 tasks phase 1 tasks complete, carrying 1 workorder to phase 2 ===== phase 2 ===== 0 workorder files located 1 phase 2 workorders, between pulled from ttrss and read from files 6 phase 2 task types understood launching first pass over work orders in phase 2. launching phase 2 task: yt-dlp phase 2 tasks launched. now the complex part. Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at ttrss_co_client.Program.Main(String[] args) in /home/adam/Desktop/ttrss-co-pilot/Program.cs:line 154 at ttrss_co_client.Program.<Main>(String[] args) Aborted (core dumped) https://gitea.arg.rip/adam/ttrss-co-pilot/src/commit/54d2afac8d80710dc05461a9eca3a95a8c1c2bbb/Program.cs#L154 could be legit, who fucking knows. not like it left the workorder.json it should have.
Sign in to join this conversation.
No Milestone
No project
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: adam/ttrss-co-pilot#13
No description provided.