Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
examples: state explicitly what is required to use Kontrol API #197
Comments
|
@Takeoffyoung In order to use Kontrol API you need to configure its endpoint first, e.g.
Next problem you may encounter is that you'd need to provide also Looking at the examples I agree it is not clear, they assume (*config.Config).KontrolURL is either read from ~/.kite/kite.key or from environment. In case both places do not have it set, you can get an error as the one you're getting. This needs to be improved. |
|
Year, I've configure the environment variables like And do But in server endpoint, Could you tell me why? Which step makes it wrong? |
|
@Takeoffyoung Can you show me your code just to confirm? |
It does not read configuration from neither environment variables nor ~/kite/kite.key . Above all. |
|
@Takeoffyoung Your code needs https://github.com/koding/kite/blob/master/examples/math-register/math-register.go#L29 |
|
Oh.... Thx very much. huh... Maybe I've figured it out, but I am trapped in another trouble. I am trying it solve it by myself. Thank you. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

I do every process in tutorial.
But it raises "No kontrol URL given in config"
What should I do to figure it out?