[zanata-users] error: Can't find pot file for : on server

Adrian Likins alikins at redhat.com
Fri Sep 21 19:38:03 UTC 2012


On 09/21/2012 09:12 AM, Adrian Likins wrote:
> On 09/20/2012 10:32 PM, Sean Flanigan wrote:
>> It may depend on how the ':' file got there in the first place,
>
>     No idea on that.
>

I kind of worked around this by hacking the client to ignore
the bogus file, and not trying to delete it.

Looking closer, there appears to be some url encoding issues.

The client asks for the file lists and get's one of the files
listed as ': ' (colon, space).

Then it tries  to delete that file if it's not there client
side, but makes a request like:

"https://translate.zanata.org/zanata/seam/resource/restv1/projects/p/subscription-manager/iterations/i/1.0.X/r/: 
?ext=gettext&ext=comment"
                                                                         
                                                                         
                                      ^ space

which 404's, and then the client throws exceptions and stops.

(still fuzzy on how that file got there, it doesn't seem to have
ever been in the git history, but it could have easily been created
by accident and pulled in by 'push' at some point)

However, it doesn't seem like what I thought was correct
url encoding for ': ', so if someone with privs could
delete that...

Adrian




More information about the zanata-users mailing list