guilded-bridge icon indicating copy to clipboard operation
guilded-bridge copied to clipboard

A message bridge between Discord and Guilded

Results 4 guilded-bridge issues
Sort by recently updated
recently updated
newest added

/root/guilded-bridge/node_modules/@guildedjs/guilded.js/dist/structures/Base.js:12 this.id = data.id.toString(); ^ TypeError: Cannot read properties of undefined (reading 'id') at new Base (/root/guilded-bridge/node_modules/@guildedjs/guilded.js/dist/structures/Base.js:12:24) at new User (/root/guilded-bridge/node_modules/@guildedjs/guilded.js/dist/structures/User.js:20:9) at new ClientUser (/root/guilded-bridge/node_modules/@guildedjs/guilded.js/dist/structures/Client.js:178:9) at Client. (/root/guilded-bridge/node_modules/@guildedjs/guilded.js/dist/structures/Client.js:109:25) at Generator.next...

`> [email protected] start > node index.js X:\Desktop\guilded-bridge\node_modules\@guildedjs\guilded.js\dist\structures\Base.js:12 this.id = data.id.toString(); ^ TypeError: Cannot read properties of undefined (reading 'id') at new Base (X:\Desktop\guilded-bridge\node_modules\@guildedjs\guilded.js\dist\structures\Base.js:12:24) at new User (X:\Desktop\guilded-bridge\node_modules\@guildedjs\guilded.js\dist\structures\User.js:20:9) at new ClientUser...

When I try to start it with `npm start`, I get this error: ![image](https://user-images.githubusercontent.com/77215030/196343288-e23cd106-0c92-4704-8eaa-c400300e9e69.png) How can I fix this?

`GuildedAPIError: [GuildedAPIError:428:POST] /login - MFA required` Is there any other way to have this bridge to work without deactivating 2FA?