gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.24k stars 527 forks source link

GithubIntegration error (it did actually integrate though) #5235

Open benjaminmodayil opened 3 weeks ago

benjaminmodayil commented 3 weeks ago

Version

0.13.2

Operating System

macOS

Distribution Method

dmg (Apple Silicon)

Describe the issue

Appears to be a false positive error when integrating Github PR on a local repo after a fresh install (possibly optional). It did integrate via the UI ✅s, but reported a Tauri error related to the GithubIntegration in the bottom right.

CleanShot 2024-10-20 at 09 05 36@2x

How to reproduce

  1. download the app for the first time (maybe optional)
  2. signed up with Github (part of the first time setup)
  3. connect a local repository
  4. setup the GH PR integration
  5. see error (despite it connected -- UI shows all green, but Tauri notification shows otherwise)

Expected behavior

If no actual error, don't show the prompt, but if something is actually broken, surface to the UI and don't show the ✅ as if it did actually work.

Relevant log output

No response

Byron commented 3 weeks ago

Thanks a lot for reporting and for the details on how to reproduce the issue!

I think the error message is the same as in #5226.