Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant able to compile #23

Closed
hirenkharsani opened this issue Nov 28, 2017 · 5 comments
Closed

cant able to compile #23

hirenkharsani opened this issue Nov 28, 2017 · 5 comments

Comments

@hirenkharsani
Copy link

hi
I am very new to kotlin can you please help I am getting error while compiling here

def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

its says that Error:(10, 0) I:\Trickl-master_2\Trickl-master\keystore.properties (The system cannot find the file specified)

can you please help on this. thanks in advance.

@arranlomas
Copy link
Owner

Hello, so this is an issue with fabric. I use Fabric to monitor crashes and help resolve issues.

There are a few ways to resolve this. You can remove the fabric dependency or you can add a project in fabric and create a keystore.properties and add your fabric api key there, for obvious reasons I gitignore this file in the public repo.

Feel free to open this issue again if you have some trouble

@arranlomas
Copy link
Owner

I have added a new section in the readme. If you have any other issues that you solve please feel free to make a pull request detailing the problems you solved. Thanks

@hirenkharsani
Copy link
Author

hi, thanks for your reply.
first of all, I forgot to mention that this application is by far the great I have ever used.
I recently bought the cromecast and experience cromecast with this is awesome.
I tried to remove fabric dependency and then it gives another error when I'm going to run it on the device.
Here is the screenshot.
error

@arranlomas
Copy link
Owner

Hi. Thanks for the compliments glad you like the app!

This block returns the string for the api that provides the search results. Here you can just return an empty string. However, If you do want to get search results then follow the steps in this repo: https://github.com/arranlomas/TPBScraper to compile and deploy the webapp and then put the URL where you deployed it in the return string here.

I am going to reopen this issue as I can forsee some other issues coming up.

I haven't gone through the build process from the GitHub repo as there are some other things that may create issues. I will clone the repo again and go through the setup and update the readme to hopefully cover all of your issues instead of you having to comment here each time.

Thanks again!

@arranlomas
Copy link
Owner

@hirenkharsani I have updated so hopefully the instructions are a bit clearer, if your still unsure let me know here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants