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

NullPointerException when downloading AppResource from Appstore #720

Open
ftgyi2cat opened this issue Aug 4, 2023 · 0 comments
Open

NullPointerException when downloading AppResource from Appstore #720

ftgyi2cat opened this issue Aug 4, 2023 · 0 comments

Comments

@ftgyi2cat
Copy link

Describe the bug
When trying to deploy a Data App in the Connector, the Connector downloads the AppResource from the Appstore.
The artifact class in the appstore is missing the fileName field, and that gives a null pointer when the connector tries to parse the data.

To Reproduce
Download a data app from the connector. The error comes from line 243 in AdditionalUtils.java, when trying to do:
(Artifact) list.get(0)).getFileName();

Screenshots & Logs
image

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