14 Apr 2024 |
nauriz.aitbai | In src/invidious/yt_backend/connection_pool.cr:29:14
29 | conn = make_client(url, region, force_resolve = true)
^----------
Error: instantiating 'make_client(URI, String, Bool)'
In src/invidious/yt_backend/connection_pool.cr:75:25
75 | PROXY_LIST[region]?.try &.sample(40).each do |proxy|
^--
Error: instantiating '(Array(NamedTuple(ip: String, port: Int32)) | Nil)#try()'
In src/invidious/yt_backend/connection_pool.cr:75:25
75 | PROXY_LIST[region]?.try &.sample(40).each do |proxy|
^--
Error: instantiating '(Array(NamedTuple(ip: String, port: Int32)) | Nil)#try()'
In src/invidious/yt_backend/connection_pool.cr:78:16
78 | client.set_proxy(proxy)
^--------
Error: instantiating 'HTTPClient#set_proxy(HTTPProxy)'
In src/invidious/yt_backend/proxy.cr:74:81
74 | @io = proxy.open(host: @host, port: @port, tls: @tls, connection_options: proxy_connection_options)
^-----------------------
Error: instantiating 'proxy_connection_options()'
In src/invidious/yt_backend/proxy.cr:87:26
87 | opts[:dns_timeout] = @dns_timeout
^-----------
Error: expected argument #2 to 'Hash(Symbol, Float64 | Nil)#[]=' to be (Float64 | Nil), not (Time::Span | Nil)
Overloads are:
- Hash(K, V)#[]=(key : K, value : V)
make: *** [Makefile:45: invidious] Error 1
I'm getting this strange error when compiling.
| 07:33:08 |
nauriz.aitbai | Does anyone have this problem? | 08:52:48 |
| @weidenwiesel:matrix.org changed their display name from Weidenwiesel to Weidenwiesel [search.nerdvpn.de]. | 10:56:36 |
| @weidenwiesel:matrix.org changed their display name from Weidenwiesel [search.nerdvpn.de] to Weidenwiesel. | 11:04:44 |
@blade:darkness.services | In reply to @nauriz.aitbai:matrix.org Does anyone have this problem? I use the docker install and all seems to work okay. | 13:22:09 |
@blade:darkness.services | In reply to @nauriz.aitbai:matrix.org Does anyone have this problem? Does dns work okay? The last says dns timeout | 13:52:24 |
| @nicole:nikko.eu.org changed their profile picture. | 14:05:48 |
inedia | make sure your crystal version is supported by invidious https://docs.invidious.io/installation/#manual-installation crystal --version | 14:14:40 |
nauriz.aitbai | In reply to @inedia:ahimsa.chat make sure your crystal version is supported by invidious https://docs.invidious.io/installation/#manual-installation crystal --version Great help from you.
# crystal --version
Crystal 1.12.1 [4cea10199] (2024-04-11)
| 15:38:08 |
nauriz.aitbai | In reply to @blade:darkness.services Does dns work okay? The last says dns timeout It looks okay. I have searx instance and it works. | 15:39:02 |
Samantaz Fox | nauriz.aitbai That's the same problem as the person 3 messages before yours: you need to downgrade crystal | 15:51:48 |
Samantaz Fox | if you're on debian/ubuntu, do sudo apt install crystal1.11 | 15:52:13 |
nauriz.aitbai | In reply to @samantazfox:pussthecat.org if you're on debian/ubuntu, do sudo apt install crystal1.11 I didn't know about it. I installed asdf and did asdf local crystal 1.9.2 . | 15:59:17 |
@fosster:gnulinux.club | hi folks, is there news regarding comments not loading? | 17:17:58 |
TheFrenchGhosty | Not really | 17:22:22 |
@fosster:gnulinux.club | is youtube still a/b testing? | 17:29:24 |
TheFrenchGhosty | Seems actually fully live now | 17:31:36 |
TheFrenchGhosty | Not sure and I don't think anyone really dug into it recently | 17:31:58 |
Lomanic | Info is there really https://github.com/iv-org/invidious/issues/4566 | 17:32:06 |
@fosster:gnulinux.club | I see there is a pull request pending for approval | 17:36:13 |
@daknig:matrix.org | what about the likes | 18:38:55 |
| kaipirinha joined the room. | 18:46:53 |
absidue | In reply to @daknig:matrix.org what about the likes https://github.com/iv-org/invidious/pull/4462 | 19:07:30 |
| @shapeshiftingdragon:matrix.org joined the room. | 19:38:20 |
@fosster:gnulinux.club | why aren't all these PRs merged? | 20:47:01 |
absidue | In reply to @fosster:gnulinux.club why aren't all these PRs merged? Because testing pull requests takes a while and the Invidious devs don't have much time (everyone is a volunteer after all and has a life outside of Invidious), especially when you want to make sure that you don't break stuff for millions of users (many public instances automatically update the moment anything is merged, which means the responsibility for making sure things don't break lies with the Invidious devs). | 20:50:07 |
@fosster:gnulinux.club | makes sense | 20:53:02 |
| @nahuelwexd:matrix.org changed their display name from Nahara 💖️ to Naiara 💖️. | 22:02:40 |
15 Apr 2024 |
| daone joined the room. | 09:43:49 |
@blade:darkness.services | is there any code to test invidious and change the ipv6 address if a video gets the youtube error about being blocked? | 10:32:49 |