Blake L.
Blake L.
Having the same issue here on a odex that was converted to dex with oat2dex and then tried using the latest dex2jar. APK came from a Google Pixel. PC is...
I was able to correct this myself a few weeks ago by editing [DexFileReader.java](https://github.com/pxb1988/dex2jar/blob/2.x/dex-reader/src/main/java/com/googlecode/d2j/reader/DexFileReader.java) and compiling dex2jar myself. I changed the MAGIC_036 line at [Line 90](https://github.com/pxb1988/dex2jar/blob/2.x/dex-reader/src/main/java/com/googlecode/d2j/reader/DexFileReader.java#L90) ``` private static final...
Nope. Not at the moment.
2.x. Not sure exact version offhand. Code for 0.0.9.x is a bit different, but should be same principal. Change [Line 62:](https://bitbucket.org/pxb1988/dex2jar/src/5afa9f746ce2ab65fe48eb966c8ad625656154a8/dex-reader/src/main/java/com/googlecode/dex2jar/reader/DexFileReader.java?at=0.0.9.x&fileviewer=file-view-default#DexFileReader.java-62) ``` private static final byte[] VERSION_037 = new byte[]...
Here are couchpotato logs for that time: ``` 09-12 23:02:29 INFO [tato.core.plugins.renamer] Scanning media folder /downloads/completed/Movies/What.Men.Want.2019.720p.BluRay.DD5.1.x264-FuzerHD-WhiteRev.cp(tt7634968)... 09-12 23:02:29 INFO [tato.core.plugins.scanner] Found 1 movies in the folder /downloads/completed/Movies 09-12 23:02:29 INFO...
Here is [nzbget.log](https://gist.github.com/death2all110/d5dc96b501c71916443fe2e442c7d125/raw/d420b11a5102f03605cc10802f9028dfa8e0063f/nzbget.log) Here is [couchpotato.log](https://gist.githubusercontent.com/death2all110/1fb4f15455f712754fb6ccddbceb9d52/raw/64ef78b9a51dd126c52fccc5b77ae20b59937742/couchpotato.log) Here is [nzbtomedia.log](https://gist.githubusercontent.com/death2all110/2ba3e1288ac8a7ccfa613e9fa96934c6/raw/6b99841aa08b350f132d48bab822f35337dfeb43/nzbToMedia.log) The part for John Wick 2 can be disregarded. It was cleared from couchpotato before nzb completed, so that's my bad....
Unfortunately this didn't help :( As I'm feeling like this is more of a CP issue at this point, and CP development is near dead, I'm testing Radarr. Sonarr works...
Unfortunately, I can't even seem to get Radarr and NZBget and these scripts to play nicely. `nzbToRadarr: [10:49:40] [ERROR]::MAIN: Category:[Movies] is not unique, ['CouchPotato', 'Radarr'] are using it. Please rename...
Success! autoProcessMedia.cfg.spec was the culprit. I re-ran post processing for one of the Radarr downloads and was successful. Thank you!
Yeah it bugs me that I can't figure out what is going on with CP, as I prefer it. But oh well. Thanks for all your help! I also edited...