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

Downloader component is broken/throws an error #226

Open
Znuff opened this issue Aug 24, 2024 · 0 comments
Open

Downloader component is broken/throws an error #226

Znuff opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Znuff
Copy link

Znuff commented Aug 24, 2024

Describe the bug
Using the current docker image,with 2.5.0.0, when viewing any video, the HTML output will be broken.

To Reproduce
Steps to reproduce the behavior:

  1. Check any video
  2. Check resulting HTML Code (view source)
  3. Code is incomplete
  4. Check server log, see error
  5. Download components don't render

Expected behavior
No errors, buttons appearing.

Logs

proxitok-web           | NOTICE: PHP message: PHP Warning:  Undefined variable $downloadAddr in /cache/themes-common-download.latte--4cd0235166.php on line 19
proxitok-web           | NOTICE: PHP message: PHP Fatal error:  Uncaught TypeError: App\Helpers\Wrappers::App\Helpers\{closure}(): Argument #1 ($url) must be of type string, null given, called in /var/www/html/vendor/latte/latte/src/Latte/Runtime/FunctionExecutor.php on line 66 and defined in /var/www/html/app/Helpers/Wrappers.php:90
proxitok-web           | Stack trace:
proxitok-web           | #0 /var/www/html/vendor/latte/latte/src/Latte/Runtime/FunctionExecutor.php(66): App\Helpers\Wrappers::App\Helpers\{closure}()
proxitok-web           | #1 /cache/themes-common-download.latte--4cd0235166.php(19): Latte\Runtime\FunctionExecutor->Latte\Runtime\{closure}()
proxitok-web           | #2 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(158): Template_4cd0235166->main()
proxitok-web           | #3 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(201): Latte\Runtime\Template->render()
proxitok-web           | #4 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(310): Latte\Runtime\Template->Latte\Runtime\{closure}()
proxitok-web           | #5 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(200): Latte\Runtime\Template->filter()
proxitok-web           | #6 /cache/templa...
proxitok-web           | 2024/08/24 20:38:18 [error] 12#12: *131 FastCGI sent in stderr: "PHP message: PHP Warning:  Undefined variable $downloadAddr in /cache/themes-common-download.latte--4cd0235166.php on line 19; PHP message: PHP Fatal error:  Uncaught TypeError: App\Helpers\Wrappers::App\Helpers\{closure}(): Argument #1 ($url) must be of type string, null given, called in /var/www/html/vendor/latte/latte/src/Latte/Runtime/FunctionExecutor.php on line 66 and defined in /var/www/html/app/Helpers/Wrappers.php:90
proxitok-web           | Stack trace:
proxitok-web           | #0 /var/www/html/vendor/latte/latte/src/Latte/Runtime/FunctionExecutor.php(66): App\Helpers\Wrappers::App\Helpers\{closure}()
proxitok-web           | #1 /cache/themes-common-download.latte--4cd0235166.php(19): Latte\Runtime\FunctionExecutor->Latte\Runtime\{closure}()
proxitok-web           | #2 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(158): Template_4cd0235166->main()
proxitok-web           | #3 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(201): Latte\Runtime\Template->render()
proxitok-web           | #4 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(310): Latte\Runtime\Template->Latte\Runtime\{closure}()
proxitok-web           | #5 /var/www/html/vendor/latte/latte/src/Latte/Runtime/Template.php(200): Latte\Runtime\Template->filter()
proxitok-web           | #6 /cache/templa" while reading upstream, client: 172.23.0.1, server: _, request: "GET /@simonaflore28/video/7403310732470750497 HTTP/1.0", upstream: "fastcgi://unix:/run/php-fpm.sock:", host: "127.0.0.1:8080"

Environment (please complete the following information):

  • Deployment method (if possible): docker
  • Frontend version: 2.5.0.0
  • Scrapper version: 2.6.1.2
  • PHP Version: 8.3.9
@Znuff Znuff added the bug Something isn't working label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant