dotnet error while installing the bot
See original GitHub issueHi,
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:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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_coreif you still have dotnet 2.X, ordevelop_dotnet_core_3_0_previewif 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 theTS3AudioBot.dllwhich 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 publishI think your
NLog.configis outdated, TS3Client got renamed to TSLib. Do you get more output if you take theNLog.configfrom the develop branch? (Withminlevel="Trace"like you did before)