Jake

Results 3 comments of Jake

it just hangs at: `Object bean1 = serializer.dispense(clazz, dbNum, 0);` or `final byte[] buffer = this.connector.read(DaveArea.DB, areaNumber, result.blockSize, byteOffset);`

MikeFielden, thanks for the link :dancer: !

Have you tried other ways of importing? ``` const { ChatGPTAPI } = await import('chatgpt') // OR const importDynamic = new Function('modulePath', 'return import(modulePath)') const { ChatGPTAPI } = await...