dustin / gopro

Tools for making the most out of GoPro Plus.
http://dustin.sallings.org/2020/04/29/gopro-plus.html
BSD 3-Clause "New" or "Revised" License
91 stars 12 forks source link

gopro serve - web-server blocks when starting up #3

Closed moserello closed 3 years ago

moserello commented 3 years ago

Hello and first thing first: thanks for the huge work. This tool could be very time-saving for a lot of people!

I'm working on a Mac M1 with Big Sur 11.0.1.

I've installed ffmpeg, and followed the instruction provided here. All seemed to have worked fine. I've also added to path the gopro user directory, as suggested.

Unfortunately when I launch the webUI with gopro serve the terminal remains blocked with no other information (even with --verbose).

I: Starting web server

Syncing (even if not all files are read, maybe the ReelSteadyGO ones) seems to work fine. I would like to use the webGUI to batch download date-filtered files

How could I fix it? Am I missing something?

Thank you so much

Thanks Dustin for the amazing work! Can't understand why I added only the 10th star...

dustin commented 3 years ago

Thanks for the feedback.

You're describing my dev machine, so that's good. :)

I think one of the problems is that it's not a very good log message. At that point, you should be able to go to http://localhost:8008/ and see the UI. Does this work?

moserello commented 3 years ago

Thanks for the feedback.

You're describing my dev machine, so that's good. :)

I think one of the problems is that it's not a very good log message. At that point, you should be able to go to http://localhost:8008/ and see the UI. Does this work?

Thanks dustin for your super fast reply! :) This is the first time I'm that much lucky to have found something developed on M1 for M1 <3

Yes my problem was the port. Tried 80, 8000, 8080, 8050... xD I was just missing this one!

It works great, thanks for sharing your work! I think it can be closed 👍

dustin commented 3 years ago

Awesome, thanks. I probably also would've forgotten how to connect to it, so it's a good idea to be clearer.