Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Visit any channel page: Unexpected token '' at line 1, column 1 #1838

Closed
jdtech3 opened this issue Mar 3, 2021 · 24 comments
Closed

[Bug] Visit any channel page: Unexpected token '' at line 1, column 1 #1838

jdtech3 opened this issue Mar 3, 2021 · 24 comments
Labels
bug Something isn't working type:youtube-change Google changed something (again)

Comments

@jdtech3
Copy link

jdtech3 commented Mar 3, 2021

Describe the bug
Unexpected token (seems to be nonexistent JSON when it's expecting JSON data?) upon visiting any channel page. Tried with multiple channels and on multiple instances.

Steps to Reproduce

  1. Click any channel link, i.e. (https://yewtu.be/channel/UC-SV8-bUJfXjrRMnp7F8Wzw)
  2. Error page appears

Logs (from yewtu.be instance)

Title: unexpected token '' at line 1, column 1 (JSON::ParseException)
Date: 2021-03-03T02:01:38Z
Route: /channel/UC-SV8-bUJfXjrRMnp7F8Wzw
Version: 2021.03.02-3af4207 @ master

Backtrace

unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:37:7 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'parse'
  from /usr/share/crystal/src/json.cr:131:5 in 'parse'
  from src/invidious/channels.cr:945:20 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'process_request'
  from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:212:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:94:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:145:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:70:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/logger.cr:17:35 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:50:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:513:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???

@jdtech3 jdtech3 added the bug Something isn't working label Mar 3, 2021
@jdtech3
Copy link
Author

jdtech3 commented Mar 3, 2021

Seems to be related to a YouTube API change: related YouTube-DL issue (comment includes a potential solution too)

@user234683
Copy link

It's a pretty simple change since it's just a JSON wrapper that passes the same continuation/ctoken. I implemented it in my Python project here

@hackerncoder hackerncoder added priority:high type:youtube-change Google changed something (again) labels Mar 3, 2021
@hackerncoder
Copy link
Contributor

hackerncoder commented Mar 3, 2021

Selecting this issue for this bug since it has the most activity and information about the bug and potential solution. All further bug reports should be commented here, and new issues reporting it should be closed as a duplicate of this.

To other contributors: please check if the labels are correct.

@yidakra
Copy link

yidakra commented Mar 3, 2021

Title: unexpected token '' at line 1, column 1 (JSON::ParseException)
Date: 2021-03-03T12:14:28Z
Route: /channel/UCK-zlnUfoDHzUwXcbddtnkg
Version: 2021.03.02-fc8c555 @ master

Backtrace

unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:37:7 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'parse'
  from /usr/share/crystal/src/json.cr:131:5 in 'parse'
  from src/invidious/channels.cr:945:20 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'process_request'
  from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:212:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:94:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:145:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:70:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/logger.cr:17:35 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:50:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:513:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???

This was referenced Mar 3, 2021
@atropos112
Copy link

I am getting (a lot of) messages of the following type

invidious_1  | 2021-03-03 14:13:55 UTC [error] RefreshChannelsJob: UC6nSFpj9HTCZ5t-N3Rm3-HA fiber : backing off for 1.00:00:00s
invidious_1  | 2021-03-03 14:13:55 UTC [error] RefreshChannelsJob: UCVls1GmFKf6WlTraIb_IaJg : unexpected token '<EOF>' at line 1, column 1

Is this the same issue ? (figured ill ask before making a bug report of my own)

@jtagcat

This comment has been minimized.

@noarchwastaken
Copy link

Aside from not being able to visit channel pages, I also can't subscribe to channels:

2021-03-04 06:25:14 UTC [info] 500 POST /subscription_ajax?action_create_subscription_to_channel=1&r
edirect=false&c=UC9PO3VWOcE2DiSHUHLZs18w 98.43ms
Exception: unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:23:28 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'fetch_channel'
  from src/invidious/channels.cr:205:1 in 'get_channel'
  from src/invidious.cr:533:7 in '->'
  from lib/kemal/src/kemal/route.cr:13:9 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:112:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'process'
  from /usr/share/crystal/src/http/server.cr:498:5 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from ???

Importing subscriptions doesn't work either, invidious will just return to subscription manager with 0 subscriptions after hitting "Import".

@Quix0r
Copy link

Quix0r commented Mar 4, 2021

Another example, it worked some days ago:

Title: `unexpected token '' at line 1, column 1 (JSON::ParseException)`
Date: `2021-03-04T11:17:10Z`
Route: `/channel/UCVtVOddS0ms54kntAYXIVGg`
Version: `2021.03.03-9687d43 @ master`
<details>
<summary>Backtrace</summary>
<p>
unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:23:28 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:107:11 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from lib/kemal/src/kemal/route.cr:13:9 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'process'
  from /usr/share/crystal/src/http/server.cr:498:5 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from ???
</p>
</details>

Commit id 9687d43

@ytprivatecom ytprivatecom mentioned this issue Mar 4, 2021
@toothest5
Copy link

Another example, it worked some days ago:

Title: `unexpected token '' at line 1, column 1 (JSON::ParseException)`
Date: `2021-03-04T11:17:10Z`
Route: `/channel/UCVtVOddS0ms54kntAYXIVGg`
Version: `2021.03.03-9687d43 @ master`
<details>
<summary>Backtrace</summary>
<p>
unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:23:28 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:107:11 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from lib/kemal/src/kemal/route.cr:13:9 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'process'
  from /usr/share/crystal/src/http/server.cr:498:5 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from ???
</p>
</details>

Commit id 9687d43

Nearly same line of text (header is same exc time) I get too at yewtu.be. At invidious.tube, there is different version [Version: 2021.03.03-9687d43 @ master] and I have everywhere ??? after 'from' below unexpected token, at invidious.site, it simply says "This channel does not exist."

@obscurerev
Copy link

This happens on every invidious instance I go on.

@gabor-ig
Copy link

gabor-ig commented Mar 5, 2021

Same issue on my private instance... when trying to view any youtube channel.

Title: unexpected token '' at line 1, column 1 (JSON::ParseException)
Date: 2021-03-05T05:47:28Z
Route: /channel/UC3XTzVzaHQEd30rQbuvCtTQ
Version: 2021.03.03-9687d43 @ master

Backtrace

unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:37:7 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'parse'
  from /usr/share/crystal/src/json.cr:131:5 in 'parse'
  from src/invidious/channels.cr:945:20 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'process_request'
  from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:212:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:94:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:145:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:70:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/logger.cr:17:35 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:50:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:513:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???

This was referenced Mar 5, 2021
@MPeti1
Copy link

MPeti1 commented Mar 5, 2021

A new bug report. Do new ones provide any more useful information?

Title: unexpected token '' at line 1, column 1 (JSON::ParseException)
Date: 2021-03-05T10:11:20Z
Route: /channel/UCR_SK7ir_2c5V493u13qIGQ
Version: 2021.03.01-44f30c0 @ master

Backtrace

unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:37:7 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'parse'
  from /usr/share/crystal/src/json.cr:131:5 in 'parse'
  from src/invidious/channels.cr:945:20 in 'get_60_videos'
  from src/invidious.cr:1718:20 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'process_request'
  from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:212:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:94:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:145:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:70:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/logger.cr:17:35 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:50:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:513:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???

@schleussinger
Copy link

pull request 1849 has a workaround.

Assuming you are building from master, heres what i did, it fixed the problem for my instance:

sudo -i -u invidious
cd invidious
git fetch origin pull/1849/head:channelfix
git checkout channelfix
shards update && shards install
crystal build src/invidious.cr --release
exit
sudo systemctl restart invidious.service

@sereinity
Copy link

Yewtu.be seems to have been fixed

@unixfox
Copy link
Member

unixfox commented Mar 5, 2021

Yewtu.be seems to have been fixed

Indeed, I've deployed the code from the pull request #1849.

@gabor-ig
Copy link

gabor-ig commented Mar 5, 2021 via email

@nathgit
Copy link
Contributor

nathgit commented Mar 5, 2021

I don't know when exactly it started, but I've been having the same problem for a few days now (on Chrome OS if that matters).. I use primarily the snopyta domain, so I didn't know if anybody was having the same issue or if it was just me, or maybe just a problem with that domain.

@gabor-ig
Copy link

gabor-ig commented Mar 5, 2021 via email

@xeronull
Copy link

xeronull commented Mar 6, 2021

tle: unexpected token '' at line 1, column 1 (JSON::ParseException)
Date: 2021-03-06T09:03:36Z
Route: /channel/UCvIL0fhX8_NOvL3D0hUmiIw
Version: 2021.03.02-fc8c555 @ master

Backtrace

unexpected token '<EOF>' at line 1, column 1 (JSON::ParseException)
  from /usr/share/crystal/src/json/parser.cr:125:5 in 'parse_exception'
  from /usr/share/crystal/src/json/parser.cr:121:5 in 'unexpected_token'
  from /usr/share/crystal/src/json/parser.cr:37:7 in 'parse_value'
  from /usr/share/crystal/src/json/parser.cr:13:12 in 'parse'
  from /usr/share/crystal/src/json.cr:131:5 in 'parse'
  from src/invidious/channels.cr:945:20 in 'get_60_videos'
  from src/invidious.cr:1709:20 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'process_request'
  from lib/kemal/src/kemal/route_handler.cr:17:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/websocket_handler.cr:13:14 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:212:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:94:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:145:12 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/handlers.cr:70:5 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/static_file_handler.cr:189:11 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/exception_handler.cr:8:7 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from src/invidious/helpers/logger.cr:17:35 in 'call'
  from /usr/share/crystal/src/http/server/handler.cr:28:7 in 'call_next'
  from lib/kemal/src/kemal/init_handler.cr:12:7 in 'call'
  from /usr/share/crystal/src/http/server/request_processor.cr:50:11 in 'process'
  from /usr/share/crystal/src/http/server.cr:513:5 in 'handle_client'
  from /usr/share/crystal/src/http/server.cr:468:13 in '->'
  from /usr/share/crystal/src/primitives.cr:255:3 in 'run'
  from /usr/share/crystal/src/fiber.cr:92:34 in '->'
  from ???

@xeronull
Copy link

xeronull commented Mar 6, 2021

Yewtu.be seems to have been fixed

Indeed, I've deployed the code from the pull request #1849.

can confirm, yewtu.be is still working on my end

@unixfox
Copy link
Member

unixfox commented Mar 6, 2021

@TheFrenchGhosty this issue can be closed I guess now that #1849 got merged.

@HumanG33k
Copy link

Release it :D

@github-actions
Copy link

github-actions bot commented Jun 8, 2021

This issue has been automatically locked since there has not been any activity in it in the last 30 days. If this is still applicable to the current version of Invidious feel free to open a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working type:youtube-change Google changed something (again)
Projects
None yet
Development

No branches or pull requests