-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Email list not defined (I don't know) #124
Comments
Hello, @MrConstantine! |
Looks like the issue it related to docker docker/compose#3633 |
Try fill |
@MrConstantine you can get administrator access as described here https://github.com/Mehonoshin/smartvpn-billing#admin-access |
@MrConstantine please can you also retry it with |
Yes. I will do |
cat .env
Command docker-compose --verbose -f docker-compose.development.yml up Errors:
|
@MrConstantine you try to run in production mode, but docker-compose.development.yml this development environment.
for production mode we have small bash script https://github.com/Mehonoshin/smartvpn/tree/master/setup |
I did. But why is there such a warning? Need something else to specify in .env? app_1 | 02:43:21 worker.1 | 2019-02-28T02:43:21.842Z 15 TID-grg653y6v DecreaseBalanceMailWorker JID-7fb7eac974d81f1438fdf323 INFO: fail: 0.013 sec ERROR: compose.cli.errors.log_timeout_error: An HTTP request took too long to complete. Retry with --verbose to obtain debug information. |
Found that there are some additional variables in the .env.sample SECRET_TOKEN= EMAIL_ADDRESS= ROLLBAR_ACCESS_TOKEN= NEWRELIC_LICENSE_KEY= ROBOKASSA_LOGIN= WEBMONEY_SECRET= MAILCHIMP_API_KEY= BRAND_NAME= |
You will help? Up |
@MrConstantine
Please do it. |
@MrConstantine can you clarify what exactly goes wrong?
|
Describe the bug
app_1 | 04:44:45 worker.1 | 2019-02-26T04:44:45.696Z 254 TID-go103nr0e WARN: SmartvpnException: Email list not defined
app_1 | 04:45:09 worker.1 | 2019-02-26T04:45:09.668Z 254 TID-go0zzkkdm AddUserToNewsletterWorker JID-cf942da943e95463afc40f5b INFO: start
app_1 | 04:45:09 worker.1 | 2019-02-26T04:45:09.675Z 254 TID-go0zzkkdm AddUserToNewsletterWorker JID-cf942da943e95463afc40f5b INFO: fail: 0.007 sec
app_1 | 04:45:09 worker.1 | 2019-02-26T04:45:09.676Z 254 TID-go0zzkkdm WARN: {"context":"Job raised exception","job":{"class":"AddUserToNewsletterWorker","args":["[email protected]","all"],"retry":true,"queue":"high","jid":"cf942da943e95463afc40f5b","created_at":1551156041.3521435,"enqueued_at":1551156309.6664355,"error_message":"Email list not defined","error_class":"SmartvpnException","failed_at":1551156050.4533172,"retry_count":3,"retried_at":1551156173.6761515},"jobstr":"{"class":"AddUserToNewsletterWorker","args":["[email protected]","all"],"retry":true,"queue":"high","jid":"cf942da943e95463afc40f5b","created_at":1551156041.3521435,"enqueued_at":1551156309.6664355,"error_message":"Email list not defined","error_class":"SmartvpnException","failed_at":1551156050.4533172,"retry_count":3,"retried_at":1551156173.6761515}"}
app_1 | 04:45:09 worker.1 | 2019-02-26T04:45:09.676Z 254 TID-go0zzkkdm WARN: SmartvpnException: Email list not defined
redis_1 | 1:M 26 Feb 2019 04:45:43.458 * DB saved on disk
redis_1 | 1:M 26 Feb 2019 04:45:43.461 * DB saved on disk
redis_1 | 1:M 26 Feb 2019 04:45:43.463 * DB saved on disk
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
To Reproduce
Steps to reproduce the behavior:
Server (please complete the following information):
Additional context
Hi. Thank you for correcting the previous error.
Why could a timeout error occur? I have a good internet connection. Which resource can I send ping to check availability? What is the login and password for access to the administrator account?
Thank you.
The text was updated successfully, but these errors were encountered: