mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-12-23 21:44:30 +01:00
Add notes for 2019-05-03
This commit is contained in:
parent
1296501125
commit
f964d28fb6
@ -64,4 +64,25 @@ curl: (22) The requested URL returned error: 401 Unauthorized
|
||||
https://cgspace.cgiar.org/rest/collections/1179/items?limit=812&expand=metadata
|
||||
```
|
||||
|
||||
## 2019-05-03
|
||||
|
||||
- A user from CIAT emailed to say that CGSpace submission emails have not been working the last few weeks
|
||||
- I checked the `dspace test-email` script on CGSpace and they are indeed failing:
|
||||
|
||||
```
|
||||
$ dspace test-email
|
||||
|
||||
About to send test email:
|
||||
- To: woohoo@cgiar.org
|
||||
- Subject: DSpace test email
|
||||
- Server: smtp.office365.com
|
||||
|
||||
Error sending email:
|
||||
- Error: javax.mail.AuthenticationFailedException
|
||||
|
||||
Please see the DSpace documentation for assistance.
|
||||
```
|
||||
|
||||
- I will ask ILRI ICT to reset the password
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -29,7 +29,7 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-05/" />
|
||||
<meta property="article:published_time" content="2019-05-01T07:37:43+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-01T11:53:26+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-01T12:24:01+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="May, 2019"/>
|
||||
@ -63,9 +63,9 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/",
|
||||
"wordCount": "484",
|
||||
"wordCount": "558",
|
||||
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
||||
"dateModified": "2019-05-01T11:53:26\x2b03:00",
|
||||
"dateModified": "2019-05-01T12:24:01\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -218,6 +218,33 @@ curl: (22) The requested URL returned error: 401 Unauthorized
|
||||
<pre><code>https://cgspace.cgiar.org/rest/collections/1179/items?limit=812&expand=metadata
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2019-05-03">2019-05-03</h2>
|
||||
|
||||
<ul>
|
||||
<li>A user from CIAT emailed to say that CGSpace submission emails have not been working the last few weeks
|
||||
|
||||
<ul>
|
||||
<li>I checked the <code>dspace test-email</code> script on CGSpace and they are indeed failing:</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ dspace test-email
|
||||
|
||||
About to send test email:
|
||||
- To: woohoo@cgiar.org
|
||||
- Subject: DSpace test email
|
||||
- Server: smtp.office365.com
|
||||
|
||||
Error sending email:
|
||||
- Error: javax.mail.AuthenticationFailedException
|
||||
|
||||
Please see the DSpace documentation for assistance.
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>I will ask ILRI ICT to reset the password</li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-05-01T11:53:26+03:00</lastmod>
|
||||
<lastmod>2019-05-01T12:24:01+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
|
||||
<lastmod>2019-05-01T11:53:26+03:00</lastmod>
|
||||
<lastmod>2019-05-01T12:24:01+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-05-01T11:53:26+03:00</lastmod>
|
||||
<lastmod>2019-05-01T12:24:01+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-05-01T11:53:26+03:00</lastmod>
|
||||
<lastmod>2019-05-01T12:24:01+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-05-01T11:53:26+03:00</lastmod>
|
||||
<lastmod>2019-05-01T12:24:01+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user