jamietr1 / google-docs-writing-tracker

Automation scripts to track writing in Google Docs
187 stars 39 forks source link

ReferenceError #22

Open AlexeyStepkin opened 9 years ago

AlexeyStepkin commented 9 years ago

I am using beta. It doesn't work. Script makes copy of file first time and than i have this error:

getDailyWordCount ReferenceError: "WDiffString". ( 391)

jamietr1 commented 9 years ago

That almost sounds like your are missing the diff.gs file. Did you install that one (Section 3: Installing the Scripts, Part 2, step 17.)?


Jamie Todd Rubin (@jamietr http://twitter.com/jamietr) http://www.jamietoddrubin.com http://www.jamietoddrubin.com/going-paperless/

On Mon, Aug 25, 2014 at 8:00 PM, AlexeyStepkin notifications@github.com wrote:

I am using beta. It doesn't work. Script makes copy of file first time and than i have this error:

getDailyWordCount ReferenceError: "WDiffString". ( 391)

— Reply to this email directly or view it on GitHub https://github.com/jamietr1/google-docs-writing-tracker/issues/22.

AlexeyStepkin commented 9 years ago

Yes, of couse i did. I installed diff.gs file and tryed to make it once again now but i have the same error:

ReferenceError: object "WDiffString" not defined. (line 391, file Code)

AlexeyStepkin commented 9 years ago

I have found my mistake. Thanks a lot for giving the cue.

So, i made a new project for diff.gs vs. a new script in WritingStats project.

It works now. Thanks a lot. :)

jamietr1 commented 9 years ago

​Glad to hear it!​


Jamie Todd Rubin (@jamietr http://twitter.com/jamietr) http://www.jamietoddrubin.com http://www.jamietoddrubin.com/going-paperless/

On Tue, Aug 26, 2014 at 6:55 AM, AlexeyStepkin notifications@github.com wrote:

I have found my mistake. Thanks a lot for giving the cue.

So, i made a new project for diff.gs vs. a new script in WritingStats project.

It works now. Thanks a lot. :)

— Reply to this email directly or view it on GitHub https://github.com/jamietr1/google-docs-writing-tracker/issues/22#issuecomment-53403821 .