-
Notifications
You must be signed in to change notification settings - Fork 1
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
"Failed to parse upload result." #1
Comments
This being old is not a good excuse, it must be fixed ;)
It is published here: https://github.com/hashworks/srrdb-Terminal-Client
Well, looks like they changed the web interface for that stuff. We'll need to adjust to it. Thing is that I'm going on holiday tomorrow and will be gone for a week, which means I won't have time to fix this before 2020-08-20. |
Hehe perfect 😄 and yeah would help if that's linked in the README to find it easier. Even though I wonder how I could miss it in your repo list 🤷 In the webbrowser performing the steps manually it does a separate <div style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Add file to Releasename-grp</div>
<form action="/release/add/Releasename-grp" enctype="multipart/form-data" id="addform" method="post">
<p>Folder: <input id="folder" name="folder" type="text" style="height:24px" />/(<a class="get-content" href="#">Sample</a>, <a class="get-content" href="#">Proof</a>, <a class="get-content" href="#">Subs</a> or <a class="get-content" href="#">something else?</a>)<br />
<input id="file" name="file" type="file" /><input type="hidden" name="add" /></p>
</form> Which seems to be what is built in the API package Works fine when I try to replicate the same in Postman. No stress, enjoy 🌞 |
Hi, please try out srrdb-terminal-client v1.1.6. Should be fixed :) |
Hi, I realise this is a bit old but I imagined it would still work, but I'm facing a issue.
I was trying to recompile to debug myself until I noticed the code for the CLI wrapper is not published? Might be that I'm a Go noob as well 😄
The issue I'm facing is this:
I created a breakpoint on https://github.com/hashworks/go-srrdb-API/blob/v1.1.0/srrdb/srrdb.go#L241
Did I do something wrong or is there a error in the script? Looks like we are seeing the dialog as if we were trying to add files manually.
Thanks!
The text was updated successfully, but these errors were encountered: