Skip to content
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

Strange error on submitting. #11

Open
WelpThatWorked opened this issue Feb 1, 2019 · 0 comments
Open

Strange error on submitting. #11

WelpThatWorked opened this issue Feb 1, 2019 · 0 comments

Comments

@WelpThatWorked
Copy link

When I use the api to submit a run, it returns the following error.

SpeedrunComSharp.APIException was unhandled HResult=-2147024809 Message=There are problems with your submitted run, see the errors attached. Source=SpeedrunComSharp StackTrace: at SpeedrunComSharp.SpeedrunComClient.DoPostRequest(Uri uri, String postBody) in C:\Users\jakef_000\Downloads\SpeedrunComSharp-master\SpeedrunComSharp-master\SpeedrunComSharp\SpeedrunComClient.cs:line 177 at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2) at SpeedrunComSharp.RunsClient.Submit(String categoryId, String platformId, String levelId, Nullable1 date, String regionId, Nullable1 realTime, Nullable1 realTimeWithoutLoads, Nullable1 gameTime, Nullable1 emulated, Uri videoUri, String comment, Uri splitsIOUri, IEnumerable1 variables, Nullable1 verify, Boolean simulateSubmitting) in C:\Users\jakef_000\Downloads\SpeedrunComSharp-master\SpeedrunComSharp-master\SpeedrunComSharp\Runs\RunsClient.cs:line 217
at SpeedruncomTool.Program.Main(String[] args) in C:\Users\jakef_000\Documents\Visual Studio 2015\Projects\SpeedruncomTool\SpeedruncomTool\Program.cs:line 28
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
`

What does this mean, and how can I fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant