Getting a ton of errors

When I click on Import Existing Series on Disk I get the following:

AddSeriesLayout.js : 57
Uncaught TypeError: Cannot call method ‘show’ of undefined

When I try and add a series by searching and clicking the add button I get:

[POST] Bad Request : /api/series

When I click on the select path box and click add different path I get:

SearchResultView.js : 107
Uncaught TypeError: Cannot call method ‘show’ of undefined

How do I fix this?

Thanks

What version of drone are you running?

You need to have a valid path for the series, which is why you get the second error. The first and the 3rd errors are both the same (2 different entry points to the same thing).

turned off the service and lunched the exe and everything is working great.

Okay great, shouldn’t matter how its run (service or exe), but glad its sorted for you.