plugin.video.quasar icon indicating copy to clipboard operation
plugin.video.quasar copied to clipboard

Quasar not working (Android,Kodi 18, IOError (22, Invalid Argument )

Open niamod opened this issue 8 years ago • 15 comments

Expected Behavior

Quasar to run when Kodi starts

Current Behavior

When Kodi starts the above error appear, It was working few days ago, no updates, no new addon installs, Quasar cannot be de-installed because when try to enter into quasar kodi hangs.

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Version used: Quasar 0.9.78
  • Environment name and version: Kodi 18 Lea - ALPHA1 - works perfectly with Krypton 17.6
  • Operating System and version:
  • Link to Kodi debug log: https://pastebin.com/EfiFGi1B

niamod avatar Feb 09 '18 12:02 niamod

i donte update but try dis

https://github.com/elgatito/plugin.video.elementum/releases

tomtomclub avatar Feb 11 '18 21:02 tomtomclub

Will there ever be an update so that Kodi 18 works? I've tried Elementum but it is very slow on Android compared to Quasar (save to disk). I have a 32 GB disk, and watching 20 GB 2160p HDR MKV's was working fine with Quasar.

I need DASH 2160p to work, and only Kodi 18 supports it :/

deleder avatar Sep 30 '18 16:09 deleder

Any update? Kodi was auto updated to version 18 and now quasar doesn't load. Any fix available?

embedded1 avatar Feb 08 '19 19:02 embedded1

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

logon84 avatar Feb 09 '19 23:02 logon84

@deleder Try to use the new version of Elementum 0.1.x (0.1.14 has bugs so use 0.1.13 for now) It's using the same torrent engine that Quasar is using, and the speed is much better with this version. (I still don't know if it's compatible with 18, I'm still using 17.6 , but I think it is)

burekas7 avatar Feb 18 '19 08:02 burekas7

Maintenance release coming soon

scakemyer avatar Feb 18 '19 11:02 scakemyer

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

Tried that zip on my MiBox, it installs 0.9.788 and IO Error still happens.

Cereal-Killa avatar Feb 27 '19 18:02 Cereal-Killa

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

Tried that zip on my MiBox, it installs 0.9.788 and IO Error still happens.

Is 'fp.seek(-40, os.SEEK_END) ' what is causing your IO error (like log on topic)?

logon84 avatar Feb 27 '19 19:02 logon84

Alguém já conseguiu roda o guasar no Kodi 18

kakaty76 avatar May 03 '19 22:05 kakaty76

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

I am using the Leia v18.3 version on Android and didn't work. I saw that ELEMENTUM addon had the same issue and was solved: https://github.com/elgatito/plugin.video.elementum/issues/66 I tried replace the daemon.py file of the quasar to elementum, obviously changing all "elementum" words to "quasar", but didn't work. Error log: 2019-08-19 01:42:52.508 T:30993 NOTICE: [plugin.video.quasar] quasard: starting quasard 2019-08-19 01:42:52.517 T:30993 NOTICE: [plugin.video.quasar] Kodi's JSON-RPC service is available, starting up... 2019-08-19 01:42:52.517 T:30993 NOTICE: [plugin.video.quasar] Detected binary folder: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/bin/android_arm 2019-08-19 01:42:52.521 T:30993 NOTICE: [plugin.video.quasar] Using binary folder: /storage/emulated/legacy/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/bin/android_arm 2019-08-19 01:42:52.807 T:30993 ERROR: [plugin.video.quasar] Traceback (most recent call last): 2019-08-19 01:42:52.808 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 214, in quasard_thread 2019-08-19 01:42:52.819 T:30993 ERROR: [plugin.video.quasar] proc = start_quasard(stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 2019-08-19 01:42:52.819 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 141, in start_quasard 2019-08-19 01:42:52.820 T:30993 ERROR: [plugin.video.quasar] quasar_dir, quasar_binary = get_quasar_binary() 2019-08-19 01:42:52.820 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 64, in get_quasar_binary 2019-08-19 01:42:52.821 T:30993 ERROR: [plugin.video.quasar] if not os.path.exists(dest_binary_path) or get_quasard_checksum(dest_binary_path) != get_quasard_checksum(binary_path): 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 28, in get_quasard_checksum 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] fp.seek(-40, os.SEEK_END) # we put a sha1 there 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] IOError: [Errno 22] Invalid argument 2019-08-19 01:42:52.823 T:30993 ERROR: [plugin.video.quasar]

an0nimo avatar Aug 19 '19 04:08 an0nimo

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

I am using the Leia v18.3 version on Android and didn't work. I saw that ELEMENTUM addon had the same issue and was solved: https://github.com/elgatito/plugin.video.elementum/issues/66 I tried replace the daemon.py file of the quasar to elementum, obviously changing all "elementum" words to "quasar", but didn't work. Error log: 2019-08-19 01:42:52.508 T:30993 NOTICE: [plugin.video.quasar] quasard: starting quasard 2019-08-19 01:42:52.517 T:30993 NOTICE: [plugin.video.quasar] Kodi's JSON-RPC service is available, starting up... 2019-08-19 01:42:52.517 T:30993 NOTICE: [plugin.video.quasar] Detected binary folder: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/bin/android_arm 2019-08-19 01:42:52.521 T:30993 NOTICE: [plugin.video.quasar] Using binary folder: /storage/emulated/legacy/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/bin/android_arm 2019-08-19 01:42:52.807 T:30993 ERROR: [plugin.video.quasar] Traceback (most recent call last): 2019-08-19 01:42:52.808 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 214, in quasard_thread 2019-08-19 01:42:52.819 T:30993 ERROR: [plugin.video.quasar] proc = start_quasard(stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 2019-08-19 01:42:52.819 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 141, in start_quasard 2019-08-19 01:42:52.820 T:30993 ERROR: [plugin.video.quasar] quasar_dir, quasar_binary = get_quasar_binary() 2019-08-19 01:42:52.820 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 64, in get_quasar_binary 2019-08-19 01:42:52.821 T:30993 ERROR: [plugin.video.quasar] if not os.path.exists(dest_binary_path) or get_quasard_checksum(dest_binary_path) != get_quasard_checksum(binary_path): 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.quasar/resources/site-packages/quasar/daemon.py", line 28, in get_quasard_checksum 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] fp.seek(-40, os.SEEK_END) # we put a sha1 there 2019-08-19 01:42:52.822 T:30993 ERROR: [plugin.video.quasar] IOError: [Errno 22] Invalid argument 2019-08-19 01:42:52.823 T:30993 ERROR: [plugin.video.quasar]

Same issue. Don't know what to do to have Quasar working on Android TV Arm

caesar96 avatar Aug 26 '19 19:08 caesar96

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

@logon84 I appreciate your great intention to help but now the Quasar stop and restart 3 times until to be canceled. Worked fine with Kodi 17.5. My Android is Lollipop 5.1.1 (api 22) armv8

an0nimo avatar Nov 04 '19 23:11 an0nimo

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

Works here.

asoryeslew avatar Mar 25 '20 01:03 asoryeslew

Hello any fix/suggestion for this, i love using Quasar on Android 9 but want to update to android 10, Thx

ddogishere avatar Apr 04 '20 15:04 ddogishere

Usa o elemetum

Enviado do Outlook Mobilehttps://aka.ms/blhgte


From: an0nimo [email protected] Sent: Monday, November 4, 2019 8:10:02 PM To: scakemyer/plugin.video.quasar [email protected] Cc: kakaty76 [email protected]; Comment [email protected] Subject: Re: [scakemyer/plugin.video.quasar] Quasar not working (Android,Kodi 18, IOError (22, Invalid Argument ) (#925)

Fixed here for Android arm: https://github.com/logon84/plugin.video.quasar/releases/tag/v0.9.789

@logon84https://github.com/logon84 I appreciate your great intention to help but now the Quasar stop and restart 3 times until to be canceled. Worked fine with Kodi 17.5. My Android is Lollipop 5.1.1 (api 22) armv8

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/scakemyer/plugin.video.quasar/issues/925?email_source=notifications&email_token=AL7MSWMUBA2CGZH5SCRQFRLQSCTUVA5CNFSM4EP7PUSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBBEPA#issuecomment-549589564, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AL7MSWODQKVRQVX2CDUCHT3QSCTUVANCNFSM4EP7PUSA.

kakaty76 avatar Apr 04 '20 17:04 kakaty76