Mark Harrison
Mark Harrison
Try it now... I think my mental model is broken, I was thinking it was a self-contained patch, and was fiddling around to understand go.mod. I think I've set everything...
If somebody can point me to a log file, etc, I'm happy to help troubleshoot...
Ah, most excellent! The plugins directory was owned by root/admin with perms of 755. I chmodded to 777, and it installed with no problem. chmodded back to 755, file/import.../stl importer...
On 3/27/13 8:40 AM, Thomas Thomassen wrote: > So, you where logged in as root? and root had permissions of 755? > > Or where you logged in as another...
On 7/15/13 10:28 AM, Thomas Thomassen wrote: > Have you checked the folder permissions? > > — > Reply to this email directly or view it on GitHub https://github.com/SketchUp/sketchup-stl/issues/69#issuecomment-20986861. Specifically,...
Here is a pure sql test case. Note that three things seem to be required to cause the error: - one row inserted outside of transaction - one row inserted...
@hannes I must have made a build mistake... I did "git pull; make" which gave me this version which exhibited the error. ``` v0.8.2-dev2842 6421a36e94 ``` But when I deleted...
I can confirm we're getting this error as well. It looks like there's a synchronization issue, which we're going to investigate further.
Addendum: Even with this workaround, this internal error has come back. Adding full stack trace to main text above. ``` SELECT count(*) FROM CityRecords; Run Time (s): real 0.232 user...
Thanks @staticlibs. If DATA_PATH is given for postgres or sqlite on non-creation ATTACH, everything works as expected. So I think that it's probably a bug that mysql doesn't do the...