scakemyer / plugin.video.quasar

Quasar add-on for Kodi
https://quasar.surge.sh/
346 stars 94 forks source link

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

Open niamod opened 6 years ago

niamod commented 6 years ago

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)

1. 2. 3. 4.

Context

Your Environment

tomtomclub commented 6 years ago

i donte update but try dis

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

deleder commented 6 years ago

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 :/

embedded1 commented 5 years ago

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

logon84 commented 5 years ago

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

burekas7 commented 5 years ago

@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)

scakemyer commented 5 years ago

Maintenance release coming soon

Cereal-Killa commented 5 years ago

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.

logon84 commented 5 years ago

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)?

kakaty76 commented 5 years ago

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

an0nimo commented 5 years ago

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]

caesar96 commented 5 years ago

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

an0nimo commented 4 years ago

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

asoryeslew commented 4 years ago

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

Works here.

ddogishere commented 4 years ago

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

kakaty76 commented 4 years ago

Usa o elemetum

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


From: an0nimo notifications@github.com Sent: Monday, November 4, 2019 8:10:02 PM To: scakemyer/plugin.video.quasar plugin.video.quasar@noreply.github.com Cc: kakaty76 kakaty2011@live.com; Comment comment@noreply.github.com 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.