luminous-software / start-page-plus-64-bit

64-bit version of the original Start Page+ (for VS 2022+)
MIT License
5 stars 1 forks source link

[BUG] Response status code does not indicate success: 403 during Visual Studio 2022 17.10 startup #42

Open MagicAndre1981 opened 2 months ago

MagicAndre1981 commented 2 months ago

Describe the bug

During Startup of VS2022 I get an error message from StartIsBack+ telling that something went wrong.

To Reproduce Steps to reproduce the behavior:

  1. start Visual Studio
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

yannduran commented 2 months ago

Hi André

SP+ is simply reporting an error that it received from a web request. The error itself had to have come from amazonaws.com

The only place in SP+ that I would ever expect to see such an error is when opening a Developer News item, which I know you don’t use.

Does the error keep happening? Or is it just a one-off? What are you doing just before you see the error?

Yann

MagicAndre1981 commented 2 months ago

yes, it comes from the url https://vsstartpage.blob.core.windows.net/news/vs . Even when I turn Developer News off the extension still tries to read the URL.

Btw, can you please merge my PR #37 ?