Jakob Nohe

Results 26 comments of Jakob Nohe

We are using a replicated cached version of the NVD data, we also have an API key. We update the NVD data evening night in a separate workflow. So rate...

We have a lot of interaction with AWS S3 via GitHub Actions for different purposes. Never seen anything related to communication with S3 failing. I also thought about the h2...

> I was just re-reading some of the ODC code. Are there other errors reported in the log around where you received the download failed because the connection was reset?...

Here is some log output with enabled `--debug` flag of Gradle. ``` 2023-12-28T08:37:31.158+0000 [INFO] [org.owasp.dependencycheck.data.update.nvd.api.DownloadTask] Download Started for NVD Cache - https://s3.eu-central-1.amazonaws.com//nvdcve-2013.json.gz 2023-12-28T08:37:31.158+0000 [DEBUG] [org.owasp.dependencycheck.utils.HttpResourceConnection] Attempting retrieval of https://s3.eu-central-1.amazonaws.com//nvdcve-2013.json.gz 2023-12-28T08:37:31.403+0000...

In addition to what's already said. We used S3 before version 9 already to replicate the CVE data into our infrastructure. This worked very well, we never had any stability...

Sadly it does not solve the problem. One note added: It is not a specific file, just randomly an HTTPS request fails.

Hi @jecacs, Thank you for reporting this issue. Can you copy the full error message into the issue here on GitHub? Thank you!

Must init() be called on the host and/or remote? If the missing init is the problem, Why does it work as expected when I call loadRemote() sequentially on the remotes,...

I now added init() calls to [host](https://github.com/foxylion/module-federation-share-duplicate-repro/blob/master/host/src/index.ts#L3-L17) and [remote](https://github.com/foxylion/module-federation-share-duplicate-repro/blob/master/remote/src/App.tsx#L4-L7), it did not change anything regarding the duplicated share loading. I also tried to move the remote registration to the `rsbuild.config.ts`...

First, thanks a lot for your detailed response, I'll have a detailed look into the examples as well. Some of your statements may need some clarification as I do not...