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

Fixed few mega backend issues #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bharadwajpro
Copy link

These are the issues that are fixed by this PR.

  1. Windows paths are separated by \. So I added that.
  2. When the torrent file doesn't contain any folders and contains directly the files. The mega backend creates a folder name with the filename and now the array is empty. So an error occurs saying that the filename is empty. I fixed this issue by checking if the torrent has direct files or not and wrote a separate code for handling this.
  3. Openshift is now working with mega backend. Port should be 8080 for it to work. Hence added that.

nodemon is just dev dependency. I used it while development. You can remove it if you want.
There are some tabs and space issues in this PR. I don't know how to deal with it. Hence I left it in that way.

@rakshans1
Copy link
Collaborator

I will review it and merge later

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

Successfully merging this pull request may close these issues.

2 participants