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.

exception when I try to get started

See original GitHub issue

Describe the bug

Exception when I try to get started…

To Reproduce

Just installed the tool via dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5", and then try to run tye run in the solution dir, but got the exception below:

image

Further technical details

  • Include the output of tye --version: 0.6.0-alpha.21070.5+a42e4463943e3136dbd1de38474d8d62b802797c

  • If possible rerun the command with -v debug and include the output: image

  • The platform: Windows

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
WeihanLicommented, May 1, 2021

Thanks @jkotalik , add a global.json with the content below, no exception like before

{
  "sdk": {
    "version": "5.0.100",
    "rollForward": "latestFeature"
  }
}

but got another error, seemed that it’s because of my Dockerfile is not in the right place? My project is here if you wanna have a look.

image

0reactions
WeihanLicommented, May 21, 2021

It seemed the app can not connect to redis which defined link relation in docker-compose file(maybe I should open another issue?) image

It works when I use docker-compose up, but not with tye run

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to handle exception in Java without having to go back ...
I've implemented exception handling in my program, but now the problem that I have is that, when an exception occurs and is handled...
Read more >
Exception Handling in Java
Introduction. An exception is an error event that can happen during the execution of a program and disrupts its normal flow.
Read more >
Getting Started with Exception Handling in Java
If you are a beginner, this Java tutorial helps you get started with exception handling in Java by understanding how to handle errors...
Read more >
Everything you wanted to know about exceptions
An Exception is like an event that is created when normal error handling can't deal with the issue. Trying to divide a number...
Read more >
Exceptions in Selenium Webdriver : How to Handle It
Here's a rundown of the 11 Common Exceptions in Selenium. Learn the basics of Exception Handling in Selenium using different methods.
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