Git Product home page Git Product logo

Comments (30)

IamSurendraThota avatar IamSurendraThota commented on May 31, 2024 31

i resolved this issue by installing the sentry wizard globally and call the wizard like below.

$ npm install -g @sentry/wizard
$ sentry-wizard

then follow the instructions

from sentry-wizard.

jaz-ortizv avatar jaz-ortizv commented on May 31, 2024 12

I'm in windows, the problem was that the documentation send ios and android, just do the
yarn sentry-wizard and select only android.
image

from sentry-wizard.

elisechant avatar elisechant commented on May 31, 2024 9

Using the --skip-connect flag worked for me:

yarn sentry-wizard -i reactNative -p ios android --skip-connect --debug

from sentry-wizard.

lunatupini avatar lunatupini commented on May 31, 2024 2

i resolved this issue by installing the sentry wizard globally and call the wizard like below.

$ npm install -g @sentry/wizard
$ sentry-wizard

then follow the instructions

Thanks. This solve my problem

from sentry-wizard.

arthedza avatar arthedza commented on May 31, 2024 2

I'm in windows, the problem was that the documentation send ios and android, just do the
yarn sentry-wizard and select only android.
image

npx sentry-wizard is worked too

from sentry-wizard.

miladdev85 avatar miladdev85 commented on May 31, 2024 2

npx @sentry/wizard@latest -s -i reactNative gives me the following error:

Running Sentry Wizard...
version: 3.14.1 | sentry-cli version: 1.75.2
..................
node:events:505
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on PassThrough instance at:
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'
}

Edit:
I updated Node to latest and it's working now.

from sentry-wizard.

samuk190 avatar samuk190 commented on May 31, 2024 1

react-native 0.63.1 working after
yarn global add @sentry/wizard
after that sentry-wizard

from sentry-wizard.

kamilogorek avatar kamilogorek commented on May 31, 2024 1

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated.
Please do not hesitate to ping me if it is still relevant, and I will happily reopen it.
Cheers!

from sentry-wizard.

IamSurendraThota avatar IamSurendraThota commented on May 31, 2024

yes i am also facing the same issue how to resolve ?

from sentry-wizard.

lunatupini avatar lunatupini commented on May 31, 2024

Same issue here. I'm stuck on this

from sentry-wizard.

elisechant avatar elisechant commented on May 31, 2024

Screen Shot 2019-09-08 at 5 01 19 am

still an issue on these specs:

$ ยป node_modules/.bin/react-native info   
System:
    OS: macOS 10.14.5
    CPU: (8) x64 Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz
    Memory: 129.17 MB / 8.00 GB
    Shell: 5.3 - /bin/zsh
  Binaries:
    Node: 10.16.0 - ~/.nvm/versions/node/v10.16.0/bin/node
    Yarn: 1.17.3 - ~/.nvm/versions/node/v10.16.0/bin/yarn
    npm: 6.10.3 - ~/.nvm/versions/node/v10.16.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
    Android SDK:
      API Levels: 29
      Build Tools: 29.0.0
  IDEs:
    Xcode: 10.1/10B61 - /usr/bin/xcodebuild
  npmPackages:
    react: 16.8.6 => 16.8.6
    react-native: 0.60.4 => 0.60.4
  npmGlobalPackages:
    react-native-cli: 2.0.1

What is the expectation for once Wizard in the browser loads?

from sentry-wizard.

mustafahafidi avatar mustafahafidi commented on May 31, 2024

Same for --integration electron, stuck on "Waiting for wizard to connect"

from sentry-wizard.

waqaramjad avatar waqaramjad commented on May 31, 2024

same here react native below 0.60

from sentry-wizard.

Awais6 avatar Awais6 commented on May 31, 2024

i resolved this issue by installing the sentry wizard globally and call the wizard like below.

$ npm install -g @sentry/wizard
$ sentry-wizard

then follow the instructions

Thank You

from sentry-wizard.

iker-barriocanal avatar iker-barriocanal commented on May 31, 2024

Can you run the wizard with --debug true and post the output?

from sentry-wizard.

SleeplessByte avatar SleeplessByte commented on May 31, 2024

@kamilogorek I doubt this is fixed given all the posts above and no associated commit.

from sentry-wizard.

Kaijonsson avatar Kaijonsson commented on May 31, 2024

@kamilogorek
I'm stuck on waiting :(
Tried all of the above answers.
Running React native 0.6+

from sentry-wizard.

Lms24 avatar Lms24 commented on May 31, 2024

Hi we changed quite a bit in the wizard since the last answer here. Is anyone still facing this issue? Please also let us know which SDK you're setting up. Thanks!

from sentry-wizard.

github-actions avatar github-actions commented on May 31, 2024

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." โ€• Ella Wheeler Wilcox ๐Ÿฅ€

from sentry-wizard.

krystofwoldrich avatar krystofwoldrich commented on May 31, 2024

@miladdev85 Thanks for the message and we are happy it works now.

from sentry-wizard.

Lms24 avatar Lms24 commented on May 31, 2024

I'm gonna close this issue, given that we heard nothing that needs fixing since my last reply. Please feel free to tag me or open a new issue if you're still experiencing problems with connecting to the wizard. Thanks!

from sentry-wizard.

VMBindraban avatar VMBindraban commented on May 31, 2024

npx @sentry/wizard@latest -s -i reactNative gives me the following error:

Running Sentry Wizard...
version: 3.14.1 | sentry-cli version: 1.75.2
..................
node:events:505
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on PassThrough instance at:
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'
}

Edit: I updated Node to latest and it's working now.

Which version of Node were you using? Seems to break in 16.

from sentry-wizard.

Lms24 avatar Lms24 commented on May 31, 2024

I can't reproduce this with Node 14, 16 or higher, sorry. Any chance that your network is blocking requests?

from sentry-wizard.

VMBindraban avatar VMBindraban commented on May 31, 2024

I used the --skip-connect flag. I am currently using 16 and i am not blocking any connections.
Could it be a OS related bug? (macos)

from sentry-wizard.

Lms24 avatar Lms24 commented on May 31, 2024

@VMBindraban I also tried this with --skip-connect and got through the entire RN wizard:

image

(I don't have an actual RN test project, which is why some of the steps failed)

I can't get your error message with this command. I'm also on MacOs btw.

from sentry-wizard.

VMBindraban avatar VMBindraban commented on May 31, 2024

Interestingly enough while npx @sentry/wizard -s -i reactNative doesn't work, using npx @sentry/wizard works.
When using my phone as internet provider both work.

Doesn't work:

projectRoot/android [ npx @sentry/wizard -s -i reactNative --verbose                                                                                                                                                                                main * ] 10:17 AM
Running Sentry Wizard...
version: 3.15.0 | sentry-cli version: 1.75.2
Sentry Wizard will help you to configure your project
Thank you for using Sentry :)
no URL provided, fallback to https://sentry.io/
? Select the platforms you like to set up: (Press <space> to select, <a> to toggle all, <i> to invert selection)iOS, Android


Please open
https://sentry.io/account/settings/wizard/***/?signup=1&project_platform=react-native
in your browser (if it's not open already)

/
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on PassThrough instance at:
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'

Works:

projectRoot/android [ npx @sentry/wizard                                                                                                                                                                                                            main * ] 10:22 AM
Running Sentry Wizard...
version: 3.15.0 | sentry-cli version: 1.75.2
Sentry Wizard will help you to configure your project
Thank you for using Sentry :)
? What platform do you want to set up? React Native
no URL provided, fallback to https://sentry.io/
? Select the platforms you like to set up: (Press <space> to select, <a> to toggle all, <i> to invert selection)iOS, Android


Please open
https://sentry.io/account/settings/wizard/***/
in your browser (if it's not open already)



โœ— react-native isn't in your dependencies.
  Please install it with yarn/npm.

from sentry-wizard.

Lms24 avatar Lms24 commented on May 31, 2024

When using my phone as internet provider both work
Hmm so it seems like something is blocking things on your regular network? ๐Ÿค”

from sentry-wizard.

VMBindraban avatar VMBindraban commented on May 31, 2024

When using my phone as internet provider both work
Hmm so it seems like something is blocking things on your regular network? ๐Ÿค”

The issue seems to be in the -s flag. Without it, it works.

from sentry-wizard.

VMBindraban avatar VMBindraban commented on May 31, 2024

Well i don't know why but i broke everything. I logout of Sentry and since then i keep getting the ECONNRESET error.

from sentry-wizard.

lucas-zimerman avatar lucas-zimerman commented on May 31, 2024

Odd that I am facing the same issue, but I noticed that only on MacOS it's triggering the error, on windows for the same project (and network) it's working just fine.

I also noticed that the wizard website is stucked on "Waiting for wizard to connect" and keeps calling this url nonstop
URL: https://sentry.io/api/0/wizard/n2tfi60puktlwc7h2g9u1blsuj6shk3agz1f4wslivr3fowzl7srjpsgibguey6c/

EDIT: On Windows I'm using Node 16.16.0 where on MacOS 16.14.0

EDIT: Updating node to 18.18.2 fixed for me

from sentry-wizard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.