ripmeapp2 / ripme

Downloads albums in bulk
MIT License
290 stars 37 forks source link

Twitter giving java.lang.IllegalArgumentException: 'other' #91

Open tanja84dk opened 2 years ago

tanja84dk commented 2 years ago

tested on docker image openjdk:19 ( I believe that is Oracle Linux 8 ) and bare metal server which are Ubuntu 20.04.4 LTS Server

Expected Behavior

Expected would be that it would download my content from my profile

Actual Behavior

Detail the actual (incorrect) behavior here. You can post log snippets or attach log files to your issue report.

“”” 07:38:20.852 [main] ERROR com.rarchives.ripme.App - [!] Error while ripping URL https://twitter.com/tanja84dk java.lang.IllegalArgumentException: 'other' is different type of Path at sun.nio.fs.UnixPath.relativize(UnixPath.java:398) ~[?:?] at sun.nio.fs.UnixPath.relativize(UnixPath.java:43) ~[?:?] at com.rarchives.ripme.utils.Utils.removeCWD(Utils.java:325) ~[ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.ripper.AbstractJSONRipper.setWorkingDir(AbstractJSONRipper.java:294) ~[ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.ripper.AbstractRipper.setup(AbstractRipper.java:187) ~[ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.App.rip(App.java:99) ~[ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.App.ripURL(App.java:293) [ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.App.handleArguments(App.java:276) [ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] at com.rarchives.ripme.App.main(App.java:75) [ripme-2.1.2-3-ea90b172.jar:2.1.2-3-ea90b172] “””

Mojavve commented 1 year ago

Same issue here. Twitter just doesn't work at this point.

tanja84dk commented 1 year ago

Yeah and the funny thing is that it works fine with the original version still so I guess its messed up by this repos maintainer unfortunally and not from twitters side

soloturn commented 1 year ago

really, you see the difference? is it reading the properties file as suggested here: #122 ?