eumario / godot-manager

A Project, Version and Addons/Plugins manager for Godot Game Engine.
MIT License
332 stars 19 forks source link

News needs a way to abort if it does not timeout #57

Closed stl3 closed 10 months ago

stl3 commented 1 year ago

Describe the bug If you click on News and for some reason you cannot reach the server or it doesn't timeout, you have to either exit the program to stop current request or to be able to refresh it again.

To Reproduce Steps to reproduce the behavior:

  1. At the main page, click the News button
  2. If for some reason there is an issue reaching server or some timeout etc, there is no way to abort the request and have to exit program Expected behavior Maybe pressing ESC or the refresh button can cancel the current news request if any network related problem arises.

Screenshots If applicable, add screenshots to help explain your problem.

Complete the Following:

Additional context This isn't really a big problem just a qol really and rather easily resolved.

eumario commented 1 year ago

This is an issue with the fact that the Godot Development team are still in the process of re-designing the Website backend, and they have moved news to blog, and Godot Manager doesn't realize this, so I am having to fix it in the next version.

shiena commented 10 months ago

godot-version-manager has a news feed, so could it be helpful for implementation?

eumario commented 10 months ago

This should be fixed with commit 786811c, I will have to setup a dev environment with Mono and Godot to ensure that this does indeed work.

eumario commented 10 months ago

Fixed with commit fd8949c, Correcting issue with Timeout for download, and new format of News Page (AKA Blog).