Description

I'm trying to sync my pages of a standalone wiki (1.6.2, linux) with the main server wiki (1.6.0, linux). I modified the SyncJobTemplate page for this.

remote (main) wiki: http://xxxx/userwiki/RalfGross

my InterWikiMap in the local standalone wiki.

UserWiki http://xxxx/userwiki/

SyncJobTemplate:

= Parameters =

## This is the most important parameter, you need to define it in any case - the others are optional
 remoteWiki:: UserWiki

## remotePrefix:: RalfGross/
 localPrefix:: UserWiki/RalfGross

## This will synchronise all pages starting with "My":
 pageMatch:: RalfGross.*

## pageList:: PageOne,PageTwo,Testpage
## groupList:: Syncgroup

 direction:: both
 user:: RalfGross

= Log =
...

After starting the sync I get the follwing traceback.

'ascii' codec can't decode byte 0xc3 in position 1057: ordinal not in range(128)

If you want to report a bug, please save this page and attach it to your bug report.

I see that a couple of pages were created, but with no revisions as it seems.

drwxrwx---  4 rg rg 4096 2008-04-14 15:59 FrontPage
drwxrwx---  4 rg rg 4096 2008-04-14 14:56 InterWikiMap
drwxr-xr-x  4 rg rg 4096 2008-04-15 18:19 SyncJobTemplate
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)Besprechungen
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)Besprechungen(2f)2008(2d)02(2d)04(20)Weiteres(20)Vorgehen(20)MKS
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)Besprechungen(2f)2008(2d)02(2d)05(20)Einsatz(20)Wiki(20)zur(20)Dokumentation(20)im(20)Team(20)Keller
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)Besprechungen(2f)2008(2d)03(2d)13(20)Kickoff(20)Topcon
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)Include
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)RenameTest
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)RenameTest(2f)TestSeite3(2f)SubPage
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)TestInclude
drwxrwx---  3 rg rg 4096 2008-04-15 18:20 UserWiki(2f)RalfGrossRalfGross(2f)TestLink

ls -l UserWiki\(2f\)RalfGrossRalfGross\(2f\)Besprechungen/
insgesamt 4
drwxrwx--- 3 rg rg 4096 2008-04-15 17:22 cache
-rw-rw---- 1 rg rg    0 2008-04-15 18:20 edit-log

Steps to reproduce

for me, a sync triggers the error.

Example

Component selection

Details

URL: http://pastebin.com/fcaa5e8d

traceback.html.

MoinMoin Version

1.6.2 (standalone), 1.6.0 (remote main server)

OS and Version

ubuntu 7.04 / debian etch

Python Version

2.5.1 / 2.4.4

Server Setup

standalone / fcgi

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

You didn't have write permissions for a particular page, can you check that? -- AlexanderSchremmer 2009-07-03 11:15:06

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/SyncJobUnicodeDecodeError (last edited 2009-07-03 11:15:06 by AlexanderSchremmer)