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

add info to received page #32

Open
gulkily opened this issue Jul 17, 2024 · 0 comments
Open

add info to received page #32

gulkily opened this issue Jul 17, 2024 · 0 comments

Comments

@gulkily
Copy link
Owner

gulkily commented Jul 17, 2024

Technical explanation:

You are seeing this placeholder page because the server is still processing your submission.

The submission has been saved to the server, and you can view its text file.
However, something has stalled the process of creating the full page,
which is why you are seeing this placeholder page.

The usual cause of this is that the text file has not been indexed yet,
which can happen intentionally, if post/index_file_on_post = 0, or
if something fails in the full page generation.

If you see this page, you can run perl -T index.pl [filename] to index the file,
or perl -T index.pl --all to index all files.

If you see this page, there may be something wrong with the hashing, such as
an item's hash changing after it is indexed, or a file being renamed incorrectly.

As a workaround, you can run hike index to reindex all files, or hike index
to index one file.

a) edit text, has duplicate text

b) add possible cause that sqlite3 is unavailable

c) need better indication of missing sqlite3

d) how to recover gracefully?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant