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.

Extension doesnt work with auth

See original GitHub issue
  • VSCode Version: 1.19.0
  • OS Version: Ubuntu 16.04
  • Extension Version: 1.4.6
  • System Language: English (US)

Seeing this every time I launch VSCode:

Using svn 1.9.3 (r1718519) from svn
[.cmaketools.json]$ svn info --xml
[project]$ svn info --xml
[src]$ svn stat
[src]$ svn ls http://<redacted>/trunk --depth empty
[src]$ svn ls http://<redacted>/branches
[src]$ svn ls http://<redacted>/tags
svn: E170013: Unable to connect to a repository at URL 'http://<redacted>/tags'
svn: E215004: No more credentials or we tried too many times.
Authentication failed

svn: E170013: Unable to connect to a repository at URL '<redacted>/branches'
svn: E215004: No more credentials or we tried too many times.
Authentication failed

svn: E170013: Unable to connect to a repository at URL '<redacted>/trunk'
svn: E215004: No more credentials or we tried too many times.
Authentication failed

[project]$ svn info --xml

Please note, the errors disappear after I manually execute svn up in the working copy.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
JohnstonCodecommented, Feb 12, 2018

Working on this now

1reaction
edgardmessiascommented, Jan 31, 2018

@JohnstonCode, my idea:

  • For http:// and svn://, use the arguments --username and --password
  • For svn+ssh://, use sshpass -p

Flow: For commands without a remote query, do not use authentication, like, add, info, status (Note: check revion HEAD)

For commands with a remote query:

  • First check remote access: like svn info -r HEAD
  • If success, mark repository.ts authenticated, and run the other commands normally
  • If fail, prompt to user and store in repository.ts and run the other commands normally
Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Authorization Extension - Auth0
The authentication results in a token contain group information but not roles or permissions information. If this happens, chances are that you created...
Read more >
Authentication issues with extension - ServiceNow Community
So here's my steps and I'm getting those auth issues every time;. Open terminal. Make folder "nowtesting" Change directory to nowtesting. mkdir nowtesting...
Read more >
Oauth authentication error in chrome extension - Stack Overflow
All I need is the user's name and profile pic. However, whenever I click the Allow Access button on the authorization page it...
Read more >
How I Handle Authentication in My Chrome Extension
... ID token 08:06 - Refresh token setup + problems 12:48 - Share auth between Chrome extension and website 14:10 - Access Token...
Read more >
Extension AUTH : How to give defau… - Apple Developer
The issue lies here is that until user does not grant for "Always Allow on Every Website" (I mean grant permission for https://www.OURDOMAIN.com/extension?...
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