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

Installation issue with current repository structure #648

Open
binsen9 opened this issue Apr 2, 2024 · 2 comments
Open

Installation issue with current repository structure #648

binsen9 opened this issue Apr 2, 2024 · 2 comments

Comments

@binsen9
Copy link

binsen9 commented Apr 2, 2024

Dear GerryDazoo,

Hi, I know nothing about programming, Python, or even how to use GitHub. However, I am desperate to get my Slingbox working again. I have very basic skills in setting things up on a Raspberry Pi using SSH. I used Pi (Personal AI) heavily and almost made it work yesterday, but I couldn't overcome the server's port issue. So, I decided to start over from scratch, but now I can't even install Slinger. Below is a message that AI created for me, and your advice would be greatly appreciated. Thank you.


I have been trying to install Slinger on my Raspberry Pi 5, following the provided installation instructions. However, I've encountered an issue during the installation process that seems to be related to the repository structure.
I cloned the Slinger repository using SSH after setting up a GitHub account and generating an SSH key. However, when I tried to install Slinger using pip install -e . in the slinger directory, I found that the slinger directory was missing within the cloned repository. The directory listing within the Slinger directory did not contain a slinger subdirectory.
Since the installation instructions seem to be based on a previous repository structure, I kindly request your guidance on how to install Slinger using the current repository structure. Your assistance would be greatly appreciated in helping me complete the installation and start using Slinger.
Thank you in advance for your support.
Best regards,

BinSen9

@GerryDazoo
Copy link
Owner

You don't need to clone the whole repository. You only need two files, the server python code and the default config.ini as a starting point. Make a directory and put the two files in there. Edit the config.ini to match your local network and slingbox type. Then run the server, "cd" to the folder with the code and run it using a python3 interpreter. i.e. python3 slingbox_server.py

PS. I've never tried to us pip to install slinger and would be surprised if it worked. You do need to install the netifaces and Flask modules using pip.

@binsen9
Copy link
Author

binsen9 commented Apr 5, 2024 via email

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