Mapillary_tools upload working anymore?

Since 2-3 weeks there is always an error.
Now I use the the new upload app, but it slows downs windows in the first miinutes I can’t do anything else. That is no solution.

Let us know what the error is - we may be able to offer some advice on getting it working

You need the latest version of the mapillary tools, my own tool doesnt work any more because API v3 is out of order now.
I use the original Python scripts like this:

cd D:\Mapillary\mapillary_tools
C:\Python38\python.exe -m mapillary_tools process_and_upload --import_path “D:\Mapillary\DCIM” --user_name “moenk”

Werde ich mal probieren, bei cartaview nutze ich ja auch nur das python script, nur das ist soo langsam.

url open error Errno 10054

Just uploading the new version, but now I can’t log in.
“Error, user authentication failed for user wegavision”
I changed my password, but I can’t get in.
Also the svimik app dosn’t work anymore, everytime I get “Mapillary server returned error 503”

Only Mapillary account credentials (email and password) are valid for authentication in mapillary_tools . Other Mapillary login options (Facebook, OpenStreetMap, Google+, or ArcGIS) are not supported with mapillary_tools. svimik no longer works with the new api

Yes I know, I have just change my password on the mapillary site, so I use the right. I works on the site but not with mapillary_tools.

Have you tried the forced overwrite of the login as shown here?
https://github.com/mapillary/mapillary_tools/issues/337#issuecomment-483371328
(No idea why that command is not in the documentation)

1 Like

Important notice:

  1. The command line tools now dont use the import path option any more, just use the path as parameter for process and upload.
  2. The library pymp4 has to be version 1.1.0, the newer 1.2.0 does not work.
1 Like

mapillary_tools 0.8.0 is very buggy. Problems can be read here:

I would not recommend to upgrade right now. Seems like it`s in alpha status but was released nevertheless.

3 Likes

Version 0.8.0 is pre-release, latest production is 0.7.4 by now:

I tried to uplaod v0.7.4 with mapillary_tools_win64.exe
but if I run mapillary_tools -h --version
it is still 0.5.0
and stilll the same problem:
PS C:\Users\ich> .\mapillary_tools process_and_upload --advanced --rerun --import_path map\105 --user_name wegatest
Running user_process for 70 images, skipping 0 images.
Enter user credentials for user wegatest :
Enter email : wegavision@web.de
Enter user password :
Error, user authentication failed for user wegatest
Make sure your user credentials are correct, user authentication is required for images to be uploaded to Mapillary.
Sub process ended

PS C:\Users\ich> .\mapillary_tools --advanced authenticate --force_overwrite
Enter the Mapillary user name you would like to (re)authenticate : wegatest
Enter user credentials for user wegatest :
Enter email : wegavision@web.de
Enter user password :
Authentication failed for user name wegatest, please try again.

It looks like you might have an older version of mapillary_tools already installed.
Can you try .\mapillary_tools_win64.exe --advanced authenticate --force_overwrite ?

1 Like