Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree not showing for one specific repo #177

Open
Rudymil opened this issue Aug 23, 2023 · 7 comments
Open

Tree not showing for one specific repo #177

Rudymil opened this issue Aug 23, 2023 · 7 comments

Comments

@Rudymil
Copy link

Rudymil commented Aug 23, 2023

Hello,

I can no longer view the history of a Git directory.

For this one the history is displayed :

Work

But not for this one :

Not work

Is it possible that a special character prevents the display of history, tags and branches of a Git repository ?

I'm using Git Fiend version 0.39.4.0 on a Windows 10 Professional 22H2.

If you have a solution for me, thank you in advance.

@GitFiend
Copy link
Owner

Sorry to hear it's not working. GitFiend 42.1 contains a fix where parsing could fail due to line-endings in file names, which is worth trying. I don't know of any other special character issues.

This kind of problem is tricky to debug unless I can reproduce it somehow or get a clue about what the repo that's causing the issue has that's different. I can put in logging for this type of issue in the next release.

@Rudymil
Copy link
Author

Rudymil commented Aug 23, 2023

I installed version 0.42.1.0 then recloned the directory but I still have the same result.

@GitFiend
Copy link
Owner

I have a pre-release build that reports errors for api calls. https://github.com/GitFiend/Support/releases/tag/0.43.0

If you have the time, it would good to see the error message returned by "load_commits_and_refs". You can find this with View -> Toggle Developer Tools, and go the the network tab.

@Rudymil
Copy link
Author

Rudymil commented Sep 26, 2023

I just installed version 0.43 :

image

image

image

@Rudymil
Copy link
Author

Rudymil commented Sep 26, 2023

Following cloning :

image

@GitFiend
Copy link
Owner

GitFiend commented Oct 1, 2023

Thanks for the screen shots. You have selected the payload tab for load_commits_and_refs which contains the request, but I need the preview or response tab to see the error message response.

@Rudymil
Copy link
Author

Rudymil commented Oct 23, 2023

  • Preview :
    image
  • Response :
    image

Message : {"Err":"\nPARSE FAILURE AT POSITION 76030:\n SUCCESSFULLY PARSED:\n \[...]\"\n\n FAILED AT:\n \"\"\n "}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants