sublime-nano-bots icon indicating copy to clipboard operation
sublime-nano-bots copied to clipboard

Catridge not working

Open inddigital-xtech opened this issue 1 year ago • 1 comments

It was working fine but one day:

_Traceback (most recent call last): File "./python3.3/threading.py", line 901, in bootstrap_inner File "./python3.3/threading.py", line 858, in run File "C:\Users...\AppData\Roaming\Sublime Text\Packages\Nano Bots\nanobot_helpers.py", line 50, in fetch if cartridge['meta']['symbol']: TypeError: string indices must be integers

Please help me

inddigital-xtech avatar Jan 04 '24 00:01 inddigital-xtech

Hey, thanks for reporting the issue.

The public API was offline for some reason that I'm still investigating.

It's back now. You can check if it's up and running at this address: https://api.nbots.io

It should return something like this:

{
  "project": "Nano Bots API",
  "version": "1.6.0",
  "nano-bots": {
    "version": "3.0.1",
    "specification": "3.0.0"
  },
  "documentation": "https://spec.nbots.io",
  "live-editor": "https://clinic.nbots.io",
  "github": "https://github.com/icebaker/nano-bots-api",
  "plugins": [
    "https://github.com/icebaker/obsidian-nano-bots",
    "https://github.com/icebaker/sublime-nano-bots",
    "https://github.com/icebaker/vscode-nano-bots"
  ]
}

icebaker avatar Jan 06 '24 21:01 icebaker