A partial archive of meta.discourse.org as of Tuesday July 18, 2017.

Vanilla Importer (vanilla.rb) - Error while importing users

harinayar

Hello,

I am trying to migrate from vanilla into discourse. I am trying the import steps outlined here.

The import job errors out always while importing users (see screenshot attached). When I rerun the script the error repeats for a different user leading me to believe that the issue is not specific to a specific user record but instead a problem with the the db schema or a timeout of some sort (as evidenced by the line in the error dump - “Javascript was terminated either by timeout or explicitly”)

I tried combing thru vanilla.rb to check for timeout values that I can maybe increase but I couldn’t find any such references. Thoughts?

harinayar

Bump. Anyone having a similar issue? I couldn’t find any topics within the meta that addressed a similar issue.

zogstrip

Does that user have a bio by any chances?

harinayar

I dont believe they do. But what I have noticed is that, every time the import job runs, it fails on a different user but with the same error, which leads me to believe that the issue might not be with a specific user but with the timeout not being high enough (my export file from vanilla is pretty huge ~1.2GB).

zogstrip

What are the other errors?

harinayar

Seems to be the same as the previous one.

" ‘eval_unsafe’: Javascript was terminated (either by timeout or explicity)"

harinayar

bump, anyone have a similar issue?