Giter Site home page Giter Site logo

Comments (2)

Zaphain avatar Zaphain commented on September 16, 2024 1

Have tried this with multiple Viz Media titles and it works with none of them. I get this error...

The same is happening to me. Is there any more info about this issue?

Inside of comix.py, comment out the highlighted lines in the picture here:
pubidchange

The script should run fine after that.

Specifically for Viz Media, the publisher id is 17, however the code is changing it to 4, which is wrong in this case. If I had to guess, there is a publisher whose stated id is 17, when it's actually 4, but I don't know who it would be. The takeaway seems to be that there are overlapping ids.

If you want to find out what the stated publisher id of a comic is, insert:
print(self.publisher_id)
before the if statements that change the id. this will let you know when you run it what the id is. You can then look at the other if statements and see if one of them is relevant to the id and needs commented out. I've only come across this issue with viz so far, however, so I can't really test this on anything else.

from comix.

OverPT avatar OverPT commented on September 16, 2024

The same is happening to me. Is there any more info about this issue?

from comix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.