-
Notifications
You must be signed in to change notification settings - Fork 24
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
The env could not deliver the requested value. #7
Comments
this is the call that fails: |
hmm. I tried to reproduce it, but I send this request (through the comandline util) . I get a correct response:
|
Thanks for looking into this. Investigated a bit more. Also not seeing the problem when using the android app. I am only seeing the problem in a java program (desktop) that links against the jar. And as I currently cannot build the jar due to #5 my theory why this happens is that there was a change after 2.1.0 that fixes the problem. I am getting my jar from here: https://github.com/slockit/in3-c/packages/72045. If you tag a 2.1.1 I can try with the latest code and see if this is the problem |
this is a good hint. The jar in the release is build by our CI and contains the shared libs for all the different platform. if you buuild this localy, youu would not be able to build the same jar. I just tried it with current jar-version:
|
Can I access the jar that your CI builds somehow? |
Hello @ligi I am pretty sure this was corrected on the newer versions. Is this issue still happening? I was not able to reproduce with the current release (but i could somehow get the "could not deliver the requested value" on a previous build). |
thanks - wanted to give it a new try anyway. Hope I find time this week - thanks for the comment |
Hi @ligi , were you able to test it? |
I am getting this when trying to interact with the ENS contract on main-net
The text was updated successfully, but these errors were encountered: