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

Catridge not working #2

Open
inddigital-xtech opened this issue Jan 4, 2024 · 1 comment
Open

Catridge not working #2

inddigital-xtech opened this issue Jan 4, 2024 · 1 comment

Comments

@inddigital-xtech
Copy link

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

@icebaker
Copy link
Owner

icebaker commented Jan 6, 2024

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"
  ]
}

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

2 participants