-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: table tbl_appbrowse_0349983844 has 53 columns but 47 values were supplied 6.72fw #8
Comments
Same here. Trying to find a cheap fix. If someone else manages to do it before me, please post the method here |
Found a fix:
The issue seems to stem from the fact that there is a slight difference between the 5.05 DB and the 6.72 DB. I installed a game, used FTP to extract the DB, then checked what to fill. What i added are the last 6 entries in the above code. Hopefully the repo's owner will add this fix to their code. |
here is the working v with 6.72 thank @LilShah for the code it has be compiled and is not stable and works with 6.72 |
i should really add a FW selector, as i know this was also an issue with other FWs |
Hi, |
Thanks it fixed it cheers. |
thanks, but the file from zippyshare says corrupted, and from mega need the decrpyt key, please help |
Thanks @LilShah for the fix! For your convenience I have created a fork that has the fix applied, which seems to work for firmware 7.02, too: https://github.com/hippie68/PS4_db_rebuilder_6.72_7.02 |
Use Itemzflow, which works better than any script: |
i'm on fw 6.72 all of my file disappeared so im using fix_db.py
always ending up with same error
line 90, in
cursor.execute("INSERT INTO %s VALUES %s;" % (tbl[0], ', '.join(sql_list)))
sqlite3.OperationalError: table tbl_appbrowse_0349983844 has 53 columns but 47 values were supplied
can anyone help
The text was updated successfully, but these errors were encountered: