felony icon indicating copy to clipboard operation
felony copied to clipboard

Uncaught Exception: Command Failed [WINDOWS]

Open cdokolas opened this issue 8 years ago โ€ข 16 comments

I get the following when I launch Felony-0.10.2-win.exe on my Windows 10 machine.

Notes:

  • Initially, the splash graphic/animation comes on and a small Electron window right behind it.
  • After a few seconds, the dialog shown in the screenshot appears.
  • The dialog closes by itself after a few seconds and is repeated a second time (the second time it stays until I press Ok).
  • The Electron window (I assume it is the basic Electron UI before the app loads) stays on screen, but I can't do much with the menus.
  • After a while, I see the same error dialog again (several minutes must pass).

felony_1

cdokolas avatar Jul 04 '16 13:07 cdokolas

I confirm the same error on Windows, just tried the same build 10 minutes ago.

globz avatar Jul 04 '16 13:07 globz

Whoops... Would super appreciate a PR on this issue!

henryboldi avatar Jul 04 '16 14:07 henryboldi

same here (also win10). Text of the error for easy reading:

[Window Title]
Error

[Main Instruction]
A JavaScript error occurred in the main process

[Content]
Uncaught Exception:
Error: Command failed: 4294967295
System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.FileDownloader.<DownloadUrl>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.UpdateManager.<CheckForUpdate>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Update.Program.<Download>d__5d.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Squirrel.Update.Program.executeCommandLine(String[] args)
   at Squirrel.Update.Program.main(String[] args)
   at Squirrel.Update.Program.Main(String[] args)
---> (Inner Exception #0) System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
   at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Squirrel.FileDownloader.<DownloadUrl>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3f.Mov

cougarten avatar Jul 04 '16 15:07 cougarten

Also happens with Version 0.10.3

AyrA avatar Jul 04 '16 18:07 AyrA

I've had this error occur on windows 7 also

nopesled avatar Jul 06 '16 15:07 nopesled

I'm having this problem as well on Windows 7 and felony-0.10.3

pherelad avatar Aug 15 '16 18:08 pherelad

System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.

Seems like the installer is crashing because a remote server fails on him (Error 500). Any idea what the installer is fetching during install?

IwishIcanFLighT avatar Aug 17 '16 07:08 IwishIcanFLighT

I have this problem on osx sometimes. I'll launch the app and the local host web server will not be running yet.

On Wed, Aug 17, 2016, 3:39 AM Florent Leger [email protected] wrote:

System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.

Seems like the installer is crashing because a remote server fails on him (Error 500). Any idea what the installer is fetching during install?

โ€” You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-240336964, or mute the thread https://github.com/notifications/unsubscribe-auth/AFu9R0qRsLzXzGJ9VI2DHyQAJuTJPEGlks5qgrqxgaJpZM4JEX2N .

frankcash avatar Aug 17 '16 15:08 frankcash

Any fix for this problem?

michaelpittino avatar Aug 19 '16 02:08 michaelpittino

any updates on this? or another way of getting it working?

maiph avatar Aug 27 '16 14:08 maiph

Hey Maiph, I don't have access to Windows but if you'd love to hop on hangouts or Skype sometime I'd help debug this. I would also accept a PR (and love to do such)

On Sat, Aug 27, 2016, 10:31 AM maiph [email protected] wrote:

any updates on this? or another way of getting it working?

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920364, or mute the thread https://github.com/notifications/unsubscribe-auth/AFu9RzTvSVYwO4P06wdpH_UcHqmJEUdQks5qkEoygaJpZM4JEX2N .

frankcash avatar Aug 27 '16 14:08 frankcash

I can help on hangout. Just send a message there.

On sรกb, ago 27, 2016 at 3:33 PM, Frank Cash [email protected] wrote: Hey Maiph, I don't have access to Windows but if you'd love to hop on hangouts or Skype sometime I'd help debug this. I would also accept a PR (and love to do such)

On Sat, Aug 27, 2016, 10:31 AM maiph [email protected] wrote:

any updates on this? or another way of getting it working?

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920364, or mute the thread https://github.com/notifications/unsubscribe-auth/AFu9RzTvSVYwO4P06wdpH_UcHqmJEUdQks5qkEoygaJpZM4JEX2N .

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub [https://github.com/henryboldi/felony/issues/14#issuecomment-242920529] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ASoM-3p76qxw0uhz0S7ZGYijNV1ea605ks5qkErNgaJpZM4JEX2N] .

maiph avatar Aug 27 '16 14:08 maiph

Sounds good, could we schedule something for sometime during the week like Wednesday or Thursday?

On Sat, Aug 27, 2016, 10:38 AM maiph [email protected] wrote:

I can help on hangout. Just send a message there.

On sรกb, ago 27, 2016 at 3:33 PM, Frank Cash [email protected] wrote: Hey Maiph, I don't have access to Windows but if you'd love to hop on hangouts or Skype sometime I'd help debug this. I would also accept a PR (and love to do such)

On Sat, Aug 27, 2016, 10:31 AM maiph [email protected] wrote:

any updates on this? or another way of getting it working?

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920364, or mute the thread < https://github.com/notifications/unsubscribe-auth/AFu9RzTvSVYwO4P06wdpH_UcHqmJEUdQks5qkEoygaJpZM4JEX2N

.

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub [ https://github.com/henryboldi/felony/issues/14#issuecomment-242920529] , or mute the thread [ https://github.com/notifications/unsubscribe-auth/ASoM-3p76qxw0uhz0S7ZGYijNV1ea605ks5qkErNgaJpZM4JEX2N] .

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920830, or mute the thread https://github.com/notifications/unsubscribe-auth/AFu9RxwuN0-4bU-399raBj1owV09oyL_ks5qkEvdgaJpZM4JEX2N .

frankcash avatar Aug 27 '16 14:08 frankcash

Wednesday sounds good

On sรกb, ago 27, 2016 at 3:39 PM, Frank Cash [email protected] wrote: Sounds good, could we schedule something for sometime during the week like Wednesday or Thursday?

On Sat, Aug 27, 2016, 10:38 AM maiph [email protected] wrote:

I can help on hangout. Just send a message there.

On sรกb, ago 27, 2016 at 3:33 PM, Frank Cash [email protected] wrote: Hey Maiph, I don't have access to Windows but if you'd love to hop on hangouts or Skype sometime I'd help debug this. I would also accept a PR (and love to do such)

On Sat, Aug 27, 2016, 10:31 AM maiph [email protected] wrote:

any updates on this? or another way of getting it working?

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920364, or mute the thread < https://github.com/notifications/unsubscribe-auth/AFu9RzTvSVYwO4P06wdpH_UcHqmJEUdQks5qkEoygaJpZM4JEX2N

.

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub [ https://github.com/henryboldi/felony/issues/14#issuecomment-242920529] , or mute the thread [ https://github.com/notifications/unsubscribe-auth/ASoM-3p76qxw0uhz0S7ZGYijNV1ea605ks5qkErNgaJpZM4JEX2N] .

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/henryboldi/felony/issues/14#issuecomment-242920830, or mute the thread https://github.com/notifications/unsubscribe-auth/AFu9RxwuN0-4bU-399raBj1owV09oyL_ks5qkEvdgaJpZM4JEX2N .

โ€” You are receiving this because you commented. Reply to this email directly, view it on GitHub [https://github.com/henryboldi/felony/issues/14#issuecomment-242920914] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ASoM-x5495vp5TtskvZIJDU5oM3iMDwvks5qkEw7gaJpZM4JEX2N] .

maiph avatar Aug 27 '16 14:08 maiph

Same error here... Any update planned to fix this ? Thanks

Maxime10 avatar Sep 26 '16 10:09 Maxime10

Hmm, I don't have a windows machine and I missed a chance to hangout with someone who does. If another contributor that has windows will fix this that'd be great. I'd also love to merge in a contribution for this.

frankcash avatar Sep 26 '16 19:09 frankcash