Giter Site home page Giter Site logo

Comments (9)

imtube avatar imtube commented on May 13, 2024

I can't visit list page when I didn't use screen command now.
why is that ?

from peertube.

Chocobozzz avatar Chocobozzz commented on May 13, 2024

I'm sorry but I can't help you without logs or application output.

from peertube.

imtube avatar imtube commented on May 13, 2024

@Chocobozzz Hello,Do you mean that this log file ?
peertube.txt

from peertube.

imtube avatar imtube commented on May 13, 2024

Now I met error net::ERR_CONTENT_LENGTH_MISMATCH

from peertube.

Chocobozzz avatar Chocobozzz commented on May 13, 2024

When you upload a video? It seems there is an error with some video attributes: "character with byte sequence 0xe4 0xbb 0x94 in encoding "UTF8" has no equivalent in encoding "LATIN1". Please retry with only latin1 characters just to see if the error disappears.

Issue related: #42

from peertube.

imtube avatar imtube commented on May 13, 2024

@Chocobozzz I have change the file's name to bbb.mp4, and got error like this:
Failed to load resource: the server responded with a status of 401 (Unauthorized)
Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH

This is the log:

{"level":"debug","message":"Executing (default): SELECT count(*) AS \"count\" FROM \"Pods\" AS \"Pod\";","timestamp":"2017-03-20T13:08:06.652Z"}
{"level":"debug","message":"Executing (default): SELECT count(*) AS \"count\" FROM \"Pods\" AS \"Pod\";","timestamp":"2017-03-20T13:08:06.652Z"}
{"level":"debug","message":"Executing (default): SELECT count(*) AS \"count\" FROM \"Pods\" AS \"Pod\";","timestamp":"2017-03-20T13:08:06.653Z"}
{"level":"info","message":"No \"video QADU requests\" to make.","timestamp":"2017-03-20T13:08:06.654Z"}
{"level":"info","message":"No \"requests\" to make.","timestamp":"2017-03-20T13:08:06.654Z"}
{"level":"info","message":"No \"video event requests\" to make.","timestamp":"2017-03-20T13:08:06.654Z"}
{"level":"info","message":"::ffff:127.0.0.1 - - [20/Mar/2017:13:12:03 +0000] \"GET /videos/add HTTP/1.0\" 304 - \"-\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\"\n","timestamp":"2017-03-20T13:12:03.318Z"}
{"level":"debug","message":"Executing (default): SELECT \"id\", \"clientId\", \"clientSecret\", \"grants\", \"redirectUris\", \"createdAt\", \"updatedAt\" FROM \"OAuthClients\" AS \"OAuthClient\" LIMIT 1;","timestamp":"2017-03-20T13:12:04.513Z"}
{"level":"info","message":"::1 - - [20/Mar/2017:13:12:04 +0000] \"GET /api/v1/clients/local HTTP/1.0\" 304 - \"https://xxx.com/videos/add\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\"\n","timestamp":"2017-03-20T13:12:04.514Z"}
{"level":"info","message":"::ffff:127.0.0.1 - - [20/Mar/2017:13:12:04 +0000] \"GET /client/assets/favicon.png HTTP/1.0\" 200 2335 \"https://xxx.com/videos/add\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\"\n","timestamp":"2017-03-20T13:12:04.700Z"}
{"level":"debug","message":"Getting access token (bearerToken: dea5c212760fb75ae636b43f57816b82503d7d8c).","timestamp":"2017-03-20T13:12:57.871Z"}
{"level":"debug","message":"Executing (default): SELECT \"OAuthToken\".\"id\", \"OAuthToken\".\"accessToken\", \"OAuthToken\".\"accessTokenExpiresAt\", \"OAuthToken\".\"refreshToken\", \"OAuthToken\".\"refreshTokenExpiresAt\", \"OAuthToken\".\"createdAt\", \"OAuthToken\".\"updatedAt\", \"OAuthToken\".\"userId\", \"OAuthToken\".\"oAuthClientId\", \"User\".\"id\" AS \"User.id\", \"User\".\"password\" AS \"User.password\", \"User\".\"username\" AS \"User.username\", \"User\".\"email\" AS \"User.email\", \"User\".\"role\" AS \"User.role\", \"User\".\"createdAt\" AS \"User.createdAt\", \"User\".\"updatedAt\" AS \"User.updatedAt\" FROM \"OAuthTokens\" AS \"OAuthToken\" LEFT OUTER JOIN \"Users\" AS \"User\" ON \"OAuthToken\".\"userId\" = \"User\".\"id\" WHERE \"OAuthToken\".\"accessToken\" = 'dea5c212760fb75ae636b43f57816b82503d7d8c' LIMIT 1;","timestamp":"2017-03-20T13:12:57.880Z"}
{"level":"info","message":"::1 - - [20/Mar/2017:13:12:57 +0000] \"POST /api/v1/videos HTTP/1.0\" 401 87 \"https://xxx.com/videos/add\" \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\"\n","timestamp":"2017-03-20T13:12:57.885Z"}

from peertube.

Chocobozzz avatar Chocobozzz commented on May 13, 2024

Try to relogin

from peertube.

imtube avatar imtube commented on May 13, 2024

@Chocobozzz I have tested two video
The first video is English filename, title and description, it was uploaded successfully. and I can watch it from list page.
The second video is English filename, but Chinese title and description, it was uploaded successfully too, but I can't visit the list page after uploaded, the page is just keep loading, this time I can't delete it from peertube video list page.

from peertube.

Chocobozzz avatar Chocobozzz commented on May 13, 2024

Okay thanks. So this is definitely related to #42

from peertube.

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.