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.

Calling `get` on a channel returns the wrong error

See original GitHub issue

The Issue

Calling get on a channel returns a “Failed to resolve” error, when it should instead say that channels are not getable.

Steps to Reproduce

  1. Run the daemon
  2. lbrynet-cli get @lbry

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
eukreigncommented, Jan 26, 2018

@KamilPiekutowski the IDE most of us use at lbry is PyCharm. The free community edition of the IDE may do what you want but I’d recommend the paid Professional version and if you don’t want to pay for it you can try the Early Release Program which are free alpha versions of the professional edition (they are good for 30 days I think but you can just keep upgrading it to the most recent version indefinitely).

0reactions
KamilPiekutowskicommented, Jan 26, 2018

@eukreign Thank you very much for your insight. I already started using PyCharm community version just to test things out. I will probably go with paid version depending where the things go.

Read more comments on GitHub >

github_iconTop Results From Across the Web

go - Return error from the channel - Stack Overflow
It's common to bundle multiple outputs into a struct, and return them together over a single channel. type Result struct { Message string ......
Read more >
Effective Go - The Go Programming Language
Remember that make applies only to maps, slices and channels and does not return a pointer. To obtain an explicit pointer allocate with...
Read more >
YouTube Data API - Errors | Google Developers
channelBanners. The following tables identify error messages that the API returns in response to calls related to channelBanners resources. ...
Read more >
Appeal Community Guidelines actions - YouTube Help
If you think that your content doesn't violate the Community Guidelines and was removed in error, use the form provided in the email...
Read more >
Error 'bad value for restricted picklist field' appears when a ...
If the object does not include Record Types - This error occurs if the picklist field sets the value. All record types should...
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