Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Can't retrieve object using jid in jac cloud #1430

Open
Thamirawaran opened this issue Nov 6, 2024 · 0 comments
Open

[Bug] Can't retrieve object using jid in jac cloud #1430

Thamirawaran opened this issue Nov 6, 2024 · 0 comments

Comments

@Thamirawaran
Copy link
Collaborator

Thamirawaran commented Nov 6, 2024

Describe the bug

We couldn't retrieve object by jid while using Jac cloud.

node Tweet{
    has content:str;
}

walker create{
    can do with `root entry{
        tweet_1 = Tweet("London is known for its financial district");
        tweet_2 = Tweet("Around 9 Million people live in London");
        j1 = jid(tweet_1);
        j2 = jid(tweet_2);
        report &(j1);
    }
}

Error

  File "C:\Users\thami\miniconda3\Lib\uuid.py", line 179, in __init__
    int = int_(hex, 16)
          ^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 16: 'n:Tweet:6725b97bd5c7a6bfffe68dce'

To Reproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant