Your comments
If you did it for a large number of entries, it could also be that you were temp flagged as a bot. The script works by using google to parse out Comixology's id, so too many requests at once throws up flags.
So the "Series not found" is from imageGet.sh, means it didn't find it on Comixology to grab the appropriate cover.
The page itself should be there now.
Did you set your comicvine api keys?
I actually just uploaded a new copy no longer using the Sign In button image. Now any text I'm setting can be edited in the css/html/js files.
Just getting a chance to look at these. The improvements for idGet actually helped with my setup. For Brightest Day, it was pulling Blackest Night Flash (2010) instead of just Flash (2010). So I'm definitely incorporating that change as-is. Nice work!
The arcBuilder stuff I want to add in as an optional thing, or maybe a fallback if it doesn't find otherwise (like have it look for issues, and if it only finds more folders go deeper). That might be the way to go.
I'll do these 1 at a time:
I fixed the reference in register.htm, the script in question is inside the Ubooquity.jar. This link should work fine in the latest release.
With the script injection, webadmin.js is no longer needed, so it's not there anymore.
The "theme" folder is how Ubooquity references the loaded theme. It's not an actual folder.
I mean in context, it came up that inject.js was the name of a virus. So I picked something new.
Ah crap, missed a hardcoded path in register.htm (if you don't use a proxy prefix, edit line 7 to just /scripts/... removing '/ubooquity/').
Both tools.js and inject.js need to be edited to include your proxy prefix. If it's nothing, set it to that. Those aren't hardcoded, they're a setting. Then replace tools.js in the jar with the new one, restart Ubooquity, profit.
Edit: I posted a new version that fixes register.htm. If you don't feel like editing that, update your theme.
Since I was playing around with bookmarks as a method for arc file creation, I realized what it needed the ability to sort. I worked in jquery-ui, using it's sortable() addition. Here's a vid of it in action.
https://my.mixtape.moe/jbcqli.mp4
Latest version is posted.
Customer support service by UserEcho
Try the imageGet.sh I just uploaded, it's on it's own. Open it before you run it and set it to your local google, I'm guessing that's probably what triggered the bot detection in the first place.
This should catch any http errors, and if not solve the problem at least identify it.