ggrossetie / asciidoc-googledocs-addon

Export Google Docs as AsciiDoc
MIT License
66 stars 11 forks source link

ScriptError: TypeError: child.editAsText is not a function #39

Open ioannisstavrakakis opened 3 years ago

ioannisstavrakakis commented 3 years ago

When I try to convert a gdoc get error "ScriptError: TypeError: child.editAsText is not a function".

It seems I can convert small parts of it, but not the whole doc, or couple of pages. Any ideas?

Thank you!

ggrossetie commented 3 years ago

Hello @ioannisstavrakakis

Could you please share a sample document that reproduces this issue? You can send me a DM on Twitter (https://twitter.com/Mogztter) or an email if you want to share it privately.

Any ideas?

Do you have the line number associated with the error? We are using the function editAsText at several places in: https://github.com/Mogztter/asciidoc-googledocs-addon/blob/master/app/Code.gs

Thanks!

ioannisstavrakakis commented 3 years ago

Let me know your email address so I can share the Gdoc with you. There is no line number mentioned, see screenshot: image

ggrossetie commented 3 years ago

@ioannisstavrakakis Are you on Twitter or https://asciidoctor.zulipchat.com so I can send you my email address?

ioannisstavrakakis commented 3 years ago

I am now :) zulipchat: IoannisStavrakakis

ggrossetie commented 3 years ago

Related to: #42