Ashish Bansal

Results 33 comments of Ashish Bansal

@nguyencongbinh I'm not sure about that but it should work without internet too as this library is just acting as a wrapper and Google Play Services most probably would be...

It's happening because `FileStore.packageName` tries to read file at that path but didn't find the file on the server. I feel server shouldn't try to read the file from the...

I created an empty file on the server at that path and it worked fine.

It has been fixed with that commit. I confirm it.

Moreover, if it's not working for you, reason could be you are still using version 1.4. Use Master Snapshot instead.

@shivamarora I assume you are using this library in Android application and using gradle build system. Use this[0] to know how to include project as dependency in gradle. After that,...

@shivamarora Did you remove the dependency which you had added earlier from the jitpack repository ? `This one : compile 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'` If yes, then you must have done something wrong.

@shivamarora Disable Instant Run, update Android Studio, do clean build. That's all I can say. I had encountered such problem with one of the beta release of Android Studio. @HaarigerHarald...

@ShivamArora Check this link : https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/youtube.py#L290

@DarkDeathDragon If it stopped working that means, robomate got updated recently ? Sorry, I won't add support for it. What I can recommend is try it on older version of...