Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[Bug] Linkedin import error

Open gnaomo opened this issue 1 year ago • 5 comments

Is there an existing issue for this?

  • [ ] Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Cloud (http://rxresu.me)

Current Behavior

I'm trying to import my Linkedin data obtained using the export provided on Linkedin.com

image

Expected Behavior

Successful import with no errors

Steps To Reproduce

  1. Export Linkedin Data from Linkedin.com
  2. Select "Import an Existing" on rxresu.me and select the Linkedin Zip

What browsers are you seeing the problem on?

Chrome

What template are you using?

None

Anything else?

#1604

I think it's probably some expected or unexpected values in my Linkedin zip, I can provide it privately for further debugging

gnaomo avatar Feb 21 '24 08:02 gnaomo

The JSON data containing your resume is validated before importing. If you inspect the JSON file manually, you'll find that the first entry under Certifications either doesn't have a URL field, the field is empty, or it has an incorrect URL. When importing my Linkedin yeterday (using just the JSON) file I needed to fix a few things manually 😉

bennycornelissen avatar Feb 23 '24 09:02 bennycornelissen

The JSON data containing your resume is validated before importing. If you inspect the JSON file manually, you'll find that the first entry under Certifications either doesn't have a URL field, the field is empty, or it has an incorrect URL. When importing my Linkedin yeterday (using just the JSON) file I needed to fix a few things manually 😉

Is it only need to fix certifications json file ?

faisalbasra avatar Apr 19 '24 21:04 faisalbasra

The JSON data containing your resume is validated before importing. If you inspect the JSON file manually, you'll find that the first entry under Certifications either doesn't have a URL field, the field is empty, or it has an incorrect URL.

I had a similar issue. My certifications.csv file was missing the URL from 2 of the entries/lines.

The fix: Unzip the file, edit the certifications.csv file and enter real (or placeholder) data for the URLs, re-zip the archive.

kjhosein avatar Aug 21 '24 15:08 kjhosein

Is it only need to fix certifications json file ?

It depends on what errors you're seeing. If (in the error output) you're only seeing a path name of "Certifications", then yes.

Disclaimer: I am a new user of RxResume, but based on the docs and my experience so far, this appears to be correct.

kjhosein avatar Aug 21 '24 15:08 kjhosein

Had the same error. inspected the csv file found one of the certs had the URL start with http://so.. Changing The URL from http:// to https:// seems to make the validation error go away @gnaomo BUT.. :) whenever I import the ZIP file it's always just blank... 😞 I will post my final thoughts on this web-app in an another issue to not hog this thread and waste someone's time.

(Update: Already Did, and here is an archived one, just in-case if it got deleted 😺)

YR3 avatar Sep 13 '24 05:09 YR3