Ed Davison

Results 31 issues of Ed Davison

I have Django Q setup to use the DB as the queue, `Q_CLUSTER = { "orm": "default" }`. With this setting, email never sends. Using Django 3.1.1, django-q 1.3.3, django-q-email...

When doing the 'R CMD check Rrd' command I get compilation errors: * Installing *source* package ‘Rrd’ ... ** libs gcc -I/usr/lib/R/include -g -I/usr/local/include -fpic -O3 -g -std=gnu99 -c Rrd.c...

## Expected Behavior npm install && npm start to work properly to build and run the app ## Actual Behavior After npm install, there were no errors but when I...

**Describe the bug** When I navigate to the `/admin/mailer/messages` model I get an error: `sequence item 1: expected str instance, NoneType found` **Reproduce behavior** 1. Browse to admin console 1....

bug

Having trouble with decoding the tracking url: ``` >>> open_tracking_url = pytracking.get_open_tracking_url( ... {'ASIN': 'B07CBTMPHS'}, base_open_tracking_url="https://example.com/see", include_webhook_url=False) >>> open_tracking_url 'https://example.com/eyJtZXRhZGF0YSI6IHsiQVNJTiI6ICJCMDdDQlRNUEhTIn19' >>> tracking_result = pytracking.get_open_tracking_result(open_tracking_url, base_open_tracking_url="https://example.com/see") Traceback (most recent call last):...

I am using Centos 7 and installing through CPAN. Errors follow: ``` # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === #...

Closes: #149 Error encountered: ``` File "/home/otcomm/otcomm/otcommenv/lib/python3.9/site-packages/mailer/engine.py", line 191, in send_all ", ".join(message.to_addresses)) TypeError: sequence item 1: expected str instance, NoneType found ``` Changes proposed in this PR: - fix...

It would be a good to have partial/full grading depending on time of answer submission so that the first answer gets full credit, second gets 90% credit, third places gets...

enhancement

I was able to fix a few issues along the way so far (like system installed python packages which crashed the `prepare_system.sh` so uninstalled the system version and then the...

I am installing on Fedora 34 and ran the installer as `./nextcloud.yml -e 'ansible_python_interpreter=/usr/bin/python3'` and am receiving this error: ``` TASK [prep_os : install needed packages] ****************************************************** Thursday 13 May...