Cannot resume in offline mode due to lack of `sys/id` field
See original GitHub issueimport neptune.new as neptune
run = neptune.init(mode='offline')
run.sync()
run.wait()
rid = run['sys/id'].fetch()
run = neptune.init(mode='offline', run=rid)
rid = run['sys/id'].fetch()
ends up with:
offline/1b7c5e70-695d-4d1c-8587-a5ca2e3d222c
Traceback (most recent call last):
File "err4.py", line 5, in <module>
run.sync()
File "/home/wojciech/miniconda3/envs/nori/lib/python3.8/site-packages/neptune/new/run.py", line 453, in sync
attributes = self._backend.get_attributes(self._uuid)
File "/home/wojciech/miniconda3/envs/nori/lib/python3.8/site-packages/neptune/new/internal/backends/offline_neptune_backend.py", line 42, in get_attributes
raise NeptuneOfflineModeFetchException
neptune.new.exceptions.NeptuneOfflineModeFetchException:
----NeptuneOfflineModeFetchException---------------------------------------------------
It seems you are trying to fetch data from the server, while working in an offline mode.
You need to work in non-offline connection mode to fetch data from the server.
The thing is that I don’t try to fetch data from the server but from the run, whenever it stores its data.
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Issues · neptune-ai/neptune-client - GitHub
Feature Request: fetch runs table with selected fields only ... Cannot resume in offline mode due to lack of sys/id field feature request....
Read more >Users are unable to add the Sys ID field to a form or list view ...
List · Go to: System UI > Lists · Select the record for the Table and View you want to modify · In...
Read more >IXC messages - IBM
CONFIRM REQUEST TO VARY SYSTEM sysname OFFLINE. REPLY SYSNAME=sysname TO REMOVE sysname OR C TO CANCEL. IXC372I VARY REJECTED, SYSTEM sysname text; IXC373I...
Read more >Catalyst 4500 Series Switch Cisco IOS System Message ...
Error Message C4K_CHASSIS-3-LINECARDNOTVALIDINSLOT: Module (Field Replaceable ... Explanation Due to a lack of memory 802.1X cannot perform ...
Read more >Operations Machine Messages - SMA Technologies Online Help
1, SMA0062, OpCon transaction XML field code is invalid ... The LSAM is unable to start a DEMAND run due to lack of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Switching from spreadssheets to Neptune.ai and How it Pushed…
The truth is that I just wanted to use resuming in debug mode which initially did not work for me so I tried offline mode, which also failed.
On Mon, 7 Jun 2021 at 14:52, Marcin Mycek @.***> wrote: