You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
We couldn't retrieve object by jid while using Jac cloud.
Error
To Reproduce
The text was updated successfully, but these errors were encountered: