Replies: 5 comments 7 replies
-
| What environment are you using Jira.js in? Is it browser / nodejs / electron? | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            -
| I've sent you an invite to the email address you have on Github, please let
me know if you've received it.
Thanks,
Manuele… On Wed, May 12, 2021 at 10:06 PM Vladislav Tupikin ***@***.***> wrote:
 My username: MrRefactoring
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#130 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AAUX6HZMVH34LYFH37RMEPDTNLUVVANCNFSM44YL4WKA>
 .
 | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| Thank you so much!… On Wed, 12 May 2021, 22:49 Vladislav Tupikin, ***@***.***> wrote:
 I got it. Thanks and I will check what is wrong
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#130 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AAUX6H23CBYRS4FNK73KSWTTNLZVHANCNFSM44YL4WKA>
 .
 | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| I've checked, the error is gone! Don't know how to thank you! Really
appreciate it!… On Wed, May 12, 2021 at 11:32 PM Vladislav Tupikin ***@***.***> wrote:
 I just create a hotfix in one of my libraries. Please remove node_modules
 folder, increase jira.js version to 2.2.1 and execute npm i
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#130 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AAUX6H2BKSAC2RQJ4T5VXCDTNL6ZDANCNFSM44YL4WKA>
 .
 | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        MrRefactoring
-
| Cool. That's awesome… On Wed, 12 May 2021, 23:55 Vladislav Tupikin, ***@***.***> wrote:
 It is very likely that we helped several dozen more people fix their
 applications.
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#130 (reply in thread)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AAUX6HZWGA77GXFOAGWB2ALTNMBORANCNFSM44YL4WKA>
 .
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I am now getting a new error with version 2.2.1:
TypeError: Cannot read property 'signals' of undefined
normalizeSignal
C:/Users/manup/src/signals.js:28
./node_modules/telemetry.jira.js/out/index.js
C:/Users/manup/git/better-jira-board/node_modules/telemetry.jira.js/out/index.js:16
If I comment the line:
new Version2Client({
host: "https://thingproxy.freeboard.io/fetch/xxx",
authentication: {
basic: {
email: "xxx",
apiToken: "xxx",
},
},
})
it goes away. Not sure if it's Jira.js or something else, but it's blocking me. Any suggestion please?
Thank
Beta Was this translation helpful? Give feedback.
All reactions