WikiTeam / wikiteam

Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2024, WikiTeam has preserved more than 600,000 wikis.
https://github.com/WikiTeam
GNU General Public License v3.0
730 stars 151 forks source link

Http error 500 maybe cos of Maximum Configuration - aka MCC: most comprehensive configuration, 12 edits #414

Closed ImmoWetzel closed 3 years ago

ImmoWetzel commented 3 years ago
(.venv) iwetzel@dev80771:~/workspace/wikiteam$ python dumpgenerator.py --api=http://grfl0500/syswiki/api.php  --xml --images
Checking API... http://grfl0500/syswiki/api.php
API is OK: http://grfl0500/syswiki/api.php
Checking index.php... http://grfl0500/syswiki/index.php
index.php is OK
#########################################################################
# Welcome to DumpGenerator 0.4.0-alpha by WikiTeam (GPL v3)                   #
# More info at: https://github.com/WikiTeam/wikiteam                    #
#########################################################################

#########################################################################
# Copyright (C) 2011-2021 WikiTeam developers                           #

# This program is free software: you can redistribute it and/or modify  #
# it under the terms of the GNU General Public License as published by  #
# the Free Software Foundation, either version 3 of the License, or     #
# (at your option) any later version.                                   #
#                                                                       #
# This program is distributed in the hope that it will be useful,       #
# but WITHOUT ANY WARRANTY; without even the implied warranty of        #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         #
# GNU General Public License for more details.                          #
#                                                                       #
# You should have received a copy of the GNU General Public License     #
# along with this program.  If not, see <http://www.gnu.org/licenses/>. #
#########################################################################

Analysing http://grfl0500/syswiki/api.php

Warning!: "./grfl0500_syswiki-20211115-wikidump" path exists
There is a dump in "./grfl0500_syswiki-20211115-wikidump", probably incomplete.
If you choose resume, to avoid conflicts, the parameters you have chosen in the current session will be ignored
and the parameters available in "./grfl0500_syswiki-20211115-wikidump/config.txt" will be loaded.
Do you want to resume ([yes, y], [no, n])? y
You have selected: YES
Loading config file...
Resuming previous dump process...
Title list was completed in the previous session
Resuming XML dump from "Maximum Configuration - aka MCC: most comprehensive configuration"
http://grfl0500/syswiki/api.php
Retrieving the XML for every page from "Maximum Configuration - aka MCC: most comprehensive configuration"
Removing the last chunk of past XML dump: it is probably incomplete.
    Maximum Configuration - aka MCC: most comprehensive configuration, 12 edits
HTTP Error 500.
Server error, max retries exceeded.
Please resume the dump later.
http://grfl0500/syswiki/index.php?action=submit&offset=1&limit=1000&pages=Measurement_Equipment&title=Special%3AExport
nemobis commented 3 years ago

Il 15/11/21 14:21, ImmoWetzel ha scritto:

Retrieving the XML for every page from "Maximum Configuration - aka MCC: most comprehensive configuration" Removing the last chunk of past XML dump: it is probably incomplete. Maximum Configuration - aka MCC: most comprehensive configuration, 12 edits HTTP Error 500. Server error, max retries exceeded.

This is usually a problem on the side of the wiki, we can't do much if we get an error 500. It might be a misconfigured webserver or something else but I can't tell without the wiki's URL.

If it's really a page-specific issue, and if the wiki is recent enough, you may want to try --xmlrevisions, which may avoid certain webserver issue. Feel free to reopen this report if you have more information.