juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
181 stars 50 forks source link

TypeError module object is not callable #19

Closed Alexivia closed 3 years ago

Alexivia commented 3 years ago

Running on MacOS Big Sur 11.4, using Python 3.7.9 and running on a virtual environment. Command issued gopro2gpx -s -vvv filename.mp4 filename, MP4 file size is greater than 23GB, output from command line is:

-- stats -----------------
- Ok:              55966
- GPSFIX=0 (bad):      0 (skipped: 0)
- Empty (No data):     0
Total points:      55966
--------------------------
Traceback (most recent call last):
  File "/Users/alex/Movies/gopro_gpx_env/bin/gopro2gpx", line 33, in <module>
    sys.exit(load_entry_point('gopro2gpx==0.1', 'console_scripts', 'gopro2gpx')())
TypeError: 'module' object is not callable

KML and GPX files still got generated and have content.

Simske commented 3 years ago

There is already a fix for this issue (#15) waiting for a merge.

juanmcasillas commented 3 years ago

merged. Sorry for the delay.

On Mon, Jul 12, 2021 at 12:37 AM Simske @.***> wrote:

There is already a fix for this issue (#15 https://github.com/juanmcasillas/gopro2gpx/pull/15) waiting for a merge.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/juanmcasillas/gopro2gpx/issues/19#issuecomment-877871354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5G4WXXJSEXJM34EEJTYGTTXIMJ5ANCNFSM5AFR72JQ .