AB1908 / GOG-Galaxy-Export-Script

Export your list of games from GOG Galaxy
MIT License
149 stars 27 forks source link

sqlite3.OperationalError #19

Closed toastmonster closed 4 years ago

toastmonster commented 4 years ago

Traceback (most recent call last): File "galaxy_library_export.py", line 39, in cursor.execute(owned_game_filtered_data) sqlite3.OperationalError: near ")": syntax error

AB1908 commented 4 years ago

Could you check the brackets on the queries in line 30-31? I'm certain this worked on my system before I pushed it.

toastmonster commented 4 years ago

Can't see anything wrong. There appears to be the right number of opening and closing brackets (using Notepad++ to show the pairing) so I have no suggestions, sorry.

AB1908 commented 4 years ago

Was able to reproduce. Let me see where I goofed.