fabienli / DokuwikiAndroid

Android application to access a dokuwiki
GNU General Public License v3.0
63 stars 6 forks source link

Wiki won't sync - unexpected status: Forbidden #12

Open TheManchineel opened 4 years ago

TheManchineel commented 4 years ago

Hello, I'm running DokuWiki 2020-07-29 "Hogfather" and XML-RPC is enabled, with remoteuser bearing my username. I've double-checked that the username and password (I use Auth-PDO for authentication) are correct. The log:

Show last page in history page start not in local db, get it from server XmlRpc call wiki.getPageHTML error: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Forbidden Retrieve the list of pages from server XmlRpc call dokuwiki.getPagelist error: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Forbidden error received from server Retrieve the list of medias from server XmlRpc call wiki.getAttachments error: org.apache.xmlrpc.client.XmlRpcHttpTransportException: HTTP server returned unexpected status: Forbidden error received from server Retry the urgent items to be synced Download items level 2 Download items level 3 Download items level 5

fabienli commented 4 years ago

I'm using Hogfather as well, without issue, however I didn't try if the Auth-PDO plugin would interfer with the XML-RPC mechanism ... that might be something to try on a debug install.