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

when show table second time, it does not work, nothing to show #120

Closed
lisonge opened this issue Jul 15, 2020 · 8 comments
Closed

when show table second time, it does not work, nothing to show #120

lisonge opened this issue Jul 15, 2020 · 8 comments
Labels
bug Something isn't working

Comments

@lisonge
Copy link

lisonge commented Jul 15, 2020

GIF 2020-7-16 1-42-22

@lisonge lisonge changed the title when show table second time, it does work, nothing to show when show table second time, it does not work, nothing to show Jul 16, 2020
@AlexCovizzi AlexCovizzi added the bug Something isn't working label Jul 20, 2020
@Xantim
Copy link

Xantim commented Jul 20, 2020

Two more people in my class also ran into this! Thanks for looking into it!

@weslleyalmeid
Copy link

I'm also having this problem and I know a few more people who are also having the same problems

@AlexCovizzi
Copy link
Owner

@weslleyalmeid @Xantim @lisonge I'll look into it this weekend, in the meantime, can you share the logs? In the configuration set "sqlite.logLevel": "DEBUG" and then run the command "SQLite: Show Output", thanks

@weslleyalmeid
Copy link

@weslleyalmeid @Xantim @lisonge I'll look into it this weekend, in the meantime, can you share the logs? In the configuration set "sqlite.logLevel": "DEBUG" and then run the command "SQLite: Show Output", thanks

first I run at 10:12 AM which worked perfectly, then I closed the side flap and at 10:13 I ran the command again and at that moment it didn't work, follow the log link SQLite: Show Output

@lisonge
Copy link
Author

lisonge commented Jul 23, 2020

@AlexCovizzi

log record

2020-07-23 12-25-36

log output

[下午12:25:07][vscode-sqlite][INFO] Activating extension vscode-sqlite v0.8.2...
[下午12:25:07][vscode-sqlite][INFO] Extension activated.
[下午12:25:11][vscode-sqlite][DEBUG] SQLite3 command: 'sqlite3'
[下午12:25:11][vscode-sqlite][DEBUG] Database path: 'e:\Documents\Projects\pixiv-bucket\assets\illust-info.db'
[下午12:25:11][vscode-sqlite][DEBUG] Query: SELECT * FROM `artwork`;
[下午12:25:11][vscode-sqlite][DEBUG] Statements:
[{"sql":"SELECT * FROM `artwork`;","position":{"start":[0,0],"end":[0,23]},"type":"SELECT"}]
[下午12:25:16][vscode-sqlite][DEBUG] SQLite3 command: 'sqlite3'
[下午12:25:16][vscode-sqlite][DEBUG] Database path: 'e:\Documents\Projects\pixiv-bucket\assets\illust-info.db'
[下午12:25:16][vscode-sqlite][DEBUG] Query: SELECT * FROM `artwork`;
[下午12:25:16][vscode-sqlite][DEBUG] Statements:
[{"sql":"SELECT * FROM `artwork`;","position":{"start":[0,0],"end":[0,23]},"type":"SELECT"}]

sqlite file: google drive

but i think this log is useless

@AlexCovizzi
Copy link
Owner

Looked into it, apparently the webview resources are not found the second time, maybe something was changed in th way that VSCode loads the resources, anyway I'm rewriting that part so it should be fixed in the next release

@luciano-schirmer
Copy link

Same issue here!

Looked into it, apparently the webview resources are not found the second time, maybe something was changed in th way that VSCode loads the resources, anyway I'm rewriting that part so it should be fixed in the next release

Thanks

@AlexCovizzi
Copy link
Owner

Fixed in version 0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants