Ubuntu Linux - Fresh install; can't add series

Hi,
I’ve setup the linux version on my machine, but when I try to add a series, or even jsut do the search, I get the following popup error:
backbone.marionette.templates: 33 - Uncaught TypeError: Object #SHOWNAME# hs no method 'endsWith’
where show name is the search I made. The same happens when trying to add shows by scanning my existing filesystem.

Here’s a full server log message:
13-9-11 09:55:31.1|Fatal|GlobalExceptionHandlers|EPIC FAIL: Object reference not set to an instance of an object

System.NullReferenceException: Object reference not set to an instance of an object
at Microsoft.AspNet.SignalR.Infrastructure.Connection.ProcessCommand (Microsoft.AspNet.SignalR.Messaging.Command command) [0x00000] in :0
at Microsoft.AspNet.SignalR.Infrastructure.Connection.b__8 (System.Object state, Microsoft.AspNet.SignalR.Messaging.Message message) [0x00000] in :0
at Microsoft.AspNet.SignalR.Messaging.MessageBusExtensions.Enumerate[Object] (IList1 messages, System.Func2 filter, System.Action2 onMessage, System.Object state) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Infrastructure.Connection.ProcessResults (MessageResult result) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Infrastructure.Connection.GetResponse (MessageResult result) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Infrastructure.Connection+ReceiveContext.InvokeCallback (MessageResult result) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Infrastructure.Connection.MessageBusCallback (MessageResult result, System.Object state) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Infrastructure.Connection.<Receive>b__4 (MessageResult result, System.Object s) [0x00000] in <filename unknown>:0 at (wrapper delegate-invoke) <Module>:invoke_Task1__this___MessageResult_object (Microsoft.AspNet.SignalR.Messaging.MessageResult,object)
at Microsoft.AspNet.SignalR.Messaging.Subscription.Invoke (MessageResult result, System.Action1 beforeInvoke, System.Object state) [0x00000] in <filename unknown>:0 at Microsoft.AspNet.SignalR.Messaging.Subscription.WorkImpl (System.Threading.Tasks.TaskCompletionSource1 taskCompletionSource) [0x00000] in :0
at Microsoft.AspNet.SignalR.Messaging.Subscription.Work () [0x00000] in :0
at Microsoft.AspNet.SignalR.Messaging.MessageBroker.PumpImpl (System.Threading.Tasks.TaskCompletionSource`1 taskCompletionSource, ISubscription subscription) [0x00000] in :0
at Microsoft.AspNet.SignalR.Messaging.MessageBroker.PumpAsync () [0x00000] in :0
at Microsoft.AspNet.SignalR.Messaging.MessageBroker.ProcessWork (System.Object state) [0x00000] in :0

What browser are you using? I know where it is happening, but not sure what would have caused it.

EDIT: Turns out endsWith is only supported in Firefox, so I have replaced it with a cross browser solution.

Ahh, it was the js endsWith, not the c# one. I thought it was in the bowels of the server somewhere. I’m using the most recent version of Chrome. I just testing in Firefox and it works, as you say.

When will the fix be uploaded btw?

Should be up now (went out about 10 minutes ago), can you update and give it a shot?

Failed in Chrome, but my version, even after pressing the check for update is reporting as: Version 2.0.0.489.

I’ll keep an eye on it and let you know if it’s not working tomorrow.

Assuming you’re on Ubuntu/Debian you will need to upgrade via: apt-get - We’ll have to address the button doing nothing on non-Windows systems.

The wiki page shows the steps for install/update: https://github.com/NzbDrone/NzbDrone/wiki/Installation

I tried apt-get install nzbdrone but it says I already have the most recent version. Did you update the version field in the package maybe?

It’s not a panic for me, as I can use firefox, but happy to help you test this process.

I think you need to apt-get update first (same way as installing). Builds are versioned automatically so I don’t see why this one wouldn’t have a new version.

Doh! Yeah that was my bad. Looks like it’s all working now in chrome. Thanks for the help. Now to see can I fully move over to nzb from my sickbeard install.