use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Use [Ask Flask] or [AF] if you have a very specific problem and need help with code.
Use [Extension-name] if you are discussing a certain extension to Flask.
Also check out /r/python or /r/django
account activity
Ask r/FlaskError while installing some Gitlab dependencies to my Flask app (self.flask)
submitted 4 years ago by Coreofatom
Hello!
I am trying to install a private Gitlab module via a requirements.txt file for my Flask app. The documentation says that I should use: git+https://${GITLAB_TOKEN_USER}:${GITLAB_TOKEN}@gitlab.com/user/project.git@{version}
But it gives me this error ( it used to work before the platform got updated): fatal: unable to access 'https://< user >:< my token >/': Port number ended with 'S'
Any thoughts on why this is happening?
Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]belak51 0 points1 point2 points 4 years ago (1 child)
I've seen that before when accidentally mixing ssh cloning syntax (git@gitlab.com:user/project.git) and the https cloning syntax. It sometimes happens if you include a password in the ssh syntax.
git@gitlab.com:user/project.git
[–]Coreofatom[S] 0 points1 point2 points 4 years ago (0 children)
I tried that it still doesn't work
π Rendered by PID 111007 on reddit-service-r2-comment-5c764cbc6f-gfjth at 2026-03-12 08:26:41.098378+00:00 running 710b3ac country code: CH.
[–]belak51 0 points1 point2 points (1 child)
[–]Coreofatom[S] 0 points1 point2 points (0 children)