Code Monkey home page Code Monkey logo

Comments (3)

rprieto avatar rprieto commented on June 9, 2024

Hi, thank you for raising this. Indeed some of the code regarding keyword management changed between 2.15.0 and 2.16.0. Are you using anything specific regarding keywords? For example picasa.ini files, or photos with embedded IPTC/XMP keywords?

from thumbsup.

gebailey avatar gebailey commented on June 9, 2024

Are you using anything specific regarding keywords? For example picasa.ini files, or photos with embedded IPTC/XMP keywords?

Not to my knowledge, I recently migrated from an older version of thumbsup that didn't support them.

I'm not sure which photos may contain keywords; if there's a way to run thumbsup where it can tell me which photo caused the traceback, I'm happy to do that. But there's 30K+ photos to pick from....

from thumbsup.

rprieto avatar rprieto commented on June 9, 2024

Sorry for the slow reply. Have you found the cause of the issue?
One way you can identify the media file is:

  • Run the Docker image in interactive mode ( -it) and with the /bin/sh command instead of thumbsup
  • Run vi /thumbsup/node_modules/thumbsup/src/model/metadata.js
  • Add a troubleshooting statement such as
// line 29, catch the exception
try {
  this.keywords = keywords(exiftool, picasa)
} catch (ex) {
  console.log('Exception', exiftool.SourceFile, exiftool, picasa)
  throw(ex)
}
  • Run thumbsup as usual from the CLI: thumbsup <args>

from thumbsup.

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.