-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible User Management Crash on Ubuntu 16.04 #478
Comments
Really? That's interesting. Never seen this before, can you accurately reproduce this crash? |
Not really. What will happen is the landing page will just randomly stop working. So I'll go in, disable the landing page and the various options (before login and notice). Then hit submit. I believe this is when this one happened. I'll wait until the next time the landing page just randomly stops coming up and then try to really pay attention to what i'm clicking. |
No one has ever reported anything with the landing page and I've not made any modifications to it this release so strange... the stacktrace unfortunately does not provide much information to go on. |
I got it to crash again. Same Stack Trace. I logged in as myself. Logged out. Went to the homepage. I didn't see the landing page. So I logged in. Unchecked the landing page and the 3 options. Logged out. Logged back in. Boom.
|
Cannot reproduce this, can you upload a .gif showing me what you are doing? ShareX is a good tool. |
I cannot reproduce this on the latest dev branch as I have fixed a few issues around it. Do you mind giving it a go? |
I'll give it a go when the next release is posted. Right now I don't have a .Net build environment set up. Thanks! |
@ratherDashing You don't need one ;) https://ci.appveyor.com/project/tidusjar/requestplex/build/1.9.764/artifacts |
I can't get it to crash now (hopefully) so it looks like this is fixed! Most of the times the landing page still doesn't come up before log in though even when configured like that. The userlogin page seems to the default page. If I log in, then go back to the default page, then I get the landing page. |
If this is a bug report please make sure you have filled the following in:
(If it's not a bug and a feature request then just remove the below)
Plex Requests.Net Version:
1.9
Operating System:
Ubuntu 16.04
Mono Version:
Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)
Applicable Logs (from
/logs/
directory or the Admin page):[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'System.Collections.Generic.List`1' threw an exception. ---> System.Threading.ThreadAbortException:
--- End of inner exception stack trace ---
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) <0x414e49c0 + 0x00083> in :0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x414e4550 + 0x0021a> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) <0x414e4510 + 0x00028> in :0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) <0x414e4440 + 0x00061> in :0
at System.Threading.ThreadHelper.ThreadStart () <0x414e43b0 + 0x00039> in :0
Reproduction Steps:
Randomly Crashes when setting params regarding the landing page.
The text was updated successfully, but these errors were encountered: