question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Error Upon Cloning a Job with Infinite as Data Pool

See original GitHub issue

Describe the bug Cloning a job with a data pool set as infinite makes the program break until it is reloaded into a different place then the clone job page.

To Reproduce Steps to reproduce the behavior:

  1. Go to ‘Jobs’
  2. Click on Clone on a Job that has data pool set to infinite
  3. See error

Expected behavior A normal clone window.

Screenshots (28)

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Firefox
  • Version: Latest

Error

[2021-04-17T14:47:43.508Z] Error: System.NullReferenceException: Object reference not set to an instance of an object.

   at OpenBullet2.Shared.DataPoolSelector.<BuildRenderTree>b__0_31(RenderTreeBuilder __builder3) in D:\a\OpenBullet2\OpenBullet2\OpenBullet2\Shared\DataPoolSelector.razor:line 96
   at Microsoft.AspNetCore.Components.Forms.InputSelect`1.BuildRenderTree(RenderTreeBuilder builder)
   at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.RenderInExistingBatch(RenderQueueEntry renderQueueEntry)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Official-Huskocommented, May 1, 2021

Did you perhaps change your Environment.ini file since when you created the original job? Because the exception hints to OB2 searching for a Wordlist Type that is not present anymore.

I haven’t changed anything in that file. And i tried this on multiple jobs and even made new ones and i always experienced that issue/error.

0reactions
openbulletcommented, May 2, 2021

Sorry I tried again but I cannot reproduce this 😦

I could offer to send you the environment file or anything else that might help.

Send it to my inbox by mail. You can find the address in the readme of the repo.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The remote end hung up unexpectedly while git cloning
My git client repeatedly fails with the following error after trying to clone the repository for some time. What could be the issue...
Read more >
Is my cloning stuck or is it just taking a long time?
Solved: I'm very new to git and I've been cloning a repo from BitBucket cloud in SourceTree to my local machine for roughly...
Read more >
Why your multiprocessing Pool is stuck (it's full of sharks!)
On Linux, the default configuration of Python's multiprocessing library can lead to deadlocks and brokenness. Learn why, and how to fix it.
Read more >
Pipeline troubleshooting and debugging - Dataflow
Troubleshoot failed Dataflow pipelines and jobs. ... These errors occur when there are errors or bugs in the user-provided code ... Stopping worker...
Read more >
Error messages | BigQuery
Error message HTTP code Description stopped 200 This status code returns when a job is canceled. timeout 400 The job timed out.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found