nikoschalikias / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 1 forks source link

Line breaks here (eggbot_hatch.inx) made the extension not load for me. #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:29: parser error : 
Specification mandate value for attribute 
   _gui-text="   Hatch angle (degrees)">90</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:29: parser error : 
attributes construct error
   _gui-text="   Hatch angle (degrees)">90</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:29: parser error : 
Couldn't find end of Start Tag param line 28
   _gui-text="   Hatch angle (degrees)">90</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:29: parser error : 
Opening and ending tag mismatch: page line 16 and param
   _gui-text="   Hatch angle (degrees)">90</param>
                                                     ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:31: parser error : 
Specification mandate value for attribute 
   _gui-text="   Hatch spacing (steps)">6.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:31: parser error : 
attributes construct error
   _gui-text="   Hatch spacing (steps)">6.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:31: parser error : 
Couldn't find end of Start Tag param line 30
   _gui-text="   Hatch spacing (steps)">6.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:35: parser error : 
Specification mandate value for attribute 
   _gui-text="   Tolerance (default: 20)">20.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:35: parser error : 
attributes construct error
   _gui-text="   Tolerance (default: 20)">20.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:35: parser error : 
Couldn't find end of Start Tag param line 34
   _gui-text="   Tolerance (default: 20)">20.0</param>
      ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:35: parser error : 
Opening and ending tag mismatch: inkscape-extension line 2 and param
   _gui-text="   Tolerance (default: 20)">20.0</param>
                                                         ^
/home/user/.config/inkscape/extensions/eggbot_hatch.inx:36: parser error : 
Extra content at the end of the document
  <param name="crossHatch" type="boolean"
  ^

** (inkscape:18582): WARNING **: Unable to create extension from definition 
file /home/user/.config/inkscape/extensions/eggbot_hatch.inx.

Original issue reported on code.google.com by Nato...@gmail.com on 25 Sep 2014 at 3:31

Attachments:

GoogleCodeExporter commented 8 years ago
Also, there are weird \xef characters being used as indents (instead of spaces) 
in eggbot_hatch.py. I couldn't submit the patch because Google kept giving 
errors.

Original comment by Nato...@gmail.com on 25 Sep 2014 at 3:53

GoogleCodeExporter commented 8 years ago
Is this the same issue as #70?

We've been unable to update the downloads for quite some time due to the 
gradual death of Google Code; migration to github is underway....

Original comment by windell@oskay.net on 25 Sep 2014 at 3:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Seems so. I fixed it by removing those line breaks (and those indents I talked 
about in comment #1) and it works fine now.

Original comment by Nato...@gmail.com on 25 Sep 2014 at 4:01

GoogleCodeExporter commented 8 years ago
To be specific, the entire program didn't crash, it just refused to load the 
extension and carried on as normal.

Original comment by Nato...@gmail.com on 25 Sep 2014 at 4:02

GoogleCodeExporter commented 8 years ago
Re-opened as https://github.com/evil-mad/EggBot/issues/6  
Hopefully, can fix this now. :)

Original comment by windell@oskay.net on 15 Dec 2014 at 10:13