-
Notifications
You must be signed in to change notification settings - Fork 955
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
Issue with getting raw files #1843
Comments
I actually found the #1675 issue, and it seems like exactly my case. I dumped the request, here's the dump:
The issue seems to be somewhere in the |
@nchursin did you find a solution to this? hitting the same issue! |
@nchursin i have the same problem, do you solution this ? |
@assembly-deepali @xwbops hey folks Not really, I just rebuilt this case with my own code |
I think I can take a look, but it would be nice to have a small and simple test case. If anyone can share a few lines with the code they are using including some (may be obfuscated of course) example URLs/paths so that I can reproduce it, that would help me get started. |
Hi
I have an issue getting a raw file from a repo. I found the source, but not sure how to fix this.
In
GetRawFile
there's a URL construction like this:But
NewRequest
unescapes theu
back to regular URL, which causes 404 in gitlab.Any ideas how to fix this, without breaking all the other stuff? :)
The text was updated successfully, but these errors were encountered: