Closed tomdavies closed 5 years ago
Hey @tomdavies, thanks for reporting this. Could you please give me a few more details so I can replicate?
I've done the following so far:
./craft feed-me/feeds/run --id=1
.The feed imported fine for me without triggering the error, so any setup details you can give me would be really helpful. Also—Which version of the plugin are you using?
Cheers, Josh
Disregard the above @tomdavies: I can now replicate!
@tomdavies this should now be resolved in release 1.2.2
. Please let me know if you're still experiencing issues.
@thejoshsmith awesome, many thanks for the quick fix
Hey, I'm seeing errors when using Feed Me to import entries on a site that I'm trying out this plugin on, as the plugin expects an instance of
craft\web\User
when for a console request$user
will instead be acraft\console\User
: