Since I updated my ownCloud Server to version 9 and News Update to version 8.0.0 the custom Python update script reports an request failed with 401 on the command line. But the user and password are correct I used them before without any issue. In the ownCloud log I can see Login fail messages. First of all I was thinking maybe I did something wrong with the "make" that I have to run since all the Java scritp and PHP libs are not longe i nthe git repo but I get the same issue when I use the release tar.gz. What am I doing wrong?
System Information
News app version: 8.0.0 git clone and release tar.gz
ownCloud version: 9.0.0
PHP version: 5.6
Database and version: mysql 5.5.47
Browser and version: -
Distribution and version: Ubuntu Server 14.04.4 LTS
Contents of Console
2016-03-27 21:12:15,442 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
2016-03-27 21:12:45,551 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
2016-03-27 21:13:15,648 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
2016-03-27 21:13:45,827 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
2016-03-27 21:14:15,921 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
2016-03-27 21:14:46,195 - ownCloud News Updater - ERROR - https://mydomain.net/index.php/apps/news/api/v1-2: Request failed with 401: {"message":"CORS requires basic auth"} Trying again in 30 seconds
Sorry is now issue of the news app was a issue with my owncloud 9 update. Some how the permission on my .htaccess was wrong and the mode rewrite rules did not work.
Problem
Since I updated my ownCloud Server to version 9 and News Update to version 8.0.0 the custom Python update script reports an request failed with 401 on the command line. But the user and password are correct I used them before without any issue. In the ownCloud log I can see Login fail messages. First of all I was thinking maybe I did something wrong with the "make" that I have to run since all the Java scritp and PHP libs are not longe i nthe git repo but I get the same issue when I use the release tar.gz. What am I doing wrong?
System Information
Contents of Console
Contents of owncloud/data/owncloud.log