I kept getting an error from my uplink code that I did not understand (I thought I fixed it). However the error kept coming in. I got suspicious when the error pointed to code that did not exist anymore.
Then I completely disabled the uplink in the IDE. I still get the same error.
I have no idea how this can happen and also no idea how to fix it.
Thx for the tip. It is not the cause of my problem. 100% sure because the stack trace contains mysql connector error code. So it’s definitely not server code.
Maybe an old machine still connected and running an older version?
I sometimes open PyCharm, debug an uplink, when it works I check it in to the git repository, go to the production server, pull it, start it and… the old one is still there, because I forgot PyCharm with the test version still running from the previous week.
I would love to have a dashboard that says what’s where