Im extending pdptool to upload a file
First I refactored upload piece in a reusable way, now I’m trying to use it
We fail immediately with unauthorized hmmm
error: server returned status code 401: Unauthorized: crypto/ecdsa: verification error
If we shut down curio we fail unreachable so it is making to server but server isn’t logging
pdpservice.json with private key still in the directory
My guess is somehow curio service table got rekt, hmm not reall
service still in table
But yeah building on other branches I see the same problem, its unrelated to the code I just wrote
Problem is I can’t get access to curio’s dashboard over ssh, gotta figure that out so I can try to add a new service to curio pdp
Try to remove service and:
pretty annoying
Yeah creating a new service did the trick
Ok now lets see if new code works
Yeah now that works yay
Now lets try to get big file uploads working