-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
got this
node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#".] {
code: 'ERR_UNHANDLED_REJECTION'
}
after check
// Generate image from prompt only
let image1 = await WomboDream.generateImage(1, "dog", token).catch((error) => {
// Handle the error here
console.error("Error occurred:", error);
});
it's
Error occurred: { detail: 'Invalid token' }
maybie just miss somethinks not sure like Bearer on token, ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels