Avishrant Sharma
Avishrant Sharma
I was able to make a new pipeline, with minimum functionality, but ran into some problems. ``` 2021-06-17 13:07:39.87 Pipeline [glc_scan] starting 2021-06-17 13:07:39.87 Step [copy_inputs_to_codebase_directory] starting 2021-06-17 13:07:39.90 Step...
> @AvishrantsSh what is your ScanCode.io setup? Running with Docker or with `make run`? I'm using `make run`
> You also want to provide your code in a branch with instructions so we can run it on our side and help with debugging. Yes I'm working on a...
> @AvishrantsSh any success with disabling multiprocessing? Sadly no. But I don't think its a problem with multiprocessing, because rest of the pipelines are working smoothly but still load_inventory pipeline...
Do I need to manually feed all the data into the CodebaseResource model? Or can I use the existing architecture to do the same?
> I would suggest to write a pipe function in your pipes.glc module that parse the output from the previous steps and create the CodebaseResource objects in the database Yes!!...
> Pasting the error output here would help to debug. The error log is same as submitted earlier: ``` An error occurred in the current transaction. You can't execute queries...