Giter Club home page Giter Club logo

Comments (4)

sentriz avatar sentriz commented on June 20, 2024

fixed by #439

from gonic.

jmbannon avatar jmbannon commented on June 20, 2024

Unfortunately the issue still persists - same error message

from gonic.

jmbannon avatar jmbannon commented on June 20, 2024

Copy-pasting my live debugging here for verbosity

[11:10:04 PM] looks like the second path isn't getting used in the albums table
[11:10:07 PM] sqlite> select root_dir from albums group by root_dir;
[11:10:15 PM] /Music/Tagged
[11:14:05 PM] sqlite> select left_path from albums where tag_album_artist = "El Jazzy Chavo";
[11:14:19 PM] ../TaggedManual/El Jazzy Chavo/
[11:14:25 PM] :think:
[11:24:32 PM] tried stripping the /Music dir of the docker mount to just /Tagged + /TaggedManual, also didn't work
[11:30:07 PM] pretty confident its another path subset issue
[11:30:23 PM] /Tagged is the only unique root_dir in the albums table
[11:30:36 PM] which probably breaks assumptions in that query in the file we edited
[11:31:24 PM] cuz it will try /TaggedManual as the root_dir, which doesn't exist in the table
[11:36:29 PM] really dont want to have to change paths, but i probably will out of desperation tomorrow lol
[11:36:38 PM] calling it a night for now

from gonic.

sentriz avatar sentriz commented on June 20, 2024

@jmbannon ah it looks like that bug also exists in the scanner f5b6b4d fixed now

from gonic.

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.