JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.47k stars 2.44k forks source link

http exception should come with text #11223

Open koppor opened 2 months ago

koppor commented 2 months ago

The UX when a network error occurs, should be improved.

Currently:

  1. Create a new library
  2. Select "Springer" in "Web search"
  3. Search for "test"
  4. Result: 315947758-7a55a0b3-4c64-4301-bc3e-12436e175e69

Expanding the error results in

315948534-a3895c30-3c71-4479-98a3-ce5d5af502ed

Tasks


Other place, where it works as expected (!)

  1. I create an entry
  2. Navigate to "General"
  3. In the "File" field, "Download from URL" 315949023-4486ff9a-dbd4-4955-b6b4-3a80489cea96
  4. I paste https://www.researchgate.net/profile/Joanna-Kosinska-3/publication/344415012_Autonomic_Management_Framework_for_Cloud-Native_Applications/links/5f73246a458515b7cf567d65/Autonomic-Management-Framework-for-Cloud-Native-Applications.pdf
  5. Output 315950767-9109ecde-af82-400d-abd6-d0a94edde851

The log file of JabRef shows the full exception:

315950983-aca228ed-2075-406e-814a-e9dc9b65dd39


RehanChalana commented 3 days ago

I'd like to work on this issue, but I don't have a detailed plan yet. Could someone provide some guidance on the best way to approach this?

Thanks!

github-actions[bot] commented 2 days ago

Welcome to the vibrant world of open-source development with JabRef!

Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly.

Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback.

Happy coding! 🚀

koppor commented 2 days ago

@RehanChalana I am not sure how I can help you. Could you reproduce the output? If yes, then search in the code where the output is generated, how it flows through the code. And where the HTTP error message is shown. If not, please explain at which step you could not follow.

RehanChalana commented 1 day ago

Yes i was able to reproduce the output and yes i am following the stack trace to understand the flow and the source of HTTP error.

Thanks for assistance