wearscript / wearscript-android

JavaScript with Batteries Included for Google Glass
wearscript.com
215 stars 55 forks source link

Having trouble getting Gist Sync to work at all #208

Closed kdpsingh closed 10 years ago

kdpsingh commented 10 years ago

I'm having a lot of difficulty getting Gist Sync to work but not sure why. I typed up my script in the Wearscript Playground, saved it using Ctrl-S (on Windows using Chrome 33) to Gist. The Gist tab on WS's server shows the Gists as saved and I confirmed that they are saved on my gist.github.com page. Their names begin with [wearscript] and I populated a name into the manifest.json file.

When I go to "Gist Sync" on the Glass app, it says "Syncing" but then nothing happens. When I check the timeline in the Wearscript app, my Gists don't show up on the right. When I check the JS console when I'm trying to sync, I get the following note: "log:glass:f88fca25203b : Warning: deprecated use of string as a function: s".

If I use Ctrl-Enter, the scripts run successfully. Just can't figure out why they're not saving.

bwhite commented 10 years ago

It's a known regression, it'll be fixed tomorrow. Thanks.

On Tue, Apr 8, 2014 at 11:02 AM, k-deep notifications@github.com wrote:

I'm having a lot of difficulty getting Gist Sync to work but not sure why. I typed up my script in the Gist Playground, saved it using Ctrl-S (on Windows using Chrome 33) to Gist. The Gist tab on WS's server shows the Gists as saved and I confirmed that they are saved on my gist.github.compage. Their names begin with [wearscript] and I populated a name into the manifest.json file.

When I go to "Gist Sync" on the Glass app, it says "Syncing" but then nothing happens. When I check the timeline in the Wearscript app, my Gists don't show up on the right. When I check the JS console when I'm trying to sync, I get the following note: "log:glass:f88fca25203b : Warning: deprecated use of string as a function: s".

If I use Ctrl-Enter, the scripts run successfully. Just can't figure out why they're not saving.

Reply to this email directly or view it on GitHubhttps://github.com/wearscript/wearscript-android/issues/208 .

kdpsingh commented 10 years ago

Thank you!