Skip to content

Expected VAR_SIGN error with smp-apply-github-pr-feedback #10

@mrbiggred

Description

@mrbiggred

Sometimes a Expected VAR_SIGN error raised when trying to resolve a conversation with the smp-apply-github-pr-feedback skill.

Reply posted. Now let me resolve the conversation thread.
                                                                                                                                
  Read 1 file (ctrl+o to expand)                                                                                                
                                                                                                                                
⏺ Bash(gh api graphql -f query='query($owner: String!, $repo: String!, $pr: Int!) { repository(owner: $owner, name: $repo) {    
      pullRequest(number: $pr) { reviewThreads(f…)                  
  ⎿  {                                                                                                                          
       "comments": {                                                
         "nodes": [                                                                                                             
     … +8 lines (ctrl+o to expand)                                  
                                                                                                                                
⏺ Bash(gh api graphql -f query='mutation($threadId: ID!) { resolveReviewThread(input: { threadId: $threadId }) { thread {    
      isResolved } } }' -f threadId="PRRT_kwDORtv36…)                                                                           
  ⎿  Error: Exit code 1                                                                                                         
     {"errors":[{"message":"Expected VAR_SIGN, actual: UNKNOWN_CHAR (\"\") at [1, 
     23]","locations":[{"line":1,"column":23}]}]}gh: Expected VAR_SIGN, actual: UNKNOWN_CHAR ("") at [1, 23]                    
                                                                                                                             
⏺ Bash(gh api graphql -f query='mutation($threadId: ID!) { resolveReviewThread(input: {threadId: $threadId}) { thread {         
      isResolved } } }' -f threadId="PRRT_kwDORtv36c5…)                                   
  ⎿  Error: Exit code 1                                                                                                         
     {"errors":[{"message":"Expected VAR_SIGN, actual: UNKNOWN_CHAR (\"\") at [1,                                               
     23]","locations":[{"line":1,"column":23}]}]}gh: Expected VAR_SIGN, actual: UNKNOWN_CHAR ("") at [1, 23]                    
                                                                                                                                
⏺ Bash(gh api graphql -f query='mutation ResolveThread { resolveReviewThread(input: {threadId: "PRRT_kwDORtv36c52xlQ_"}) {
      thread { isResolved } } }')                                                                                               
  ⎿  {       
       "data": {                                                                                                                
         "resolveReviewThread": {                                   
     … +6 lines (ctrl+o to expand)      

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions