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.

dotnet error while installing the bot

See original GitHub issue

Hi,

I’m getting the following error when trying to install from master or develop branch:

root@vm5293:~/TS3AudioBot-master# ls
Directory.Build.targets  README.md            TS3AudioBot.sln  WebInterface
InstallOpus.sh           TS3ABotUnitTests     TS3Client
LICENSE                  TS3AudioBot          ts3notify.ps1
LICENSE_COMPLETE         TS3AudioBot.ruleset  ts3notify.sh
root@vm5293:~/TS3AudioBot-master# dotnet TS3AudioBot.dll
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET Core program, but dotnet-TS3AudioBot.dll does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
root@vm5293:~/TS3AudioBot-master#

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Splamycommented, Dec 30, 2019

As I see you downloaded the github project files. I’d suggest unless you want to change anything in the source code to download our prebuilt packages from here: https://splamy.de/Nightly#ts3ab (Download master_dotnet_core/develop_dotnet_core if you still have dotnet 2.X, or develop_dotnet_core_3_0_preview if you already have dotnet 3.X) This saves you some hassle as you neither need to compile the bot, nor the webinterface. In that package there will be the TS3AudioBot.dll which you can run as already tried.

If you do actually want to build from source follow the steps in the ‘building manually’ category from the readme: https://github.com/Splamy/TS3AudioBot#building-manually I still haven’t added the steps for the webinterface but the tl;dr would be npm install; npm run publish

0reactions
Flakebicommented, Jan 5, 2020

I think your NLog.config is outdated, TS3Client got renamed to TSLib. Do you get more output if you take the NLog.config from the develop branch? (With minlevel="Trace" like you did before)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bot Framework Composer "Failed Error in Start bot"
Hi, I am new to Composer. I am following this tutorial: "https://learn.microsoft.com/en-us/composer/quickstart-create-bot?tabs=v2x".
Read more >
.net - I am getting an error while installing nuget package ...
Closed 6 months ago. I am trying to download packages using dotnet CLI but I am getting an error : Couldn't find any...
Read more >
An error occurred while installing .NET (7.0)
Uninstalling the Dotnet-Sdk framework and redownloading it multiple times. Manually installing the dependencies/binary; Hours of Google; Added ...
Read more >
Error occurs when install .net 4.8 sdk and runtime
when installing the .net 4.8 runtime or the .net 4.8 sdk, i get “Cannot find object or property.” and the installation fails. .NET.net....
Read more >
Windows 7 .Net Framework error
I says i need to install .net 4.0.3, tried it and it wont even let me install it as im on Win 7...
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