vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Data are randomly lost if using projects #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am working with 3-4 projects. Randomly I cannot load project's data and this 
message appears: "Can't find default endpoint for this project." In this case 
project's data cannot be loaded.

How can I get log to you in this case? 

Original issue reported on code.google.com by ing.kare...@gmail.com on 29 Nov 2012 at 7:51

GoogleCodeExporter commented 8 years ago
Or how can I manually delete project's data? There is no way from this error.

Original comment by ing.kare...@gmail.com on 29 Nov 2012 at 7:53

GoogleCodeExporter commented 8 years ago
You can check if your data exists in DB. Open chrome inspector, go to resources 
bar and then to the Web SQL item. There is "projects" table containing project 
names and "request_data" table which contain requests data.

Is there any error message in "Console" tab in chrome inspector when this 
message appears? You can enable debug in app settings.

Original comment by jarro...@gmail.com on 9 Dec 2012 at 6:49

GoogleCodeExporter commented 8 years ago
I have looked at the projects in question that are exhibiting the same problem 
as the above user describes and there is no corresponding projectID in the 
request_data table.  The two projects I am having trouble with are "2" and "7". 
 I can see the requests for one of the projects that is having trouble but its 
id is "0" so there's definitely a disconnect.

Can this database be edited?  I'd like to delete the problematic projects and 
try to set them up again.

Original comment by masonfo...@gmail.com on 23 Jun 2014 at 10:17

GoogleCodeExporter commented 8 years ago
Database can only be edited via javascript interface. You can try edit it by 
you own. See how-to article 
http://html5doctor.com/introducing-web-sql-databases/ for more information.

Original comment by jarro...@gmail.com on 22 Sep 2014 at 2:49

GoogleCodeExporter commented 8 years ago
Anyway new version will use IndexedDb instead of WebSQL so the issue will not 
be valid then. I'll live it open until new version appear in the store.

Original comment by jarro...@gmail.com on 22 Sep 2014 at 2:50