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

uploader UI is broken #44

Closed
Oneloutre opened this issue Oct 2, 2023 · 10 comments
Closed

uploader UI is broken #44

Oneloutre opened this issue Oct 2, 2023 · 10 comments
Labels
bug Something isn't working hacktoberfest

Comments

@Oneloutre
Copy link

Describe the bug
When I try to add a value to "header" it simply crashes

To Reproduce
Steps to reproduce the behavior:

  1. Go to "settings"
  2. Click on "add an uploader"
  3. add a value to header
  4. See error

Expected behavior
I'd like to append my api key for my server X)

Screenshots

Enregistrement.de.l.ecran.2023-10-02.a.02.06.13.mov

Desktop (please complete the following information):

  • OS: MacOs Ventura 13.4.1
  • Browser (don't use but Arc)
  • Version : last == 1.4.6

Additional context
Add any other context about the problem here.

@Oneloutre
Copy link
Author

Actually I'm even trying to set it up to get it working with an ASS server, directly editing the iscu file but... I can't, I don't know why. Maybe I'm missing something, I don't really know what is feasible compared to shareX....

@nackerr
Copy link

nackerr commented Oct 2, 2023

It works fine when doing it from the file directly. Here's how I do mine:

{
"name": "My name",
"requestUrl": "https://myexampleurl.com/myfile.php",
"headers": { "Authorization": "Bearer my token" },
"id": "blah blah",
"responseProp": "url"
}

@Oneloutre
Copy link
Author

HMMMM
I'm gonna try again, thanks. what is "id" for, please ?

@nackerr
Copy link

nackerr commented Oct 2, 2023

It looks like it's the item ID. My suggestion would be to create a new one, export the file, and make your edits, then upload the file.

@Oneloutre
Copy link
Author

Yep It's what I'm trying to do 👍 I'll let you know if I manage to do it

@Oneloutre
Copy link
Author

Okay, now it is loaded by the app but I get an error while testing the uploader. Do you use ASS server you too ? (https://github.com/tycrek/ass)

@castdrian
Copy link
Owner

the ui is fucked, do not use it, my apologies I'm a terrible UI designer so just write json until someone decides to fix it

@Oneloutre
Copy link
Author

yeah okay lmao

@castdrian castdrian changed the title Can't add a Header 🤔 uploader UI is broken Oct 2, 2023
@Oneloutre
Copy link
Author

(I just wrote on the discord it's more convenient I think)

@castdrian castdrian added bug Something isn't working hacktoberfest labels Oct 2, 2023
@AakifNadeem
Copy link
Contributor

@castdrian @Oneloutre I have created a new working UI. Please let me know if you like some changes.

Screen.Recording.2023-10-04.at.6.17.01.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

4 participants