hikikomoriphoenix / Beedio

Android app that lets you find downloadable videos as you browse the web. Allows queuing downloads. Also includes bookmarking and ad-blocking features for easier browsing experience.
GNU General Public License v2.0
150 stars 44 forks source link

ClassCastException with HttpsURLConnection #5

Closed hikikomoriphoenix closed 6 years ago

hikikomoriphoenix commented 6 years ago

E/AndroidRuntime: FATAL EXCEPTION: Thread-367 Process: marabillas.loremar.lmvideodownloader, PID: 8034 java.lang.ClassCastException: com.android.okhttp.internal.http.HttpURLConnectionImpl cannot be cast to javax.net.ssl.HttpsURLConnection at marabillas.loremar.lmvideodownloader.BrowserWindow$3$2.run(BrowserWindow.java:198)

hikikomoriphoenix commented 6 years ago

Changed HttpsURLConnection to URLConnection. fixed