403 UPLOAD Error

over 12 Hour…
…0% ((((((

PC config:
Xeon 4core 3,5@ / 32Gb RAM /

or CMD

mapillary_tools.exe upload --import_path “C/adjusted”

1 Like

Im have many processed, and not upload photos…

Hey @velmyshanovnyi – I’ve reached out in email but will respond here just in case as well. Could you email me the logs from the desktop uploader? Can you try reinstalling?

I just resolved a major 403 problem by deleting my Mapillary config file (Linux) such that I had to enter email/password again at the next upload. I did however have to rerun the processing as the old auth info had been written to the image EXIF. In my case I just deleted the .mapillary/log structure and ran processing “normally” on the already written geocoded info. (ie not --rerun)

Hope this helps…

1 Like

that is, I need to take over 200k all original photos from 7 cameras (without EXIF), once again the process of their ea EXIF (gpx to JpgEXIF), and then re-download ALL (non --rerun)?

???

this is not a problem for me,
I want to understand whether everything is understood correctly

1 Like

I am a user, not a member of the project support team.

mapillary_tools process by default only inserts the EXIF Image Description tag, I specify --overwrite_all_EXIF_tags so that data was was used instead of gpx.

Re-processing the photos on your disk probably be easier than camera download. That will overwrite the EXIF tag, but needs gpx data. I don’t know how to modify authentication data only.

Perhaps wait for Brenna?

1 Like

Thanks @bob3bob3 for the suggestions (I just read your email too, and will shoot you a response shortly)

@velmyshanovnyi I have your info in the email you just sent me and I’m going to compile it for the devs to look at to see if they can figure out how to help – Unfortunately this is beyond me so I need their guidance to get the right answer for you. Hang tight, I’ll be in touch once I have something!

1 Like

@Brenna
I will continue through the web uploader,
but he sometimes breaks, so i have to do much longer and sometimes with a few tries …

I hope I’ll have time to download everything until the end of the competition

@Brenna

not fixed (((


UPD1
all cameras error upload ((((

cmd
C:\ffmpeg\bin\mapillary_tools.exe --advanced authenticate --user_name velmyshanovnyi --user_email %EMAIL% --user_password %PASSWORD%
C:\ffmpeg\bin\mapillary_tools.exe process_and_upload --advanced --import_path “G” --user_name velmyshanovnyi --number_threads 1 --max_attempts 3 --verbose --rerun --flag_duplicates --duplicate_distance 0.5

I get the impression (needs to be verified) that process_and_upload validates user/passwd against the server, whereas authenticate only modifies the config locally. If this is the case perhaps deleting or moving the config file and rerunning only the process_and_upload might be worth a try. You will be prompted for email/password. (This is how I made my 403 fault clear)

1 Like

specify which one should delete the configuration?

new day - new error (c)

Running sequence_process for 0 images, skipping 0 images.
Running sequence_process for 0 images, skipping 0 images.
Running sequence_process for 0 images, skipping 0 images.
Running sequence_process for 0 images, skipping 0 images.
Running sequence_process for 0 images, skipping 0 images.
Sub process ended
Running upload_params_process for 13384 images, skipping 0 images.
Sub process ended
Running mapillary_image_description for 13384 images, skipping 0 images.
Sub process ended
Process done.
Uploading 11665 images with valid mapillary tags (Skipping 1719)
Uploading 1. sequence with 5 threads
HTTP error: HTTP Error 403: Forbidden on mapicam-A-0-20190130-142707.jpg, will attempt upload again for 49 more times
HTTP error: HTTP Error 403: Forbidden on mapicam-A-0-20190130-142708.jpg, will attempt upload again for 49 more times
HTTP error: HTTP Error 403: Forbidden on mapicam-A-0-20190130-142706.jpg, will attempt upload again for 49 more times
HTTP error: HTTP Error 403: Forbidden on mapicam-A-0-20190130-142651.jpg, will attempt upload again for 49 more times
HTTP error: HTTP Error 403: Forbidden on mapicam-A-0-20190130-142705.jpg, will attempt upload again for 49 more times

I dont know the Windows location of config sorry. Linux is in $HOME/.config/mapillary so possibly look at C:\Users%name%\mapillary

thnx ))

C:\Users%USERNAME%.config\mapillary

I ran into the same issue, wanted to put brief steps on how to resolve this.

Delete your .config/mapillary/config file. Reauthenticate. Then run the process command with --rerun set. Then upload. The rerun flag regenerates the metadata used by the upload command.

1 Like

cmd UPLOAD mapillary_tools.exe v-0.4.2 (v-0.5.0 = nonStable:( )
windows10
BlackVue 900

:: [1] DELETE .config
cmd
cd c:
cd %HOMEPATH%
DEL /F/Q/S %HOMEPATH%.config\mapillary*.* > NUL
DEL /F/Q/S %HOMEPATH%.config\mapillary* > NUL
RMDIR /Q/S %HOMEPATH%.config\mapillary
%MapiCamMapillaryTools% authenticate --advanced --user_name %UserName%

:: [2] RUN process again on each folder re-authenticating when prompted
:: D:\mapicam\tools\mapillary\mapillary_tools.exe authenticate --advanced --help
:: D:\mapicam\tools\mapillary\mapillary_tools.exe authenticate --advanced --user_name velmyshanovnyi

:: [3] UPLOAD Upload reprocessed imagery.
D:\mapicam\tools\mapillary\mapillary_tools.exe upload --verbose --advanced --import_path “F:\BlackVue\20190404-A-odeska\Record\jpg” --number_threads 10 --max_attempts 10


LOG FILE:

16.04.2019  1:04:00,28 #                                                                                   
16.04.2019  1:04:00,28 # [8] ############################################################### 
16.04.2019  1:04:00,29 # [8]                                                                 
16.04.2019  1:04:00,29 # [8] # [8] START : Upload2Mapillary                                  
16.04.2019  1:04:00,30 # [8]                                                                 
16.04.2019  1:04:00,30 # [8] --------------------------------------------------------------- 
16.04.2019  1:04:00,31 # [8]                                                                 
16.04.2019  1:04:00,36 # [8] MapiCamFolder              = D:\mapicam                    
16.04.2019  1:04:00,37 # [8] MapiCamMapillaryTools      = D:\mapicam\tools\mapillary\mapillary_tools.exe            
16.04.2019  1:04:00,37 # [8] BlackVueFolder             = F:\BlackVue\20190404-A-odeska                   
16.04.2019  1:04:00,38 # [8] BlackVueFPS                = 10                      
16.04.2019  1:04:00,38 # [8] BlackVueInterval           = 0.1                 
16.04.2019  1:04:00,39 # [8] BlackDuplicateDistance     = 0.2           
16.04.2019  1:04:00,39 # [8] MapiCamUsernameAtMapillary = velmyshanovnyi       
16.04.2019  1:04:00,40 # [8] MapiCamPhaseNum            = [8]                  
16.04.2019  1:04:00,40 # [8] MapiCamLOG                 = F:\BlackVue\20190404-A-odeska\mapicam-LOG.txt                       
16.04.2019  1:04:00,41 # [8] uploadImportPath           = Record\jpg                 
16.04.2019  1:04:00,41 # [8]                            = F:\BlackVue\20190404-A-odeska\Record\jpg 
16.04.2019  1:04:00,42 # [8]                                                                 
16.04.2019  1:04:00,42 # [8] --------------------------------------------------------------- 
16.04.2019  1:04:00,43 # [8]                                                                 
16.04.2019  1:04:00,55 # [8] --------------------------------------------------------------- 
16.04.2019  1:04:00,55 # [8] upload = RUN                                                    
16.04.2019  1:04:00,56 # [8] parametr =                                                      
16.04.2019  1:04:00,56 # [8] D:\mapicam\tools\mapillary\mapillary_tools.exe upload --verbose --advanced --import_path "F:\BlackVue\20190404-A-odeska\Record\jpg"  --number_threads 10 --max_attempts 10 
16.04.2019  1:04:00,57 # [8] --------------------------------------------------------------- 
16.04.2019  1:04:00,57 # [8]                                                                 
Uploading 84585 images with valid mapillary tags (Skipping 23062)
Uploading 1. sequence with 10 threads
[------------------------------------------------------------] 0.4% ... 223 images left.
[=-----------------------------------------------------------] 0.9% ... 222 images left.
[=-----------------------------------------------------------] 1.3% ... 221 images left.
[=-----------------------------------------------------------] 1.8% ... 220 images left.
[=-----------------------------------------------------------] 2.2% ... 219 images left.
[==----------------------------------------------------------] 2.7% ... 218 images left.
[==----------------------------------------------------------] 3.1% ... 217 images left.
[==----------------------------------------------------------] 3.6% ... 216 images left.
[==----------------------------------------------------------] 4.0% ... 215 images left.
[===---------------------------------------------------------] 4.5% ... 214 images left.
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000025.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000038.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000014.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000009.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000049.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000031.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000001.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000044.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000019.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000005.jpg, will attempt upload again for 9 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000025.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000014.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000038.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000009.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000049.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000001.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000031.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000044.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000019.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000005.jpg, will attempt upload again for 8 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000038.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000009.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000025.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000031.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000049.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000001.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000044.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000019.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000014.jpg, will attempt upload again for 7 more times
HTTP error: HTTP Error 403: Forbidden on 20190404_082047_NF_000005.jpg, will attempt upload again for 7 more times

(...)

I have the same problem, happens with command line uploader, and the desktop uploader simply shows 0/10000 files have uploaded, or this message from the command line:
HTTP error: HTTP Error 403: Forbidden on G0162813.JPG, will attempt upload again for 49 more times.
It seems like the files are prepared, but then some how the network (Mapillary or local) does not allow the transfer.
I have cleared the conf file.
Have removed and re-installed, still no luck.

Any advise?

From memory. I use to get 403’s when my auth credentials were wrong. I vaguely remember that I had to delete the $HOME/.config/mapillary/config file and simply rerun the process/upload command. It then prompted for the username/password, saved as config, rewrote all the mapillary image EXIF’s and uploaded successfully…

(Linux command line uploader - mapillary_tools)

Getting 403 since this weekend. Tried re-processing, deleting the .mapillary folder the uploader creates within the picture directory, the config folder and re-authenticating. Nothing helps.

(Windows uploader.)

It feels like there is a different problem every week - last weekend it took 6 days until my uploads showed up on the map, which makes it hard for me to plan my next trips -, and I am getting tired. I usually push 40-50k pictures per weekend, and since both Here and Kaart left months ago I am literally (check the leaderboards for the UAE) the only one in the whole country still contributing in a meaningful way. But if I have to spend more time sorting Mapillary issues than taking pictures …

Strange … I have the same problems, it is not clear which magazines should be sent to tech support, the loader from 3 folders has not added any photos.