klar

Results 14 comments of klar

anyone got a solution for this? /edit I found a solution: using the chrome extension: https://chromewebstore.google.com/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc to get my cookies. and the cli parameter for cookie generated file: `--browser-cookies-file`

yes it seems that it is the input field from the browser. If I click into the input field it first shows me the previous search (from the input field...

I get the same error, did you find a solution?

open up one of the two .html files in example folder

> sinks: win_logs: type: http inputs: - windows_logs encoding: codec: "json" uri: >- https: auth: strategy: bearer token: compression: gzip batch: max_bytes: 1000000 sink_id: type: "aws_s3" inputs: - windows_logs bucket:...

maybe something like ``` # 1 to enable, any other value to disable. MAIL_SUCCESS=0 ``` ``` if [ "$VERBOSITY" -eq 1 ]; then send_mail < "$TMP_OUTPUT" else # or send...

it seems to be a bit better (loads comments and video info) but the player is not working / loading. ![2024-06-16_16-47](https://github.com/ViewTube/viewtube/assets/604278/f248a0c6-1524-46f9-803b-9324ccda33b5) ![2024-06-16_16-48](https://github.com/ViewTube/viewtube/assets/604278/025689a0-f889-4207-aa5f-730f6e3e3855)

Thanks for updating. `Sign in to confirm you’re not a bot - This helps protect our community. Learn more` I'm gonna try the Youtube Cookie Method to see if this...

I tried it like ``` environment: - VIEWTUBE_DATABASE_HOST=viewtube-mongodb - VIEWTUBE_REDIS_HOST=viewtube-redis - VIEWTUBE_YOUTUBE_COOKIE="SOCS.... ; PREF=tz= ...." ``` but still get the samer error message, do I need to make the cookie...