Hi Guys, Having a bit of an issue with translationa manager - i want to set it up locally so i can debug but im getting an error - when i try to "Check" for a new translation in the CMS - the error is "Error: The given path's format is not supported. "
Any ideas on how to resolve this ? the files are being created in XML and returned in XML.
Oh I didn't even know there was a provision provider. 😊 If you have a link to the provider i could take a look, but it might be that you need to contact the developers of that provider to dig a little deeper.
Hi Kevin - yes thanks for responding ive inherited the code so trying my best to decipher. the bit that fails is "await TranslationManagerContext.Current.JobService.CheckJob(translationAttempt.Result);"
then i get the following: Error: The given path's format is not supported.
everything before this point seems ok.
Similarly when in on the submission screen in the backend and i try to download the file i get "http://domainname/umbraco/3992192020-12-011900_57Z.xml" - 404 - "File or directory not found."
if i amend the file manually and try to upload i get the "The given path's format is not supported." - im presuming there is something wrong with the file format.
When i debug "translationAttempt.Result" i can see in the "ProviderProperties" the following: ""{\"format\":null,\"fileLocation\":\"3992192020-12-01201753Z.xml\",\"uploadedFile\":\"C:\\inetpub\\wwwroot\\foldername\\media\\simpletranslate\\upload\\3992192020-12-012017_53Z.xml\"}"
is there an issue with this structure or what does CheckJob actually do ?
Translation Manager
Hi Guys, Having a bit of an issue with translationa manager - i want to set it up locally so i can debug but im getting an error - when i try to "Check" for a new translation in the CMS - the error is "Error: The given path's format is not supported. "
Any ideas on how to resolve this ? the files are being created in XML and returned in XML.
sorry and to add im using the "ProVision Translation Provider"
Oh I didn't even know there was a provision provider. 😊 If you have a link to the provider i could take a look, but it might be that you need to contact the developers of that provider to dig a little deeper.
Hi Kevin - yes thanks for responding ive inherited the code so trying my best to decipher. the bit that fails is "await TranslationManagerContext.Current.JobService.CheckJob(translationAttempt.Result);" then i get the following: Error: The given path's format is not supported.
everything before this point seems ok.
Similarly when in on the submission screen in the backend and i try to download the file i get "http://domainname/umbraco/3992192020-12-011900_57Z.xml" - 404 - "File or directory not found."
if i amend the file manually and try to upload i get the "The given path's format is not supported." - im presuming there is something wrong with the file format.
When i debug "translationAttempt.Result" i can see in the "ProviderProperties" the following: ""{\"format\":null,\"fileLocation\":\"3992192020-12-01201753Z.xml\",\"uploadedFile\":\"C:\\inetpub\\wwwroot\\foldername\\media\\simpletranslate\\upload\\3992192020-12-012017_53Z.xml\"}"
is there an issue with this structure or what does CheckJob actually do ?
all help really appreciated.
thanks
C
is working on a reply...