-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
http 503 error #194
Comments
I am a bit new to docker but I did pull the service logs and located the additional errors in the logs : NOTICE: PHP message: PHP Warning: Undefined property: stdClass::$metaParams in /var/www/html/vendor/pablouser1/tikscraper/src/Models/Meta.php on line 48 2023/11/09 22:35:31 [error] 9#9: *12650 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined property: stdClass::$metaParams in /var/www/html/vendor/pablouser1/tikscraper/src/Models/Meta.php on line 48; PHP message: PHP Warning: Attempt to read property "title" on null in /var/www/html/vendor/pablouser1/tikscraper/src/Models/Meta.php on line 48; PHP message: PHP Warning: Undefined property: stdClass::$metaParams in /var/www/html/vendor/pablouser1/tikscraper/src/Models/Meta.php on line 49; PHP message: PHP Warning: Attempt to read property "description" on null in /var/www/html/vendor/pablouser1/tikscraper/src/Models/Meta.php on line 49" while reading response header from upstream |
I started a second instance of Proxitok a couple of weeks ago and so far that is working fine. They are both identical setup however. I am not sure what caused the first one to have this issue. From the error log, these are the lines having an issue: L48: $this->og->title = $res->sigiState->SEOState->metaParams->title; L49: $this->og->description = $res->sigiState->SEOState->metaParams->description; |
Should be fixed with #224 |
Before submitting an issue, please make sure you are using the latest version of ProxiTok.
Describe the bug
receiving http error 503 on tiktok account pages however main proxitok app loads
To Reproduce
Steps to reproduce the behavior:
load proxitok, select trending and attempt to access any user
I checked instances and most seem to be working however three of the ten I tested are failing
https://cringe.seitan-ayoub.lol/@davidbeckham
https://tok.habedieeh.re/@michaelbuble
https://tok.darkmatter.rocks/@gordonramsayofficial
Expected behavior
It should load the user page
Logs
docker
Frontend version: 2.4.9.4
Scraper version: 2.4.0.3
You can find the frontend and scrapper version on /about
The text was updated successfully, but these errors were encountered: