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

get error on heroko while deploying #46

Closed
buziyborni opened this issue Apr 6, 2016 · 6 comments
Closed

get error on heroko while deploying #46

buziyborni opened this issue Apr 6, 2016 · 6 comments
Labels

Comments

@buziyborni
Copy link

how to i fix this error. here was an issue building your app. This can mean your app.json's project is not a valid Heroku application. Please ensure your app is deployable to Heroku and try again.

@jpillora
Copy link
Owner

jpillora commented Apr 6, 2016

Yep just tested

-----> Go app detected
-----> Checking Godeps/Godeps.json file.
 !     
 !     Deprecated version of go (go1.5.2)
 !     See https://devcenter.heroku.com/articles/go-support#go-versions for supported version information.
 !     
-----> Installing go1.5.2... done
-----> Running: godep go install -tags heroku .
# github.com/jpillora/cloud-torrent/engine
engine/engine.go:60: cannot use tt (type torrent.Torrent) as type *torrent.Torrent in argument to e.upsertTorrent
engine/engine.go:78: cannot use tt (type torrent.Torrent) as type *torrent.Torrent in argument to e.upsertTorrent
engine/engine.go:102: cannot use tt (type torrent.Torrent) as type *torrent.Torrent in argument to e.upsertTorrent
engine/engine.go:227: undefined: metainfo.Hash
engine/engine.go:228: undefined: metainfo.Hash
godep: go exit status 2
 !     Push rejected, failed to compile Go app

This is strange, it's failing due to dependencies though godep should lock dependencies...

In the meantime, you'll have to download the binary and host it somewhere

@jpillora jpillora added the bug label Apr 6, 2016
@buziyborni
Copy link
Author

ok i will try and see thanks for the quick reply

@jpillora
Copy link
Owner

jpillora commented Apr 7, 2016

@BloodMan29 you were correct, updated godeps and should be fixed now

@buziyborni
Copy link
Author

its now work but please where are file being store what about upload my file to mega.nz in the previous one with node i was able to store all my file on mege

@jpillora
Copy link
Owner

jpillora commented Apr 7, 2016

Remote backends is tracking here #24, I just added mega to the list

@cleme29
Copy link

cleme29 commented Apr 7, 2016

Oh ok, I thought i was wrong because there is a metainfo folder in his repository so that's why I remove my comment.

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

No branches or pull requests

3 participants