Hello,
I'm trying to "adapt" a phoenix database for the emulator released by @Jonteh and I'm currently stuck with this MySQL error:
https://prnt.sc/pyq3rk
Hello,
I'm trying to "adapt" a phoenix database for the emulator released by @Jonteh and I'm currently stuck with this MySQL error:
https://prnt.sc/pyq3rk
item_ids should be a string
- - - Updated - - -
also if you run it from source or with the pdb file alongside the exe you'll see exactly which line the error is occuring on, making a very easy fix
According to the exception, it should be an integer, no? The code wants to turn the query reader value from a string (assuming default > boolean) into an integer.
Last edited by SuperLenoocs; 22-11-19 at 08:07 PM.