lemonstand / lemonsync

A command line tool to work on LemonStand themes locally.
Other
1 stars 0 forks source link

Access token or store host is not valid! #14

Closed hotmeteor closed 9 years ago

hotmeteor commented 9 years ago

I have a config file setup for my site, and I'm certain my info is correct, yet I keep getting Access token or store host is not valid!.

Should api_host be pointing to a specific address? The docs say "The URI to LemonStand API"

running 0.0.18

ChrisZieba commented 9 years ago

The api_host is now your store domain, so if your store is hotmeteor.lemonstand.com the api_host would be https://hotmeteor.lemonstand.com.

hotmeteor commented 9 years ago

Hmm... this is what I have.

[api]
api_host = https://coastal.lemonstand.com
api_key = [api_key here]
api_access = [api_access here]

[dir]
watch_dir = /Users/Adam/Web/lscloud-theme-coastal
file_patterns = [ "*" ]
ignore_patterns = [ "*.tmp", "*.TMP", "*/.git*", "*.DS_STORE" ]

[store]
store_host = coastal.lemonstand.com

And my store: screen shot 2015-05-27 at 1 38 01 pm

ChrisZieba commented 9 years ago

The api key may be expired, can you check in your store backend when the key was created.

hotmeteor commented 9 years ago

I had created a new one to try again:

Created: 2015-05-27 11:22:13
Expires: 2016-05-27 11:22:13
hotmeteor commented 9 years ago

Sorry, but any ideas? I can't really move forward until I get this working.

ChrisZieba commented 9 years ago

I fixed a bug with ssl verification that I think was causing this, can you grab the latest version and give it a try.

hotmeteor commented 9 years ago

Sorry, no. Same error. Is there a way to add a debug/verbose flag so I can share error messages with more detail?

ChrisZieba commented 9 years ago

Can you email support your config file? How are you running lemonsync? Is there a lemonsync.cfg file in the directory?

hotmeteor commented 9 years ago

Sent.

hotmeteor commented 9 years ago

Resolved. It was an issue with my user.

robotpony commented 9 years ago

@hotmeteor We'll make sure some better error messages get added for those failures in the future.

jwalton512 commented 7 years ago

@hotmeteor could you advise what the issue with your user was?

i am running into the same error and can't seem to figure it out.

daveaseeman commented 7 years ago

@hotmeteor @ChrisZieba could you post the solution? I have this problem also.

jwalton512 commented 7 years ago

I just want to point out that my issue was resolved by lemonstand customer support. Below is what he said:

Looks like there's an issue with Maintenance Mode and LemonSync together, so I've disabled Maintenance Mode in your store.

Sent from my iPhone

On Apr 18, 2017, at 2:44 PM, Dave A Seeman notifications@github.com wrote:

@hotmeteor @ChrisZieba could you post the solution? I have this problem also.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

daveaseeman commented 7 years ago

That fixed it, thank you! Still hoping to get a more permanent fix from support.