Closed akka2 closed 2 years ago
Hi, @akka2! Thanks for your report. Looks like you have used not latest release. This bug have been fixed in 0.2.19
, https://github.com/truemail-rb/truemail-rack/pull/64. Which version are you using?
Example from truemail-rack 0.2.19
:
Hi, @bestwebua I have the last version installed but still get the error message, Thanks for your help
@akka2, my result from latest 0.2.19 version:
Please provide output of these commands after execution in truemail server folder:
ruby -v
cat app/truemail_server/version.rb
hi, thanks for your feedback here is the output, i truemail rack version is installed
version of the server
@akka2 Stop the server, run bundle clean --force
in truemail-rack folder, then bundle install
. Which truemail version comes in log?
cd /
kill $(ps -c | grep ruby | stdbuf -oL awk '{print $1}')
cd root/truemail-rack
bundle clean --force
bundle install
VERIFIER_EMAIL=your_email@example.com ACCESS_TOKENS=token rackup
sorry mate
Which truemail version comes in log? What about another port?
VERIFIER_EMAIL=your_email@example.com ACCESS_TOKENS=token rackup -p 2526
here is the version :
port 2526 :
Ok, try to verify email through this server instance running on 2526 port
how you do that ? change config.ru ?
Nope. Run server with rackup -p 2526
and send http request to it http localhost:9292 email==some_emain Authorization:token
. We should make shure that current instance is serving.
can I share my sever access with you ? my email akkaoualiatgmailcom
I have emailed you.
@akka2 It's rvm issue on your environment. In current config always uses previous version of truemail core.
@bestwebua ok, need an update ?
@akka2 Update for what? P.S.: checkout your email with details.
I have added ability to track version of running truemail server. It should help to debug, 'what are happening?', in cases like yours.
Cheers mate I appreciate your help
New issue checklist
truemail-rack
to the latest versionIssue description
We received this error when we try to check email address:
Complete output when running truemail, including the stack trace and command used