qri-io / desktop

Qri Desktop
https://qri.io/desktop
GNU General Public License v3.0
67 stars 14 forks source link

Unable to view any of my datasets #359

Closed dustmop closed 4 years ago

dustmop commented 4 years ago

On OSX El Capitan 10.11.6

Clicking any of the datasets in my dataset list showing this broken view: Screen Shot 2019-12-06 at 5 10 43 PM

My developer tools shows this (not super interesting): Screen Shot 2019-12-06 at 5 10 53 PM

But the terminal running runs shows this (more promising?): Screen Shot 2019-12-06 at 5 10 59 PM

dustmop commented 4 years ago

In this particular case, this appears to have been caused by a checked out dataset having its working directory deleted. My repo still thought it was linked, which broke the dataset lookup. This has been fixed by with https://github.com/qri-io/qri/pull/1049, all I had to do was run qri list in a terminal, then refresh the desktop app. In the future, this qri list step will become unnecessary.