edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[BUG]: Issues when repository has a space in the URL #132

Open daveaglick opened 2 hours ago

daveaglick commented 2 hours ago

Describe the bug

With the most recent version, I can no longer pull down PRs and get the following error:

image

This was working up until a week or two ago. It looks like it's tripping on a space in our DevOps URL.   To Reproduce Steps to reproduce the behavior:

  1. Click on the AZD pane to view PRs.
  2. It successfully connects and retrieves a list of open PRs.
  3. Double-click to open one.
  4. Error appears.

Expected behavior The PR is opened and a review can take place.

Screenshots

image

Desktop (please complete the following information):

JetBrains IDE (please complete the following information):

Azure Devops organization details:

Additional context Add any other context about the problem here.

awaters8 commented 2 hours ago

This is very similar if not the same as #53 . I am also experiencing this in 2024.2.25 using PHPStorm 2024.2.3

daveaglick commented 2 hours ago

If I downgrade to AZD 2024.2.14 it works again, so definitely a regression in the latest version (2024.2.25).

awaters8 commented 1 hour ago

That's good to know, thanks!