You were right in thinking the windows update DID NOT matter (I had looked up a similar error message elsewhere where the update seemed to the culprit, but not so here).
I was able to create the new app and recreate the old app. So really, all is good. But...
If possible, I would like to use my git repository on both machines.
What I'm going to try is copying over the new engine and config folder to the old repository and seeing if it will work.
If that doesn't work...no real worries...
let me know if you think any other folders would be the culprits, but otherwise I'll just upload the new version to a new repository.
In any case, I'll consider this case closed -- do I close it or does the site admin?
Thanks so much!
4 years ago
#11
4 years ago
#12
You close it by selecting the correct answer, the star
Dan
Dan
4 years ago
#13
Duh! Thanks, Dan!
2 years ago
#14
I get a javascript error creating a new app with Trongate app on Mac Sonoma. And the app will not finish.
Here's the (long) error:
Uncaught Exception:
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
at Sequence._packetToError (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
at Handshake.ErrorPacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/sequences/Handshake.js:123:18)
at Protocol._parsePacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:38:16)
at Socket. (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:88:28)
at Socket. (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:526:10)
at Socket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
--------------------
at Protocol._enqueue (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at Connection.connect (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:116:18)
at Connection._implyConnect (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:454:10)
at Connection.query (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:196:8)
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:65:16
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:136:3
at new Promise ()
at slowLoop (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:131:9)
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:63:4
Here's the (long) error:
Uncaught Exception:
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
at Sequence._packetToError (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
at Handshake.ErrorPacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/sequences/Handshake.js:123:18)
at Protocol._parsePacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:38:16)
at Socket. (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:88:28)
at Socket. (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:526:10)
at Socket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
--------------------
at Protocol._enqueue (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at Connection.connect (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:116:18)
at Connection._implyConnect (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:454:10)
at Connection.query (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql/lib/Connection.js:196:8)
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:65:16
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:136:3
at new Promise ()
at slowLoop (/Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:131:9)
at /Applications/Trongate.app/Contents/Resources/app.asar/node_modules/mysql-import/mysql-import.js:63:4
2 years ago
#15
Hi anunes, please create a new thread... Just a heads up - Macs are very picky with permissions. What I'm seeing in that error dump is your MySQL install hasn't permitted the Desktop app to use whatever user (root, etc...) you set when creating the Trongate app.