-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Running in the Development Rig Local-style #2
Comments
What I did to get it working was to mimic the directory structure of a typical GOPATH at ~/go so that I had bin pkg and src directories under the ebs directory. Put the go source files way down the src/github path. Things started working and I was able to deploy to AppEngine this way too. |
@loffelmacher 👋 I'm new to Go and trying to get the animal-facts twitch extension running locally with the developer rig. I have had success getting the other example extensions running locally, but I'm not familiar with Go path and Go project structure. Could you share more details on what you did to get this setup working? Any replication steps would be very appreciated 🙇 |
I was able to get farther, documenting what I did in case it is helpful for others:
You also have to update the Also generally I think the recommended path is to first create your extension on your Currently I'm stuck after building the Go package and running it within the Twitch developer rig. When making the first configuration view and testing the "save" button, the developer rig reports an error with the log message |
Just seeing this now @rewinfrey. I kind of abandoned the Dev Rig after this. Perhaps I'll give it another go soon, though the certificate problems make me leery of doing so. An additional complication is that I'm writing my backend to be installed in AppEngine, so I needed to satisfy its requirements. Ultimately I did something a bit like you did, but I copied everything under my |
I've run through the sample twice now, via a "local" setup in the Dev Rig. I cannot get it to make any calls to the backend. I don't really see anything in the UI when loading this through the Dev Rig.
The text was updated successfully, but these errors were encountered: