Giter Site home page Giter Site logo

Comments (14)

TheFrenchGhosty avatar TheFrenchGhosty commented on September 26, 2024 3

@vinyll Great!

Edit: I just noticed your instance is still affected by the CSS issue of the main post (IE: links are blue, but switching to dark theme, and switching back to light theme fixes it).

(PS: if you want to test it yourself, the browser where I can reproduce it in a consistent way is Basilisk)

from documentation.

FireMasterK avatar FireMasterK commented on September 26, 2024 1

I'm going to start using it on invidious.kavin.rocks, BTC's taking a long time to confirm right now, I'll let you know how it goes once I set it up.

from documentation.

vinyll avatar vinyll commented on September 26, 2024

Getting my hands dirty on this and keep it posted here.
Thanks ;)

from documentation.

vinyll avatar vinyll commented on September 26, 2024

@TheFrenchGhosty Following to the documentation to update with master branch I can't get ./invidious -v to display the current version, getting 0.20.1-cce6db4 instead.

Clearing out first:

$ rm ./invidious
$ ./invidious -v
bash: ./invidious: No such file or directory

Getting the latest version

$ git pull
$ git log
commit 68552b6d6539792f59b901e222fc08999dcfc696 (HEAD -> master, origin/master, origin/HEAD)
Merge: 44a4cea 77c13e1
Author: TheFrenchGhosty <[email protected]>
Date:   Mon Dec 7 17:03:57 2020 +0000

Updating based on the doc:

$ for i in `git rev-list --reverse --abbrev-commit $currentVersion..HEAD` ; do file=./config/migrate-scripts/migrate-db-$i.sh ; [ -f $file ] && $file ; done
$ shards update && shards install
Resolving dependencies
Fetching https://github.com/will/crystal-pg.git
…
Using lsquic (2.18.1-1)

Building and checking the version again:

$ crystal build src/invidious.cr --release
$ ./invidious -v
{
  "name": "invidious",
  "version": "0.20.1-cce6db4",
  "branch": "master"
}

from documentation.

vinyll avatar vinyll commented on September 26, 2024

Nevermind, I removed my manual installation and switched to a Docker. #lazyme

It's now at version Current version: 2020.12.07-68552b6 @ master, don't you dare say that's outdated :p

My docker logs are trailing continuous lines such as:

…
invidious_1  | 2020-12-07 21:46:14 UTC 500 GET /api/v1/videos/hdecOxcDm_U?fields=title,lengthSeconds,liveNow 1090.99ms
invidious_1  | 2020-12-07 21:46:15 UTC 500 GET /api/v1/comments/XxkQD0a8-Bk 940.3ms
invidious_1  | 2020-12-07 21:46:15 UTC 500 GET /api/v1/comments/KxNleVlHHtY 1227.75ms
invidious_1  | 2020-12-07 21:46:15 UTC 500 GET /api/v1/comments/q3FYhWgzuu0 1043.57ms
invidious_1  | 2020-12-07 21:46:16 UTC 500 GET /api/v1/comments/rp2Izd9bs8w 1089.51ms
invidious_1  | t14Fn7nEOjA : Could not extract video info. Instance is likely blocked.
invidious_1  | 2020-12-07 21:46:18 UTC 200 GET /api/v1/search?sort_by=view_count&fields=videoId,title&q=Boyz+II+Men+-+Vibin%27+(The+New+Flava)+(Feat.+Treach%2c+Craig+Mack%2c+Busta+Rhymes+%26+Method+Man) 217.44ms
…

It looks like trying to load data from Youtube, getting errors 500 and blocking my server.
Contents are empty on the interface.
I guess I need to wait for the instance to collect data and pray not to be fully blocked.

from documentation.

TheFrenchGhosty avatar TheFrenchGhosty commented on September 26, 2024

@vinyll Your instance IP is blocked, you need to setup anti-captcha: https://github.com/iv-org/documentation/blob/master/How-to-setup-Anti-Captcha.md (or capmonster iv-org/invidious#1256 (comment) but I don't think any public instance is running that (@unixfox is yewtu.be running it?))

PS: keep it updated please, I don't want to receive other issues because it's months outdated.

from documentation.

unixfox avatar unixfox commented on September 26, 2024

If you start using capmonster please notify me because I'm interested to check if it works great due to the fact that it is cheaper and doesn't involve any human at all.

from documentation.

FireMasterK avatar FireMasterK commented on September 26, 2024

Screenshot_20201209-225007_Bromite
Seems to be working great but wow Invidious chugs captchas.

from documentation.

TheFrenchGhosty avatar TheFrenchGhosty commented on September 26, 2024

@vinyll Any news?

from documentation.

vinyll avatar vinyll commented on September 26, 2024

The site is up again and working with a recent release.
Search and play work just fine. Ex: https://tube.connect.cafe/search?q=inviduous

from documentation.

TheFrenchGhosty avatar TheFrenchGhosty commented on September 26, 2024

@vinyll The video pages still display "Could not extract video info. Instance is likely blocked." did you actually setup anti-captcha?

(by the way, it's outdated, again)

from documentation.

vinyll avatar vinyll commented on September 26, 2024

It says it's using Current version: 2020.12.07-68552b6, that's one week old, right?
I don't think I would update more often than monthly unless it would get to break or there is some good reason and tooling to automate.

Good to know you still see the "Could not extract video info. Instance is likely blocked.", I do get the home, search and video playing just fine and I hardly get feedbacks from the outside but you.
I guess the captcha is still the way to go then.

from documentation.

vinyll avatar vinyll commented on September 26, 2024

I guess I can reply to myself for the first part (in case anyone is interested as well):
https://github.com/tmiland/Invidious-Updater permits to update easily. It could probably be run automatically through a cron task. (checking for autoselecting an option for updating without a prompt)

from documentation.

vinyll avatar vinyll commented on September 26, 2024

Alright, it should be good by now:

https://tube.connect.cafe is running as expected on my side so let me know if you meet any issue.

from documentation.

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.