This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 965
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: