Code Monkey home page Code Monkey logo

Comments (5)

Difegue avatar Difegue commented on June 1, 2024

Works on my side (Tested by quickly editing an archive metadata to include the symbol).
Sure sounds like yet another perl unicode issue, though.

from lanraragi.

 avatar commented on June 1, 2024

After checking it works for me that way as well. However importing a file with the above symbol in it's file name gives the problem. Oddly enough the original archive re-imported without any errors after I corrected the name inside LANraragi. I'm assuming it's metadata was cached or something.

from lanraragi.

Difegue avatar Difegue commented on June 1, 2024

Yep, since metadata is on a per-file hash basis, if the file is the exact same it'll be cached on the redis side.
Gonna check the base import script - might need an extra utf8 decode or something.

from lanraragi.

Difegue avatar Difegue commented on June 1, 2024

With an archive called "aaaaaa〇〇〇.zip" :

Method Result
Uploading through the Upload Archive form OK
Editing metadata OK
Dragging the archive into the content folder and letting the autouploader sort it out it's fucked fellas

All of those use the same base functions, but the filename wasn't prepped correctly with the autouploader method. Seems fixed with f835a55 . I'm getting pretty good at untangling those utf8 issues tbh

from lanraragi.

Difegue avatar Difegue commented on June 1, 2024

NB: I'd advise against updating from the bare repo until 0.4 is out and documented, due to the NPM dependency change. Nothing's stopping you from just copying the affected ajax.pl file though, that should work as-is.

from lanraragi.

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.