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.

[FEATURE] Tutorials of fixing common exceptions in Hub

See original GitHub issue

🚨🚨 Feature Request

  • Related to an existing Issue
  • A new implementation (Improvement, Extension)

If your feature will improve HUB

Create a Jupyter notebook that points out some common cases where users might go wrong and get errors. Explain what these errors are, how they’re caused, and how one can fix them.

Examples of errors: Importing hub not working until runtime is restarted in Google Colab.

Note: Please make a Pull Request to our Examples Repository and not to this repository!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dhiganthraocommented, Oct 12, 2021

Hey @jaivanti - while you’re working, I just wanted to let you know that if you make a PR with a tutorial notebook, please make it to our Examples Repository and not to this repository! That repository is a central place of notebooks and examples.

1reaction
dhiganthraocommented, Oct 11, 2021

Hey @jaivanti - I took a look at your notebook, and I have a small change to request:

  • In the ReadOnlyModeError section of your notebook, you’ve mentioned that “The above command does not download dataset on local and is present only in read-only mode. So, if you want to make modifications, you have to first get it into writing format.”. However, you’re loading a dataset from another account, which will always be in read-only mode unless you have the account credentials. Hence, you could try using the read_only parameter of hub.load instead of hub.dataset which toggles between read mode and write.

Apart from that, the rest looks okay at first glance. We’ll need to thoroughly review it once you’re done, so please add as many exceptions/errors as you can!

If needed, you could also take a look at our API docs for future reference!

Read more comments on GitHub >

github_iconTop Results From Across the Web

cs1302-tutorials/exceptions.md at master - GitHub
Exceptions. Approved for: Spring 2022. Prerequisites. This tutorial assumes that the reader has a knowledge of basic Unix commands and experience working ...
Read more >
Common Hibernate Exceptions Every Developer Must Know
There are a few exceptions you need to know when working with Hibernate. They tell you about broken database queries, mapping mistakes, and...
Read more >
Java Exception Interview Questions and Answers | DigitalOcean
Java Exceptions are hierarchical and inheritance is used to categorize different types of exceptions. Throwable is the parent class of Java ...
Read more >
How To Handle Errors And Exceptions In Selenium Python
This tutorial will help you handle errors and exceptions in Selenium Python while performing automation testing.
Read more >
Fix common problems and errors with the QuickBooks ...
Get the most recent version of the QuickBooks Tool Hub (Version 1.6.0.1.). This is where you can get tools we have to help...
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