Skip to content
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

Class name reference broken #2

Open
iennacca opened this issue Feb 1, 2019 · 0 comments
Open

Class name reference broken #2

iennacca opened this issue Feb 1, 2019 · 0 comments

Comments

@iennacca
Copy link
Owner

iennacca commented Feb 1, 2019

test
I noticed this has changed in your code

client = aconcagua_pb2_grpc.TimeseriesDataServiceStub(channel)

before it was

client = aconcagua_pb2_grpc.AconcaguaStub(channel)

and your original code is running against localhost so I have attached my code so you can
see the changes I made and catch any errors on my part.

I just set the server’s URL and the DMX file and series to ones that worked before.
The error is happening before I get to asking for the series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant