I tried it. I see the boot up is successful and it outputs the JSON of the http and https proxy, which all look correct. I don’t see any error messages (log at the bottom, filled with dummy info).
I wasn’t able to connect initially at all, and got an error. I had to edit the .cson file per the InkDrop directions to even be able to connect. How does the sync work at a high-level? Does it send the local notes file and upload to a central server? I’m assuming this mechanism works differently then when I connect, because if they were the same mechanism, than it should work yes (because I can connect now)?
/Applications/Inkdrop.app/Contents/MacOS/Inkdrop
[bugsnag] Loaded!
app:info Initializing inkdrop app.. +0ms
app:info Arguments: /Applications/Inkdrop.app/Contents/MacOS/Inkdrop +2ms
app:info Starting inkdrop app.. +70ms
app:info http proxy enabled: http://user:@url:1234 +128ms
app:info https proxy enabled: http://user:@url:1234 +0ms
app:info axios default config: {
proxy: false,
httpAgent: HttpProxyAgent {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
_promisifiedCallback: false,
timeout: null,
options: Url {
protocol: 'http:',
slashes: true,
auth: 'user:',
host: 'url:1234',
port: '1234',
hostname: 'url',
hash: null,
search: null,
query: null,
pathname: '/',
path: '/',
href: 'http://user:@url:1234/'
},
secureProxy: false,
proxy: {
protocol: 'http:',
slashes: true,
auth: 'user:',
host: 'url',
port: 1234,
hostname: 'url',
hash: null,
search: null,
query: null,
href: 'http://user:@url:1234/'
}
},
httpsAgent: HttpsProxyAgent {
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined,
_promisifiedCallback: false,
timeout: null,
options: Url {
protocol: 'http:',
slashes: true,
auth: 'user:
port: '1234',
hostname: 'url',
hash: null,
search: null,
query: null,
pathname: '/',
path: '/',
href: 'http://user:@url:port/'
},
secureProxy: false,
proxy: {
protocol: 'http:',
slashes: true,
auth: 'user:',
host: '',
port: 1234,
hostname: '',
hash: null,
search: null,
query: null,
href: 'http://user:@url:1234/'
},
defaultPort: 443
}
} +2ms
(node:35990) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
(node:35990) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information