Code Monkey home page Code Monkey logo

Comments (4)

drewm1980 avatar drewm1980 commented on August 18, 2024

I am also trying to figure out how to actually launch turkic for the first time, offline.

turkic find

returns a bunch of links like yours that lead to a "Server Error" page.

turkic publish --offline doesn't do anything as far as I can tell.

from vatic.

aaman-ee avatar aaman-ee commented on August 18, 2024

The issue lies in the database structure. This happens when you had previously loaded videos and deleted them. The next uploaded video will not have in the url id=1 but the incremental number of all the segments of all videos you have previously loaded (even deleted ones).
For example, id=1 stands for the first segment of the first video you upload. since id is primary key for the table "jobs" you cannot reset it but goes incrementally.
Try manually το change the id number or go to the output frame directory and count incrementally the segments of each video.

from vatic.

zesoft23 avatar zesoft23 commented on August 18, 2024

I agree with the above. I believe the error occurs when a video is loaded without the 'offline' keyword but published with the 'offline' keyword. When that video is deleted the urlid counter is not properly adjusted and continues to include that deleted video. The accurate analogue in the database is groupid under vatic.turkic_hits Those id's should still correspond to the urlid's.

from vatic.

yang-fei avatar yang-fei commented on August 18, 2024

my problem is that it sends out many links. But none of them works.
I load the video only once.
And I use the option "--offline" for loading the publishing.
Do you have any suggestion?

http://localhost/?id=85&hitId=offline
http://localhost/?id=86&hitId=offline
http://localhost/?id=87&hitId=offline
http://localhost/?id=88&hitId=offline
http://localhost/?id=89&hitId=offline
http://localhost/?id=90&hitId=offline
http://localhost/?id=91&hitId=offline
http://localhost/?id=92&hitId=offline
http://localhost/?id=93&hitId=offline
http://localhost/?id=94&hitId=offline
http://localhost/?id=95&hitId=offline
http://localhost/?id=96&hitId=offline
http://localhost/?id=97&hitId=offline
http://localhost/?id=98&hitId=offline
http://localhost/?id=99&hitId=offline
http://localhost/?id=100&hitId=offline
http://localhost/?id=101&hitId=offline
http://localhost/?id=102&hitId=offline

@zesoft23 @aaman-ee 

from vatic.

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.