Steps to reproduce
installed podnotes plugin and tried to enable it => error message
Did you follow the troubleshooting guide? [Y/N]
Yes, same error in sandbox
here is the error message from the developer console:
app.js:1 Plugin failure: podnotes Error: this environment is missing the following Web Fetch API type: Request is not defined. Add one of these imports before your first import … from 'openai'
:
import 'openai/shims/node'
(if you’re running on Node)import 'openai/shims/web'
(otherwise)at getRuntime (plugin:podnotes:9477:11)
at anonymous (plugin:podnotes:9519:12)
at e. (app.js:1:2223924)
at app.js:1:239608
at Object.next (app.js:1:239713)
at a (app.js:1:238431)
here is my debug info:
SYSTEM INFO:
Obsidian version: v1.8.0
Installer version: v1.6.3
Operating system: Windows 11 Pro 10.0.26100
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: dark
Community theme: Minimal v7.7.18
Snippets enabled: 3
Restricted mode: off
Plugins installed: 65
Plugins enabled: 28
1: Templater v2.9.1
2: Excalidraw v2.7.4
3: Hotkeys for templates v1.4.3
4: Hotkeys++ v0.2.7
5: Minimal Theme Settings v8.1.1
6: Strange New Worlds v2.3.2
7: Periodic Notes v0.0.17
8: Style Settings v1.0.9
9: Tag Wrangler v0.6.1
10: Underline v1.3.0
11: Quick Latex v2.6.5
12: Dataview v0.5.67
13: MSG Handler v0.0.6
14: Tasks v7.14.0
15: Recent Files v1.7.3
16: Commander v0.5.2
17: Whisper v1.5.5
18: Media Extended v3.2.6
19: File path to URI v1.4.1
20: Shell commands v0.23.0
21: Spaced Repetition v1.13.2
22: Solve v1.0.3
23: QuickAdd v1.11.5
24: Map View v5.0.3
25: Voice v1.0.0
26: RSS Reader v1.2.2
27: Excel v1.3.24
28: Advanced Slides v1.20.0
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.