View Single Post
Quote:
Originally Posted by granin View Post
Hello Martin! Your script initially worked fine but then it started to give this error (see screenshot) I have almost all content in Russian in OF so I suppose that there is some owerflow in regExp due to conversion of Unicode to ASCII, let me know if I can help you in any way to fix this bug.
Looks like the new output is too big for Ruby to handle right now. I haven't got this error myself yet. Do you have a large number of tasks to be synced?

Is it possible for you to e-mail me a sample document that trigger the error and I can try to debug the script. I have some ideas how to fix it (by replacing the RegExp with a plain dumber search).