Help with running script
|
|
I keep getting this message:
|
|
|
Hey, can you make sure you have installed v0.22? I had a bug in v0.21 regarding tokens. |
|
|
Unfortunately, still getting same error. I uninstalled and reinstalled latest version. |
|
|
Okay. Not sure if there is an incompatibility with saving/retrieving Greasemonkey's variables or with Lighthouse. Let's try this: Create a token with read AND write access from your Lighthouse user profile page (top right link). Then on line 44: var accessToken = ... Replace GM_getValue(getProjectId() + "_token", '') with "[your token]". Does that work? |
|
|
Just debugged with a friend who had the same problem. Made a fix in v0.31 to use HTTPS for all requests instead of HTTP, and it seemed to work. |
|
|
You can also create a token manually (name it "greasemonkey") by clicking on your username at the top. |
|
|
Try the latest version v0.33. |
|
|
v0.34 shows all milestones, including old ones. |