[SOLVED] Nothing in the "Recently-added" for several days

Hi,

Instance: https://peertube.slat.org

I recently upgraded to 5.2.0 and migrated to a new server. But then I noticed that there are no any new videos in the Recently-added section for about 4 days, only local videos I added.

I’m not sure if it is caused by upgrading to 5.2.0, or by migrating to a new server. In the storage/logs there are messages like these:

{"level":"info","message":"Cannot fetch remote actor count https://masto.ai/users/hermit_crab/followers.","label":"peertube.slat.org:443","err":{"stack":"HTTPError: Response code 403 (Forbidden)\n    at Request.<anonymous> (/var/www/peertube/versions/peertube-v5.2.0/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at runMicrotasks (<anonymous>)\n    at processTicksAndRejections (node:internal/process/task_queues:96:5)","message":"Response code 403 (Forbidden)","name":"HTTPError","responseBody":{"error":"Forbidden"},"responseHeaders":{"date":"Fri, 14 Jul 2023 13:46:35 GMT","content-type":"application/json; charset=utf-8","transfer-encoding":"chunked","connection":"close","vary":"Accept-Encoding, Accept","x-frame-options":"DENY","x-content-type-options":"nosniff","x-xss-protection":"0","permissions-policy":"interest-cohort=()","referrer-policy":"same-origin","cache-control":"max-age=180, public","content-security-policy":"base-uri 'none'; default-src 'none'; frame-ancestors 'none'; font-src 'self' https:; img-src 'self' https: data: blob: https:; style-src 'self' https: 'nonce-K6tMQnpZa/Zzo+/VbTnJ0Q=='; media-src 'self' https: data: https:; frame-src 'self' https:; manifest-src 'self' https:; form-action 'self'; connect-src 'self' data: blob: https: https: wss://masto.ai; script-src 'self' https: 'wasm-unsafe-eval'; child-src 'self' blob: https:; worker-src 'self' blob: https:","x-request-id":"03933862-62a6-4280-acbf-a16a3268b797","x-runtime":"0.012166","strict-transport-security":"max-age=15552000; includeSubDomains; preload","content-encoding":"gzip","cf-cache-status":"DYNAMIC","report-to":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=b90laRSunyHQM9YIKhkXaOEHRiYOkM8O1WI2e9ZiqxbsXutorR65nVQRxQxo3xTnDC2w0BaJ3k6d4bkL4zX%2B5%2FFeDsm%2BMRqUScxKYjemxIlfXRy5UkENjo%2BPcg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}","nel":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","server":"cloudflare","cf-ray":"7e6a36702e7f2620-NRT","alt-svc":"h3=\":443\"; ma=86400"},"statusCode":403},"timestamp":"2023-07-14T13:46:35.706Z"}

or

{"level":"warn","message":"Signature from https://mastodon.social/users/alto_121 is invalid","label":"peertube.slat.org:443","parsed":{"scheme":"Signature","params":{"keyId":"https://mastodon.social/users/alto_121#main-key","algorithm":"rsa-sha256","headers":["(request-target)","host","date","digest","content-type"],"signature":"YK8ru23JLCELztzo8hIH2YMkS6DhBh3M4xgCFP7hLgJzSFzjDqD3feevuC/UCfkn1kKTssTQ7s1qzUVt0ea8EeoZutLFhaMtguaG1WLMioXxbWiqgRNWu1Q8SoamCIHDFjslb5L4XcERSvbHWCzOvICiJw+9Oqy0CLRX6a/1taCAMoFHkxzt5L9Mgglf0NTEfmGjkexzlrPFv6qcTM40rJPgfcBg9Sq3QT1lxRU0HmAvdxUUSOO9PslvWC30eLxe5/3jD/7xjbpbUqZ81YIDUyJTNrd5PZO4wy8bz++FxpvHgmuzSE+5xEgdUJ2Bz5AR8oTUeF8hiWM3Hhs76RIARw=="},"signingString":"(request-target): post /inbox\nhost: peertube.slat.org:443\ndate: Fri, 14 Jul 2023 13:46:15 GMT\ndigest: SHA-256=XyIuBijhtixxmaaAMEz7l96PZ49mRrh2NDMFAFflZWQ=\ncontent-type: application/activity+json","algorithm":"RSA-SHA256","keyId":"https://mastodon.social/users/alto_121#main-key"},"timestamp":"2023-07-14T13:46:17.411Z"}

A lot, similar (signature invalid or HTTPerror), different URLs.

I’m not sure if I should file an issue or not either… so I come here to discuss first. Would anyone please give me some hints?

Thanks.

Hello,

It seems there are some routing issues to your server.
If i try to ping, traceroute, or web request your server’s IPv4 from my home (in France), it does not work.
But it is working from one of my server.

Is your server in a datacenter, or are you self-hosting?

Thank you very much! I made a mistake in the network configuration. (The network still works… so I wasn’t aware of that mistake). It solves the problem! :pray:

great news!
You can mark it as solved.