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.

webcord-git Bug with dependencies

See original GitHub issue

Aknowledgements

  • I have checked that there’s no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.

  • I can confirm that this is not an issue with the Discord website, but it is a problem specific to the WebCord itself. I have tested if this bug occurs on Chromium/Chrome or any other Chromium-based browser that uses unpatched/upstream Chromium engine.

  • I have tried running the build from the master branch and it does not have any fixes implemented according to my issue.

  • My issue describes one of the unstable and/or not fully implemented features.

  • I have found a workaround to mitigate or temporarily fix this issue in affected releases (please write it in Additional context section below).

Operating System / Platform

🐧️ Linux

Operating system architecture

x64 (64-bit Intel/AMD)

Electron version

20.0.3

Application version

git

Bug description

wrong electron dependencies on AUR build script: string of dependencies in package.json: line 44 - electron>=13.0.0 <21.0.0 not recognizes as one string, as result we have wrong dependency and error on launch:

/usr/bin/webcord: line 2: 21.0.0: no such file or catalogue

as possibly fix, we can try change to something like “electron”: “<21.0.0”

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SpacingBat3commented, Sep 4, 2022

@IDeathByte Also this issue ticket was of wrong category, there’s a separate issue template for issues with building my software.

0reactions
SpacingBat3commented, Sep 4, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

237267 - Break all dependencies from browser process ...
Issue 237267 : Break all dependencies from browser process code on WebKit ... Remove dependency with third_party/webkit for dom_storage_message_filter
Read more >
expected workspace package to exist · Issue #7807 · ...
Failed to install dependencies in workspace: expected workspace package to exist #7807. Open. zamotany opened this issue on Jan 8, ...
Read more >
Detecting Dependencies Between Bug Reports to Improve ...
In this paper, we propose an auto- mated bugs triage approach based on the dependencies between the open bug reports. Our approach starts...
Read more >
java - Maven dependency weird bug
Maven dependency weird bug ... I have 4 projects in my eclipse workspace. They are all 4 maven projects. The names are API...
Read more >
Dependency Scanning - GitLab Docs
The Dependency Scanning feature can automatically find security vulnerabilities in your software dependencies while you're developing and testing your ...
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