Closed Halloran closed 5 years ago
so when you reboot, what do you see? any errors in the systemd unit?
we are making any modifications to the DHCP service
I can confirm I also experienced this issue on a Pi 3B using the prebuilt image. I then installed Raspbian Lite and ran the Debian script and haven’t experienced any issues since. It works perfectly on first boot but if I remember correctly after applying system upgrades with APT, dhcpd starts to fail to start. Unfortunately I don’t have any logs but hopefully someone has some.
In my case, when I boot and watch the sequence, there is a line reporting that dhcpcd is starting, and that line simply hangs for ~90seconds, and then the boot sequence continues. Once boot completes, I can login either from a connected terminal, or over ssh using pi@nextcloudpi.local
. At that point running sudo dhcpcd
works just fine. So my guess is that there is some problem with the sequencing of boot up.
To be clear, the problem is that the machine is not getting static ip address without manual intervention. Therefore, the forwarding that I've set up for my ddns configuration does not work (until dhcpcd is started manually).
This problem started happening relatively recently (< 6 mos) after an upgrade that was installed via the NextCloudPi admin console. Before that, everything was working fine. I apologize for not remembering the exact version upgrade, but my recollection is that it was an upgrade that included moving to dhcpcd from another ip client.
The machine is RPi 3 Model B Rev 1.2, networking is via ethernet cable, and WiFi is not configured or being used (based on the forums, I'd guess that hard-wiring of the network is unusual, so may play into the problem).
Thanks for any advice/suggestions.
@Halloran did you use nc-static-IP
at any point or touch the configuration? or are you just using Raspbian defaults?
The problem started happening before I was aware of that setting (nc-static-IP). But during the process of trying to troubleshoot, I did toggle the setting. In addition, FWIW, I have tried pretty much every combination of setting the ip manually on the NCP machine and having it set to a static address by the router (which is the DHCP server). None of the combinations seemed to have any impact on the problem.
Currently, things are set up so that there is no configuration on the client, but the router is set to assign a static address to the RPi based on it's MAC. The Router is an ASUS model, and the firmware is up to date.
Not sure if I should open another issue for this, but I encountered a very similar problem. Upon booting NextCloudPi with my keyboard plugged in, dhcpcd starts normally and is able to fetch an IP-address from the router. However, if the keyboard is unplugged and the PI is rebooted, dhcpcd returns a timeout and no IP-address is assigned. My guess is that plugging in/out the keyboard changes the default interface name for my ethernet cable (not sure if it has something to do with it, but I read something about predictable interface names being disabled in rasbian stretch: https://madlab5.blogspot.com/2017/08/raspbian-stretch-renames-network.html).
I enabled and disabled a static ip-address using ncp-config (tried both the web-UI as terminal).
My dhcpcd.conf:
...
# Local loopback
auto lo
iface lo inet loopback
# NextCloudPi autogenerated
# don't modify! better use ncp-config
interface eth0
static ip_address=192.168.2.130/24
static routers=192.168.2.254
static domain_name_servers=192.168.2.254
# Local loopback
auto lo
iface lo inet loopback
Note: journalctl mentions the following:
...
dhcpcd[377]: unknown option: auto
dhcpcd[377]:unknown option: iface
...
NextCloudPi version: 1.14.3 OS: Raspbian Stretch
FWIW, my nextcloudpi has not had a keyboard attached at any time while this problem has been in play, so that could explain something. Unfortunately, I don't have a keyboard available to test.
@TimMolenaar I'm unclear about your use of static-ip via nap-config. Did that cause dhcpcd to succeed at boot? Or not?
My point was that, whether or not I used ncp-static-ip, dhcpcd did not start correctly on boot because it timed out
On 13 Jul 2019, 16:07, at 16:07, John Halloran notifications@github.com wrote:
FWIW, my nextcloudpi has not had a keyboard attached at any time while this problem has been in play, so that could explain something. Unfortunately, I don't have a keyboard available to test.
@TimMolenaar I'm unclear about your use of static-ip via nap-config. Did that cause dhcpcd to succeed at boot? Or not?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/nextcloud/nextcloudpi/issues/938#issuecomment-511124819
I can also confirm that problems started after upgrading to the latest nextcloudpi, like TheGreatestJannet mentioned
On 13 Jul 2019, 16:07, at 16:07, John Halloran notifications@github.com wrote:
FWIW, my nextcloudpi has not had a keyboard attached at any time while this problem has been in play, so that could explain something. Unfortunately, I don't have a keyboard available to test.
@TimMolenaar I'm unclear about your use of static-ip via nap-config. Did that cause dhcpcd to succeed at boot? Or not?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/nextcloud/nextcloudpi/issues/938#issuecomment-511124819
Unfortunately cannot reproduce here and we don't deviate from Raspbian behavior so unless someone else can help by diagnosing and proposing a fix not much I can do
I have the same problem.
After creating a new image and recreate from backup it works for a day. When I try to connect to the server the next morning I get an "unable to connect" browser message for both nextcloud and the ncp dashboard.
Pinging is still possible.
Hello,
I see the issue has been closed, but I have a solution you might want to try. I ran into this same problem running headless and found a post on the raspberry pi forums that fixed the issue for me:
https://lb.raspberrypi.org/forums/viewtopic.php?t=230779
Basically, install then enable/start haveged
sudo apt-get install haveged
systemctl enable haveged.service
Its worth reading about what this is and if you feel comfortable installing it on your system:
very interesting @jcharbonneau15 , thanks
If I see a bunch of people confirming that this fixes their issues I will definitely add it
@jcharbonneau15 thank you for the possible solution. I've just installed and enabled havegd
on my device, and it survived a headless reboot (I can connect again via SSH). Don't wanna jump to conclusions, but it seems like your solution is the correct one for me :+1:
I am adding those lines to the next image. Does this solution fix the issue for you @Halloran?
Thanks for the patch @nachoparker, but you forgot the -y parameter to prevent the query for user input. Bad for the update via web interface ;) I've created a Pull Request (glad github makes that easy without cloning the whole thing :)): https://github.com/nextcloud/nextcloudpi/pull/952
ah right, fixed thanks :)
Sorry to be out of touch on this one. I am on vacation and won't be able to access the pi in question for another couple of weeks. But I will try it then as it seems to make sense, and update the thread.
I added it to the latest image. Still would love some more feedback. Enjoy your vacation time
Yup. Fixed it.
Thx, @jcharbonneau15
@nachoparker apologies for taking so long; the machine is usually remote to me - hence the issue. But this fixed me. Thanks for all the work on the project. Really useful for me.
Each time the machine is booted, dhcpcd fails to start properly, and therefore, the it does not get a proper ip v4 address. In order to resolve, I need to manually log in @ nextcloudpi.local, and then
sudo dhcpcd
to start dhcpcd.This works fine, but obviously it prevents unattended reboots, which may happen if power is interrupted, etc.
System information
<--! Paste this in GitHub report -->
NextCloudPi diagnostics
``` NextCloudPi version v1.14.0 NextCloudPi image NextCloudPi_09-28-17 distribution Raspbian GNU/Linux 9 \n \l automount yes USB devices sda datadir /media/nextCloudDrive/ncdata data in SD no data filesystem ext2/ext3 data disk usage 769G/3.6T rootfs usage 5.0G/15G swapfile /media/USBdrive/swap dbdir /media/USBdrive/ncdatabase Nextcloud check ok Nextcloud version 15.0.8.1 HTTPD service up PHP service up MariaDB service up Redis service up Postfix service up internet check ok port check 80 open port check 443 open IP ***REMOVED SENSITIVE VALUE*** gateway ***REMOVED SENSITIVE VALUE*** interface eth0 certificates ***REMOVED SENSITIVE VALUE*** NAT loopback no uptime 10min ```Nextcloud configuration
``` { "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": { "0": "localhost", "5": "nextcloudpi.local", "1": "192.168.1.20", "3": "hallorancloud.ddns.net", "4": "hallorancloud.ddns.net", "7": "nextcloudpi", "8": "nextcloudpi.lan" }, "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/192.168.1.20\/", "dbtype": "mysql", "version": "15.0.8.1", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "mail_smtpmode": "sendmail", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "overwriteprotocol": "https", "maintenance": false, "theme": "", "loglevel": 2, "jpeg_quality": "60" } } ```HTTPd logs
``` [Sat Jul 06 10:40:43.137544 2019] [proxy_fcgi:error] [pid 31828] [client 192.168.1.133:58474] AH01071: Got error 'PHP message: PHP Notice: Undefined index: app in /var/www/ncp-web/index.php on line 238\nPHP message: PHP Notice: Undefined index: app in /var/www/ncp-web/index.php on line 244\n' [Sat Jul 06 10:43:46.686632 2019] [proxy_fcgi:error] [pid 905] [client 192.168.1.133:59129] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.724264 2019] [proxy_fcgi:error] [pid 905] (104)Connection reset by peer: [client 192.168.1.133:59129] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:46.693822 2019] [proxy_fcgi:error] [pid 31844] [client 192.168.1.133:59175] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.725304 2019] [proxy_fcgi:error] [pid 31844] (104)Connection reset by peer: [client 192.168.1.133:59175] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:46.702029 2019] [proxy_fcgi:error] [pid 1576] [client 192.168.1.133:59070] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.712262 2019] [proxy_fcgi:error] [pid 31828] [client 192.168.1.133:58474] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.725971 2019] [proxy_fcgi:error] [pid 1576] (104)Connection reset by peer: [client 192.168.1.133:59070] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:46.726020 2019] [proxy_fcgi:error] [pid 31828] (104)Connection reset by peer: [client 192.168.1.133:58474] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:46.823824 2019] [proxy_fcgi:error] [pid 1458] [client 192.168.1.133:59405] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.823911 2019] [proxy_fcgi:error] [pid 1458] (104)Connection reset by peer: [client 192.168.1.133:59405] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:46.823942 2019] [proxy_fcgi:error] [pid 1468] [client 192.168.1.133:59400] AH01067: Failed to read FastCGI header [Sat Jul 06 10:43:46.824024 2019] [proxy_fcgi:error] [pid 1468] (104)Connection reset by peer: [client 192.168.1.133:59400] AH01075: Error dispatching request to :4443: [Sat Jul 06 10:43:48.135592 2019] [mpm_prefork:notice] [pid 1135] AH00169: caught SIGTERM, shutting down [Sat Jul 06 10:45:55.561050 2019] [ssl:warn] [pid 1136] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 06 10:45:56.085362 2019] [ssl:warn] [pid 1147] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Sat Jul 06 10:45:56.086122 2019] [http2:warn] [pid 1147] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive. [Sat Jul 06 10:45:57.006925 2019] [mpm_prefork:notice] [pid 1147] AH00163: Apache/2.4.25 (Raspbian) OpenSSL/1.0.2s configured -- resuming normal operations [Sat Jul 06 10:45:57.007052 2019] [core:notice] [pid 1147] AH00094: Command line: '/usr/sbin/apache2' [Sat Jul 06 10:47:06.562009 2019] [proxy_fcgi:error] [pid 1165] [client 192.168.1.133:60669] AH01071: Got error 'PHP message: PHP Notice: Undefined index: app in /var/www/ncp-web/index.php on line 238\nPHP message: PHP Notice: Undefined index: app in /var/www/ncp-web/index.php on line 244\n' ```Database logs
``` 2019-07-06 10:43:50 1970086704 [Note] /usr/sbin/mysqld: Shutdown complete 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2019-07-06 10:45:47 1996148704 [Note] InnoDB: The InnoDB memory heap is disabled 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2019-07-06 10:45:47 1996148704 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Compressed tables use zlib 1.2.8 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Using Linux native AIO 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Using generic crc32 instructions 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Initializing buffer pool, size = 370.0M 2019-07-06 10:45:47 1996148704 [Note] InnoDB: Completed initialization of buffer pool 2019-07-06 10:45:48 1996148704 [Note] InnoDB: Highest supported file format is Barracuda. 2019-07-06 10:45:49 1996148704 [Note] InnoDB: 128 rollback segment(s) are active. 2019-07-06 10:45:49 1996148704 [Note] InnoDB: Waiting for purge to start 2019-07-06 10:45:49 1996148704 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.42-84.2 started; log sequence number 32196865198 2019-07-06 10:45:49 1111487280 [Note] InnoDB: Dumping buffer pool(s) not yet started 2019-07-06 10:45:49 1996148704 [Note] Plugin 'FEEDBACK' is disabled. 2019-07-06 10:45:49 1996148704 [Note] Server socket created on IP: '127.0.0.1'. 2019-07-06 10:45:49 1996148704 [Note] /usr/sbin/mysqld: ready for connections. Version: '10.1.38-MariaDB-0+deb9u1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Raspbian 9.0 ```Nextcloud logs
``` {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:14:33+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Repair::info: Repair info: Removed potentially over exposing link shares","userAgent":"--","version":"15.0.6.1"} {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:14:33+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::startCheckCodeIntegrity: Starting code integrity check...","userAgent":"--","version":"15.0.6.1"} {"reqId":"2ZQ56aCtQVceEQlOGLlr","level":0,"time":"2019-06-17T11:15:04+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Update required, skipping cron","userAgent":"--","version":"15.0.6.1"} {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:15:17+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::finishedCheckCodeIntegrity: Finished code integrity check","userAgent":"--","version":"15.0.6.1"} {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:15:17+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::updateEnd: Update successful","userAgent":"--","version":"15.0.8.1"} {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:15:17+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceDisabled: Turned off maintenance mode","userAgent":"--","version":"15.0.8.1"} {"reqId":"wmQxANFaCpofCkqbxG2d","level":1,"time":"2019-06-17T11:15:17+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::resetLogLevel: Reset log level to Warning(2)","userAgent":"--","version":"15.0.8.1"} {"reqId":"XQeCn38AAQEAAAXyZUkAAAAH","level":4,"time":"2019-06-17T12:07:59+00:00","remoteAddr":"76.15.52.150","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/SnappSchool\/Snapp%20School\/Spanish%20Translations\/K.CC.4-5%09Counting%20Objects.gdoc","message":{"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\InvalidPath","Message":"File name contains at least one invalid character","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":76,"function":"getChild","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["K.CC.4-5\tCounting Objects.gdoc"]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/LockPlugin.php","line":59,"function":"getNodeForPath","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/john.halloran\/Projects\/SnappSchool\/Snapp School\/Spanish Translations\/K.CC.4-5\tCounting Objects.gdoc"]},{"function":"getLock","class":"OCA\\DAV\\Connector\\Sabre\\LockPlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/SnappSchool\/Snapp%20School\/Spanish%20Translations\/K.CC.4-5%09Counting%20Objects.gdoc","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\LockPlugin"},"getLock"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/SnappSchool\/Snapp%20School\/Spanish%20Translations\/K.CC.4-5%09Counting%20Objects.gdoc","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":466,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["beforeMethod",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/SnappSchool\/Snapp%20School\/Spanish%20Translations\/K.CC.4-5%09Counting%20Objects.gdoc","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/SnappSchool\/Snapp%20School\/Spanish%20Translations\/K.CC.4-5%09Counting%20Objects.gdoc","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":227,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQj6gn8AAQEAABzpBCsAAAAI","level":3,"time":"2019-06-18T14:56:47+00:00","remoteAddr":"76.15.52.150","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 42374 got 16384","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["ecmult_impl.h",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQj6gn8AAQEAABzpBCsAAAAI","level":4,"time":"2019-06-18T14:56:47+00:00","remoteAddr":"76.15.52.150","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 42374 got 16384","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["ecmult_impl.h",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/inbox\/node_modules\/secp256k1\/src\/secp256k1-src\/src\/ecmult_impl.h","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQoXoX8AAQEAACP2dCEAAAAF","level":3,"time":"2019-06-19T11:13:17+00:00","remoteAddr":"67.243.147.241","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 444 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["es7.math.imulh.js",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQoXoX8AAQEAACP2dCEAAAAF","level":4,"time":"2019-06-19T11:13:17+00:00","remoteAddr":"67.243.147.241","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 444 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["es7.math.imulh.js",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/babel-runtime\/node_modules\/core-js\/modules\/es7.math.imulh.js","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueun8AAQEAAGzcTeoAAAAI","level":3,"time":"2019-06-20T15:02:04+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 29892 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["README.md",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueun8AAQEAAGzcTeoAAAAI","level":4,"time":"2019-06-20T15:02:04+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 29892 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["README.md",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/README.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueun8AAQEAAGzrjOcAAAAH","level":3,"time":"2019-06-20T15:02:04+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 36913 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["changelog.md",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueun8AAQEAAGzrjOcAAAAH","level":4,"time":"2019-06-20T15:02:04+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 36913 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["changelog.md",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/changelog.md","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueu38AAQEAAGz3SUUAAAAM","level":3,"time":"2019-06-20T15:02:15+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 16883 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["uglifyjs",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQueu38AAQEAAGz3SUUAAAAM","level":4,"time":"2019-06-20T15:02:15+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 16883 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["uglifyjs",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/terser\/bin\/uglifyjs","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQufHH8AAQEAAGzhwcwAAAAJ","level":3,"time":"2019-06-20T15:03:40+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"no app in context","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 2807 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["package.json",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} {"reqId":"XQufHH8AAQEAAGzhwcwAAAAJ","level":4,"time":"2019-06-20T15:03:40+00:00","remoteAddr":"172.58.225.142","user":"john.halloran","app":"webdav","method":"PUT","url":"\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","message":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"expected filesize 2807 got 0","Code":0,"Trace":[{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["package.json",null]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/hallorancloud.ddns.net\/remote.php\/dav\/files\/john.halloran\/Projects\/Solidity\/lottery-react\/node_modules\/tar.gz\/node_modules\/bluebird\/package.json","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/nextcloud\/remote.php","line":163,"args":["\/var\/www\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/File.php","Line":222,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Macintosh) mirall\/2.5.1final (build 20181204) (Nextcloud)","version":"15.0.8.1"} ```