Skip to content
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

On Macro Deck backup, SQLite error. #18

Open
joaociocca opened this issue Jan 17, 2023 · 0 comments
Open

On Macro Deck backup, SQLite error. #18

joaociocca opened this issue Jan 17, 2023 · 0 comments

Comments

@joaociocca
Copy link

When I attempted to create a backup, there were 4 notifications of errors from the Spotify Plugin:

19:03:18 [Macro Deck] [Info] >> Sarting creation of backup: backup_23-01-17_19-03-18.zip
19:03:20 [SpotifyPlugin] [Error] >> Error: Cannot create commands from unopened database
   at SQLite.SQLiteConnection.CreateCommand(String cmdText, Object[] ps)
   at SQLite.TableQuery`1.GenerateCommand(String selectionList)
   at SQLite.TableQuery`1.ToList()
   at SQLite.TableQuery`1.FirstOrDefault()
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, String creator) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 151
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, MacroDeckPlugin plugin, String[] suggestions) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 186
   at Develeon64.SpotifyPlugin.Utils.SpotifyHelper.UpdateVars(Boolean wait) in D:\Temp\Develeon64.SpotifyPlugin\Utils\SpotifyHelper.cs:line 171
19:03:22 [SpotifyPlugin] [Error] >> Error: Cannot create commands from unopened database
   at SQLite.SQLiteConnection.CreateCommand(String cmdText, Object[] ps)
   at SQLite.TableQuery`1.GenerateCommand(String selectionList)
   at SQLite.TableQuery`1.ToList()
   at SQLite.TableQuery`1.FirstOrDefault()
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, String creator) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 151
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, MacroDeckPlugin plugin, String[] suggestions) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 186
   at Develeon64.SpotifyPlugin.Utils.SpotifyHelper.UpdateVars(Boolean wait) in D:\Temp\Develeon64.SpotifyPlugin\Utils\SpotifyHelper.cs:line 171
19:03:23 [Macro Deck] [Info] >> Backup successfully created: backup_23-01-17_19-03-18.zip
19:03:24 [SpotifyPlugin] [Error] >> Error: Cannot create commands from unopened database
   at SQLite.SQLiteConnection.CreateCommand(String cmdText, Object[] ps)
   at SQLite.TableQuery`1.GenerateCommand(String selectionList)
   at SQLite.TableQuery`1.ToList()
   at SQLite.TableQuery`1.FirstOrDefault()
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, String creator) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 151
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, MacroDeckPlugin plugin, String[] suggestions) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 186
   at Develeon64.SpotifyPlugin.Utils.SpotifyHelper.UpdateVars(Boolean wait) in D:\Temp\Develeon64.SpotifyPlugin\Utils\SpotifyHelper.cs:line 171
19:03:26 [SpotifyPlugin] [Error] >> Error: Cannot create commands from unopened database
   at SQLite.SQLiteConnection.CreateCommand(String cmdText, Object[] ps)
   at SQLite.TableQuery`1.GenerateCommand(String selectionList)
   at SQLite.TableQuery`1.ToList()
   at SQLite.TableQuery`1.FirstOrDefault()
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, String creator) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 151
   at SuchByte.MacroDeck.Variables.VariableManager.SetValue(String name, Object value, VariableType type, MacroDeckPlugin plugin, String[] suggestions) in E:\Repos\Macro-Deck-WinForms\Macro-Deck\Variables\VariableManager.cs:line 186
   at Develeon64.SpotifyPlugin.Utils.SpotifyHelper.UpdateVars(Boolean wait) in D:\Temp\Develeon64.SpotifyPlugin\Utils\SpotifyHelper.cs:line 171

Anything I can do to help troubleshoot this? Or is it some useless stuff that shouldn't affect anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant