Giter VIP home page Giter VIP logo

Comments (7)

mk-fg avatar mk-fg commented on May 27, 2024

Huh, guess I never ran it on a root at all, given this and the other bug with ".".
c649c7e should fix the issue, I think.

from fgtk.

cweiske avatar cweiske commented on May 27, 2024

Unfortunately not :)

$ sudo ./bin/vfat_shuffler --umount /dev/sdb1 / -s
Traceback (most recent call last):
  File "./bin/vfat_shuffler", line 667, in <module>
    if __name__ == '__main__': sys.exit(main())
  File "./bin/vfat_shuffler", line 659, in main
    op_reorder(path, src, dry_run=opts.dry_run, **sort_opts)
  File "./bin/vfat_shuffler", line 489, in op_reorder
    slice_map = path.get_slice_map()
  File "./bin/vfat_shuffler", line 205, in get_slice_map
    return list(map(self.fs.get_slice, self.get_chain()))
  File "./bin/vfat_shuffler", line 295, in get_chain
    while clidx < 0xffffff8: # last cluster is 0xffffff8-0xfffffff
TypeError: '<' not supported between instances of 'NoneType' and 'int'

Log: vfat_shuffler_posarg2.log

from fgtk.

cweiske avatar cweiske commented on May 27, 2024

Ah. just saw you made another commit. I'll try.

from fgtk.

cweiske avatar cweiske commented on May 27, 2024

No, still same error even with commit 17c2f03.

from fgtk.

mk-fg avatar mk-fg commented on May 27, 2024

Yeah, I've messed it up like 5 times, sorry.
1b78802 should be the fix, didn't really test it either, but you get the idea - just pass it first cluster of the thing and it'll work.

from fgtk.

cweiske avatar cweiske commented on May 27, 2024

It finally worked! Many thanks for writing this tool, and fixing it so quickly.

from fgtk.

mk-fg avatar mk-fg commented on May 27, 2024

No problem.
Still have a dumb mp3 player that requires it myself, and mostly need to use it every other week with -o option, after rss-get or toogg scripts from here.

from fgtk.

Related Issues (18)

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.