OpenTermsArchive / pga-declarations

Declarations of terms of major social media platforms. Maintained by the Platform Governance Archive team, University of Bremen.
https://www.platformgovernancearchive.org
GNU Affero General Public License v3.0
0 stars 3 forks source link

`X` ‧ `Community Guidelines` ‧ not tracked anymore #260

Open OTA-Bot opened 5 months ago

OTA-Bot commented 5 months ago

No version of the Community Guidelines of service X is recorded anymore since 25 March 2024 at 6:37:09 UTC

The source documents have been recorded in snapshots, but no version can be extracted. After correction, it might still be possible to recover the missed versions.

What went wrong

How to resume tracking

First of all, check if the source documents are accessible through a web browser:

If the source documents are accessible through a web browser

Edit the declaration:

If the source documents are not accessible anymore

If none of the above works

If the source documents are accessible in a browser but fetching them always fails from the Open Terms Archive server, this is most likely because the service provider has blocked the Open Terms Archive robots from accessing its content. In this case, updating the declaration will not enable resuming tracking. Only an agreement with the service provider, an engine upgrade, or some technical workarounds provided by the administrator of this collection’s server might resume tracking.

References

OTA-Bot commented 5 months ago

Tracking resumed

No changes were found in the last run, so no new version has been recorded.

OTA-Bot commented 3 months ago

No version of the Community Guidelines of service X is recorded anymore since 22 May 2024 at 0:39:16 UTC

The source documents have been recorded in snapshots, but no version can be extracted. After correction, it might still be possible to recover the missed versions.

What went wrong

How to resume tracking

First of all, check if the source documents are accessible through a web browser:

If the source documents are accessible through a web browser

Edit the declaration:

If the source documents are not accessible anymore

If none of the above works

If the source documents are accessible in a browser but fetching them always fails from the Open Terms Archive server, this is most likely because the service provider has blocked the Open Terms Archive robots from accessing its content. In this case, updating the declaration will not enable resuming tracking. Only an agreement with the service provider, an engine upgrade, or some technical workarounds provided by the administrator of this collection’s server might resume tracking.

References

OTA-Bot commented 2 months ago

Tracking resumed

A new version has been recorded.

OTA-Bot commented 1 month ago

No version of the Community Guidelines of service X is recorded anymore since 6 August 2024 at 0:35:53 UTC

The source documents have been recorded in snapshots, but no version can be extracted. After correction, it might still be possible to recover the missed versions.

What went wrong

How to resume tracking

First of all, check if the source documents are accessible through a web browser:

If the source documents are accessible through a web browser

Edit the declaration:

If the source documents are not accessible anymore

If none of the above works

If the source documents are accessible in a browser but fetching them always fails from the Open Terms Archive server, this is most likely because the service provider has blocked the Open Terms Archive robots from accessing its content. In this case, updating the declaration will not enable resuming tracking. Only an agreement with the service provider, an engine upgrade, or some technical workarounds provided by the administrator of this collection’s server might resume tracking.

References

smmkolesnikov commented 1 month ago

Fixed here: https://github.com/OpenTermsArchive/pga-declarations/pull/340

OTA-Bot commented 1 month ago

No version of the Community Guidelines of service X is recorded anymore since 16 August 2024 at 0:37:34 UTC

The source documents have been recorded in snapshots, but no version can be extracted. After correction, it might still be possible to recover the missed versions.

What went wrong

How to resume tracking

First of all, check if the source documents are accessible through a web browser:

If the source documents are accessible through a web browser

Edit the declaration:

If the source documents are not accessible anymore

If none of the above works

If the source documents are accessible in a browser but fetching them always fails from the Open Terms Archive server, this is most likely because the service provider has blocked the Open Terms Archive robots from accessing its content. In this case, updating the declaration will not enable resuming tracking. Only an agreement with the service provider, an engine upgrade, or some technical workarounds provided by the administrator of this collection’s server might resume tracking.

References

smmkolesnikov commented 1 week ago

Hi @OpenTermsArchive/core!

Something odd is going on here with X CG. No snapshots were recorded for 2 months, yet locally it works correctly. Just did a check-up here with a test pull request, and it also returned no errors. Tried to switch client scripts and change selectors, but to no avail.

What could be the potential reason for that?

clementbiron commented 6 days ago

It's very similar to https://github.com/OpenTermsArchive/pga-declarations/issues/296, here too, for some reason, the server can't complete the requests.

I suggest that we try to increase the maximum time allowed for a request by changing the value (from 30000 by default to 60000) of navigationTimeout in the fetcher module in the production configuration file. @MattiSG what do you think ?