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

Hangs on "Processing Tracks" with Azure Blob Storage #118

Closed
sbmw opened this issue Jul 8, 2018 · 3 comments
Closed

Hangs on "Processing Tracks" with Azure Blob Storage #118

sbmw opened this issue Jul 8, 2018 · 3 comments
Labels

Comments

@sbmw
Copy link

sbmw commented Jul 8, 2018

Hi, I love the idea of this app and it works great with the demo library. However, when I plug in the details of my Azure Blob Storage account I get no further than "Processing Tracks". I've tried in both the web app with BlockStack and the latest native beta using Anonymous.

There are 3300 blobs in the container.

The dev tools console shows no errors in the web browser, but in the native app this error is logged:

Uncaught RangeError: Maximum call stack size exceeded
at slave.js:9259
at Function.func (slave.js:3129)
at A2 (slave.js:92)
at _eeue56$elm_xml$Xml_Decode$actualDecode (slave.js:9246)
at slave.js:9251
at Function.func (slave.js:3129)
at A2 (slave.js:92)
at _eeue56$elm_xml$Xml_Decode$actualDecode (slave.js:9246)
at _eeue56$elm_xml$Xml_Decode$decode (slave.js:9238)
at Function.func (slave.js:9206)

Thanks!

@icidasset
Copy link
Owner

Thanks @sbmw , will look into this!
Seems to be roughly the same issue as #112 🤔

@icidasset
Copy link
Owner

icidasset commented Jul 8, 2018

@sbmw I've updated the web version to scan max 1000 items at once, can you let me know if that fixes it? 🙏 (was 5000 items before)

@sbmw
Copy link
Author

sbmw commented Jul 9, 2018

@icidasset Hey, thanks for the super fast turn around. That max items restriction seems to work perfectly!

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

No branches or pull requests

2 participants