View Single Post
Old 06-10-2020, 10:55 AM   #4179
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,005
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Loba View Post
I usually can figure out at least sort of where I messed up, but I am officially at a loss here. It just suddenly stopped populating my Ships column when downloading from AO3. The column is populated by #mainship. I am going to include my entire ini here (which is a bit of a behemoth, sorry), because I have no idea what is going on.
Unfortunately it looks like it's been doing this for awhile and I just didn't notice somehow so isolating exactly what change messed stuff up is giving me trouble and running in debug isn't showing anything wonky. As a matter of a fact I'll also include the debug log.

My INI is here and the debug log is here.

Thanks in advance. ^^;
Since you didn't provide an example story URLs, I'm only going to look at one semi-random example I picked and stop when it works.

You have:
Code:
include_in_ships:pairings
Which discards the collected value of standard metadata ships for extra metadata pairings--and pairings is empty. So that's completely broken.

I suggest removing pairings entirely, you aren't doing anything with it I can see.

(You also discard genre and populate it with category, BTW. Whatever, your choice.)

You have:
Code:
add_to_include_metadata_post:
...
 mainship==Derek Hale/Stiles Stilinski
 mainship==Castiel/Dean Winchester
 mainship==Wynonna Earp/Doc Holliday
 mainship==Draco Malfoy/Harry Potter
 mainship==Caine Wise/Jupiter Jones
 mainship==Mako Mori/Raleigh Becket
 mainship==Fox Mulder/Dana Scully
 mainship==Arthur Pendragon/Merlin
 mainship==Alex Krycek/Fox Mulder
 mainship==Spike/Buffy Summers
 mainship==Waverly Earp/Nicole Haught
 mainship==Wynonna Earp/Doc Holliday
 mainship==Hannibal Lecter/Will Graham
 mainship==Bakugou Katsuki/Midoriya Izuku
Which means those are the only strings that will be included in mainship.

You have sort_ships:true which conflicts with many of the mainship filters above. Fox Mulder/Dana Scully sorts to Dana Scully/Fox Mulder and doesn't pass for example.
JimmXinu is offline   Reply With Quote