-
When attempting to run this vignette and after making a token, specifying its path, I get this error after line 193: Error in eval(jsub, SDenv, parent.frame()) : object 'issue_id' not found I searched the vignette and found that that function was not present, which made it difficult to debug, though I know that issue_id is a parameter inside the specified config file kaiaulu.yml (placeholder is #[0-9]+). The comment for this parameter says to check the commit message to find out how to make a regex. I was wondering where to find the information required to make a regex for the issue_id parameter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, For reference, you can left click any line in the repo or multiple holding shift, then a pop-up will show where you can select copy permalink, which will auto-embed and reference the code region in case line 193 changes in the future: Are you referring to this line? I believe this requires a bit of familiarity with what an issue regex is, which means documentation has to be improved here if you are not familiar with them (commonly used in mining software repositories research). For Kaiaulu, the placeholder should have sufficed, however. Line 193 does not seem related to issue_id, so I am a bit confused. Could you double check the line is really that by using the permalink? |
Beta Was this translation helpful? Give feedback.
I believe that perhaps the issue_id was not found because there was not actually any data downloaded. The pathing was correct and I found that using "run all" would result in no data downloaded. I resolved this issue by running each chunk individually, which successfully downloaded the data and the above error did not reappear.