Jump to content

Emby last version 3.0.30 not work!


vlad72

Recommended Posts

My phone is Samsung S7, android 8.0.

Google Play Services have been replaced by Microg. All Gaps all are removed. Gcm cloud services and play store is work -).

I hope I've helped you.

Link to comment
Share on other sites

When the app is started, a fatal error is displayed directly. I have a video too. The old version has no problem.

 

What fatal error?

Link to comment
Share on other sites

I suppose your problem may be related to the extra signature of the app on the Goggle Developer Console.

What extra signature?

Link to comment
Share on other sites

Fatal error - "emby has stoped".

Extra signature - This is the additional signature that Google introduced some time ago for developer apps, which I suppose is an attempt to protect apk files from being downloaded from other stores. If your application uses this "protection," it is possible for phones that do not use Google Play Services to not work. Maybe I'm wrong, that's my opinion.

Link to comment
Share on other sites

Confirming this issue for me too. Latest emby version downloaded from yalp store 3.0.30 crashes on startup. LineageOS with microg on nexus 6p. Prior emby versions worked fine. Will attach logs when I get the chance.

 

Edit: It appears I don't have a logs folder in /Android/data/com.mb.android/files/... hmmm.

 

Edit2: It's propbably not much help but this is what the crash looks like: imgur.com/a/ltf5n4P

 

Edit3: Uninstalled Emby completely then reinstalled (same version, 3.0.30), I don't even have an /Android/data/com.mb.android/ folder now. I guess it crashes before it gets created

 

Might need Luke's help on this one. It'd be nice to have the app up and running again but I have access to the server via a browser in the meantime so it's not the end of the world.

Edited by bradgy
Link to comment
Share on other sites

Confirming with Nexus6P, microG, lineageOS15.1, no GAPPS

No App logs, just a direct crash when trying to open the app.

 

System logcat extract:

01-14 21:17:43.415  4250  6014 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.mb.android/.MainActivity bnds=[584,1006][856,1376]} from uid 10037
01-14 21:17:43.497  4250  6043 I ActivityManager: Start proc 769:com.mb.android/u0a127 for activity com.mb.android/.MainActivity
01-14 21:17:44.000  4250  4507 I ActivityManager: Start proc 799:com.android.webview:webview_service/u0a89 for service com.android.webview/org.chromium.android_webview.services.VariationsSeedServer
01-14 21:17:44.012  4250  6043 I ActivityManager: Start proc 811:com.android.webview:sandboxed_process0/u0i21 for webview_service com.mb.android/org.chromium.content.app.SandboxedProcessService0
01-14 21:17:44.390   769   769 E AndroidRuntime: FATAL EXCEPTION: main
01-14 21:17:44.390   769   769 E AndroidRuntime: Process: com.mb.android, PID: 769
01-14 21:17:44.390   769   769 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mb.android/com.mb.android.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'com.google.android.gms.cast.framework.zzp com.google.android.gms.cast.framework.zzj.zzx()' on a null object reference
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread.-wrap11(Unknown Source:0)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:106)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:164)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6494)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
01-14 21:17:44.390   769   769 E AndroidRuntime: Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'com.google.android.gms.cast.framework.zzp com.google.android.gms.cast.framework.zzj.zzx()' on a null object reference
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.google.android.gms.cast.framework.CastContext.<init>(Unknown Source:39)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.google.android.gms.cast.framework.CastContext.getSharedInstance(Unknown Source:6)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.mb.android.chromecast.Chromecast$1.run(Chromecast.java:96)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.Activity.runOnUiThread(Activity.java:6184)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.mb.android.chromecast.Chromecast.initialize(Chromecast.java:94)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.mb.android.chromecast.Chromecast.<init>(Chromecast.java:64)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.mb.android.MainActivity.addJavascriptInterfaces(MainActivity.java:722)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at com.mb.android.MainActivity.onCreate(MainActivity.java:186)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.Activity.performCreate(Activity.java:7009)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.Activity.performCreate(Activity.java:7000)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
01-14 21:17:44.390   769   769 E AndroidRuntime: 	... 9 more
01-14 21:17:44.435  4250  4527 W ActivityManager:   Force finishing activity com.mb.android/.MainActivity
01-14 21:17:44.446  4250  4265 I ActivityManager: Showing crash dialog for package com.mb.android u0
01-14 21:17:44.943  4250  4264 W ActivityManager: Activity pause timeout for ActivityRecord{cfb2432 u0 com.mb.android/.MainActivity t215 f}
01-14 21:17:45.581  4250  4527 I ActivityManager: Killing 769:com.mb.android/u0a127 (adj 0): crash
01-14 21:17:45.584  4250  4527 W ActivityManager: Scheduling restart of crashed service com.mb.android/com.evernote.android.job.JobRescheduleService in 1000ms
01-14 21:17:45.621  4250  6045 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=60, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND] ], android.os.BinderProxy@670219e)

Thx, for any further informations.

Edited by motey
Link to comment
Share on other sites

embyteszt

Same problem here! emby server 4.0.0.1 beta ,device android 3.0.30 nothing happening, downloaded https://www.dropbox.com/s/9am2hgfcj403j8d/MediaBrowser.Mobile-googlearmv7-release.apk?dl=0 (3.0.31) same ! nothing ,black screen ,uninstall ,reinstall,force stop, clear data,reboot ,nothing happening on android device.any link to download the old version for android?

Link to comment
Share on other sites

That apk installed and opened for me. Seems to have worked here.

 

Edit: Played a movie, tv show, and music with the 3.0.31 version. Rebooted phone and still works. No logs in the logs folder yet, but no problems so far.

Edited by bradgy
Link to comment
Share on other sites

Same problem here! emby server 4.0.0.1 beta ,device android 3.0.30 nothing happening, downloaded https://www.dropbox.com/s/9am2hgfcj403j8d/MediaBrowser.Mobile-googlearmv7-release.apk?dl=0 (3.0.31) same ! nothing ,black screen ,uninstall ,reinstall,force stop, clear data,reboot ,nothing happening on android device.any link to download the old version for android?

 

What device and version of android?

Link to comment
Share on other sites

This version fixed the issue for me! Thx luke!

 

Thanks for the feedback. This is being released to the play store now.

  • Like 1
Link to comment
Share on other sites

embyteszt

What device and version of android?

5.1.1 Lollipop,sony xperia Z,no issues before the last update

Edited by embyteszt
Link to comment
Share on other sites

  • 1 month later...
Greenbaypackers

Emby loads server but wont play content on my android note 8 or on my skystream 3 plus. The gear wheel just spins and spins and spins. It will play from your LG app on my tv but speeds are slower on tv I want this to work on my android box or my phone so what's the deal

Link to comment
Share on other sites

Greenbaypackers

It is not a playback issue it wont even load at all and play for one second. It plays on my lg tv using emby LG apk. However it will not play on 2 different android devices.

Link to comment
Share on other sites

Sorry I don't quite follow. earlier you said this:

 

 

Emby loads server but wont play content on my android note 8 or on my skystream 3 plus.

 

How far exactly do you get? thanks.

Link to comment
Share on other sites

  • 2 weeks later...
Greenbaypackers

Ok so if I open the emby app for android tv on my android tv box which is skystream or on my note 8 using emby android app. Both load up screen to allow you to see the movies available to select from or tv series but once you select a movie or tv series it just circles like it is loading but never does. However if I go online on my android tv box or on note 8 and log into emby on the net I can play movies on both devices just cant do it on either device via the actual apps for emby. So very confused there.

Link to comment
Share on other sites

Greenbaypackers

Not sure what you mean so I can only use emby if I am on like chrome browser at emby.com and log in then I can watch whatever I want but only in browser as soon as I try and use emby app to watch anything via the actual app I am not able to view anything so the issue is somewhere with the emby apps and my android box and my note 8. But if I am on the chrome browser on my android box or on my phone using browser then emby will work at emby.com just wish I could just use the apps

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...