You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2021/06/20 16:00:06 UTC

[GitHub] [incubator-pagespeed-mod] jwest75674 edited a comment on issue #2070: Support Request: "not a valid experiment spec" - "ModPagespeedExperimentSpec id=1;percent=50;default"

jwest75674 edited a comment on issue #2070:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2070#issuecomment-864575092


   Yes, and I've tried adding more lines, the issue appears to actually be at line 76, but I suspect somone assumed zero-based somewhere when they should use used one (or something)
   The ==> <== is always one line above:
   `ModPagespeedExperimentSpec id=1;percent=50;default`
   
   If I remove the spaced, the error becomes:
   ```
   	72  ModPagespeedUseAnalyticsJs off
   	73 ==> ModpagespeedAnalyticsID UA-00000000-1 <===
   	74  ModPagespeedExperimentSpec id=1;percent=50;default
   	75  ModPagespeedExperimentSpec id=2;percent=50
   ```
   
   if I add more space it becomes:
   ```
   	--- /etc/apache2/conf.modules.d/456_pagespeed.conf ---
   	70  ModPagespeedEnableFilters insert_ga
   	71  ModPagespeedRunExperiment on
   	72  ModPagespeedUseAnalyticsJs off
   	73  ModpagespeedAnalyticsID UA-00000000-1 #hidden
   	74
   	75
   	76
   	77
   	78 ===>  <===
   	79  ModPagespeedExperimentSpec id=1;percent=50;default
   	80  ModPagespeedExperimentSpec id=2;percent=50
   	81
   	82
   	83  
   	84  # ModPagespeedDomain
   	--- /etc/apache2/conf.modules.d/456_pagespeed.conf ---
   ```
   etc.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org