Giter Site home page Giter Site logo

1.0.14 SQL error about teldrive HOT 2 CLOSED

d0dev avatar d0dev commented on May 21, 2024
1.0.14 SQL error

from teldrive.

Comments (2)

d0dev avatar d0dev commented on May 21, 2024

Used this query at the end to try to clean the table

DELETE FROM teldrive.uploads
WHERE (upload_id, part_no) IN (
SELECT upload_id, part_no
FROM teldrive.uploads
GROUP BY upload_id, part_no
HAVING COUNT(*) > 1
);

But now I'm receiving this

Error #1: callback: send upload RPC: retry middleware skip: rpcDoRequest: rpc error code 400: FILE_PART_EMPTY
[GIN] 2023/12/04 - 21:02:49 | 500 | 275.446196ms | 127.0.0.1 | POST "/api/uploads/795b2366f25fd1649fda180cfe828e80?channelId=0&fileName=2f746f44820f47a08540e29ac8fd86be&partNo=1"
Error #1: callback: send upload RPC: retry middleware skip: rpcDoRequest: rpc error code 400: FILE_PART_EMPTY
[GIN] 2023/12/04 - 21:02:51 | 500 | 271.446816ms | 127.0.0.1 | POST "/api/uploads/1ac1d0351778b2b6c3ff579efae82fbb?channelId=0&fileName=113f2df572354f8ab903c494ddb076a7&partNo=1"
Error #1: callback: send upload RPC: retry middleware skip: rpcDoRequest: rpc error code 400: FILE_PART_EMPTY

And nothing is able to be upload. Download works well

from teldrive.

d0dev avatar d0dev commented on May 21, 2024

Fixed on the last update

from teldrive.

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.