question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

conan user:pass for a remote conan_server is forgotten (Windows)

See original GitHub issue

Hi,

I am having some issues from time to time in my CI system (jenkins) when I try to upload packages to my personal conan server. The problem is happening always in the same jenkins-node (a windows 10 machine). Basically when the script tries to upload a package to the conan_server it gets stuck asking for loging

14:16:25 Uploading OpenMesh/4.1.1@piponazo/testing
14:16:25 Please log in to "conan-server" to perform this action. Execute "conan user" command.

Jenkins gets stuck here ...

However I am sure that I configured previously the user & password for that particular machine with this command:

conan user myUser -r myServer -p userPassword

Do you know about cases in which conan forgets that configuration ? It only happens some times. When I see this, I go to the remote machine, I configure again the user:pass and then it continues working for some time.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
monsdarcommented, Nov 11, 2016

The way we solved that is by calling conan user ... before we’re automatically uploading to the conan server.

1reaction
piponazocommented, Nov 10, 2016

It must be that. Thanks! I will confirm it tomorrow 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

conan user — conan 1.46.2 documentation
Authenticates against a remote with user/pass, caching the auth token. Useful to avoid the user and password being requested later.
Read more >
Using Visual Studio remote debug and conan together
My setup is as so: Windows PC running VS 2017 with remote debugger; Centos machine running rsync and not connected to conan server...
Read more >
How to run a Conan Exiles server on your Linux Box with WINE
The purpose of this guide is to show you how to setup a Conan Exiles Windows Server under Linux (CentOS 7) and WINE...
Read more >
Dedicated Servers - Conan Exiles
1. Install "Conan Exiles Dedicated Server" found in your steam library tools. · 2. Copy in the yellow text below and edit the...
Read more >
You cannot change an expired user account password in a ...
Fixes an issue in which you cannot change an expired password if you use a user account to establish a remote desktop session...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found