Git Product home page Git Product logo

sync-my-l2p's People

Contributors

bergiu avatar empee584 avatar justin-time avatar mitmischer avatar mkroening avatar robertkrajewski avatar t-schroeder avatar yayachiken avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sync-my-l2p's Issues

Update Benachrichtigung wird angezeigt + Hide-Option nicht speicherbar

Bei jedem Programmstart unter Windows und der ARM Version wird auf eine neue Programmversion hingewiesen, selbst wenn die aktuellste Version installiert ist. Außerdem bewirkt das Deaktivieren der Checkbox, ob nach Updates gesucht werden soll, nichts - beim nächsten Start wird dennoch hingewiesen.

Login Browser does not open

I'm trying to login, but the Browser that is supposed to open for authentication just does not show up and the Login Window just switches to "Login fehlgeschlagen". I'm running archlinux and tried this with the latest version from master.

This is the log output:

ERROR 12:43:44.414 "Kann keine Daten von Festplatte laden" : "No such file or directory"
INFO 12:43:51.338 "Setze Logging auf "Erweitert"."
INFO 12:43:54.095 "Erreichbarkeitsrequest"
INFO 12:43:54.298 "Erreichbarkeit festgestellt"
ERROR 12:43:57.604 Unerwarteter Antwortstatus: "error: unknown app id."
DEBUG 12:43:57.604 "Stoppe Login"
DEBUG 12:44:00.939 "Stoppe Login"

Folders in "Medienbibliothek"

Videos etc. in a "Medienbibliothek" are displayed within a folder containing the video. In my opinion that is not necessary and I would like to have all files from "Medienbibliothek" in one folder.

Progress bar still has problems

When downloading larger files (size displayed in MB) the progress bar jumps to a high value. After the download reaches 5 MB the bar jumps back and displays correct progress again. (see screenshots).
bildschirmfoto vom 2015-05-31 19 41 41
bildschirmfoto vom 2015-05-31 19 42 38
bildschirmfoto vom 2015-05-31 19 42 49

Update connection to new api

Here are the changes made to the api:

** Documentation **
We are clearing some things up and explain some of the possible return
values (e.g. course status). This will not affect any of the API Calls
itself.

** viewAllMediaLibraries **
The old API-Call "viewAllMediaLibrarys" was misspelled. We correct
this and rename the call to "viewAllMediaLibraries".
The API-Call "viewAllMediaLibrarys" will be marked as deprecated and
should not be used. It will work until June for legacy support. After
that, we will shut this method down.

** HTTP Status Codes **
The API will answer with HTTP Status codes depending on the result and
request. The policy will be:

  • OK (200): Everything worked fine (in the past, the API always
    returned this code)
  • Unauthorized (401): The access token is invalid
  • Forbidden (403): User has not enough rights to perform this action
  • Bad Request (400): The Call was malformed. e.g. missing mandatory
    parameters or wrong formats
  • Not found (404): The module of the api-call is deactivated in the course room.
  • Internal Server Error (500): An error inside the API occured. If
    this error persists, please report us!

** ViewAssignment **
This is a new Call. You can get a single assignment by providing the itemID.

** Error Messages **
Several Errors will now provide better descriptions of the error.
(e.g. malformed Course room IDs).

** Add/Update Announcements **
In case a non-critical error occured, you will be informed using the
new "comment" field in the answer (e.g. if the expiretime is in the
past).

** ViewAllDiscussionRootItems **
This is a new Call. This call will provide only the Root items in the
Discussion Forum.

** ViewAllHyperLinks **
In some cases, hyperlinks were malformed (starting with
"http://http://) - this should be fixed now.

Changed release files?

Hey, I'm the maintainer of the AUR package for Sync-my-l2p and recently hit an issue: The release files where changed. Not only where the file names changed (and thus the URL), but also the file content.

What are the reasons for these silent changes?

Set "last modified" problem

Using "utime" to set the last modified attribute of a file causes during summertime a offset of one hour. Thus it is impossible to consider the last modified attribute to compare two files.

Sync also deletions

I would like an additional option to also sync deletion of files, because I experience that sometimes files with wrong names are uploaded again with corrected name or the uploaders use version numbers in name.

The "SSL/TSL" error catcher does not work every time!

Most of the time, I receive your collected message but rarely I receive a normal SSL/TSL message.

Please take a look at my old commit 2bf40d0. This commit should be obsolete because of 7910fd1, but it seems not to work correctly without it.

The Problem is, that my commit also mute the SSL/TSL message and this is only suboptimal because in this case the user does not get your collected message.

Add update check

Check for new version on startup. The user should be able to deactivate this feature in the settings.

Catch expired accessToken

Normally the accessToken should be renewed after a certain timeout. But users report, that this doesn't happen and the have to restart the program.

Crash on Ubuntu 14.04

I accidentially installed the version for Ubuntu 14.10 and that crashed after login. Is there a way to prevent installing on wrong version of Ubuntu?

Edit: Installing the right version did not help, same error. I will try a reboot now.
Edit2: When starting via terminal, I get this:

clel@clel-Ubuntu-T400:~$ Sync-my-L2P 

(process:3103): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Speicherzugriffsfehler (Speicherabzug geschrieben)

It crashes after the "Speicherzugriffsfehler" message appears.

I also sent some reports via the bug reporting tool from Ubuntu, but I do not know, whether you are able to receive it.

Add support for proxies

It would be a nice feature to have the possibility to use a proxy. I don't know whether people would use it, but it would nevertheless be a nice debugging feature.

To my mind a simple option switching between "No Proxy" and "Default System Proxy" would be sufficient.

Courses which use the old legacy L2P

One course of me has been recently set to use the old legacy L2P. Now Sync-my-L2P does not work properly with this course anymore. It only displays the files that have been added before the change to legacy version. Is there a way to support such courses as well?

Parsing of Assignment API Request

The response of the L2P server for a "viewAllAssignments" request differs fundamentally from the other responses. Therefore the parser has to be adapted to parse also these responses.

Change log entry for assignment requests

If there are no assignments in a course, a log entry on level "ERROR" is added. This should be changed into debug because it isn't a real error and a normal user could be worried.

ARM version?

A version compiled for ARM devices such as the Raspberry Pi would be nice

Option to ask if file should be overwritten

I don't want to auto override every file so I leave this in the settings unchecked.
Sometimes I would like to override a file so I have to either check that temporarily or even have to delete the file and download it again if I don't want to have every file overwritten.
So here is my suggestion:

Add the option to ask for every updated file, if it sould be overwritten or not.

The selection doesn't have to be saved, just a littly message to choose.

Problem with loggin in on Ubuntu (Browser does not open)

Hi,
after compiling the version with the fix #12 manually and launching the program, a window opens saying the the browser will open soon. Unfortunately it does not open for me.

The log (after trying this several times) is:

ERROR 12:00:02.208 Kann Daten von Festplatte nicht parsen: "unexpected end of file"
INFO 12:00:02.234 Erreichbarkeitsrequest
INFO 12:00:02.675 Erreichbarkeit festgestellt
ERROR 12:00:06.025 Unerwarteter Antwortstatus: "error: unknown app id."
INFO 12:00:10.016 Erreichbarkeitsrequest
INFO 12:00:10.340 Erreichbarkeit festgestellt
ERROR 12:00:13.471 Unerwarteter Antwortstatus: "error: unknown app id."
INFO 12:00:18.257 Erreichbarkeitsrequest
INFO 12:00:18.570 Erreichbarkeit festgestellt
ERROR 12:00:21.968 Unerwarteter Antwortstatus: "error: unknown app id."
INFO 12:00:44.822 Erreichbarkeitsrequest
INFO 12:00:45.146 Erreichbarkeit festgestellt
ERROR 12:00:48.638 Unerwarteter Antwortstatus: "error: unknown app id."
INFO 12:00:50.432 Erreichbarkeitsrequest
INFO 12:00:50.650 Erreichbarkeit festgestellt
ERROR 12:00:54.478 Unerwarteter Antwortstatus: "error: unknown app id."
INFO 12:01:16.746 Erreichbarkeitsrequest
INFO 12:01:17.020 Erreichbarkeit festgestellt
ERROR 12:01:20.438 Unerwarteter Antwortstatus: "error: unknown app id."

So it seems that there is a problem opening the browser.

Crash always immediate after opening on OSX

Problem Report:

Process: Sync-my-L2P [433]
Path: /Applications/Sync-my-L2P.app/Contents/MacOS/Sync-my-L2P
Identifier: com.yourcompany.Sync-my-L2P
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Sync-my-L2P [433]
User ID: 501

Date/Time: 2015-03-29 17:45:35.830 +0200
OS Version: Mac OS X 10.10.2 (14C1514)
Report Version: 11
Anonymous UUID: 280B24E2-A1D1-335F-EC0A-FC2F89A0D9C3

Time Awake Since Boot: 49 seconds

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
Assertion failed: (alpha >= 0 && alpha <= 1), function ripc_GetPattern, file RIP/RIPColor.c, line 662.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff91425286 pthread_kill + 10
1 libsystem_c.dylib 0x00007fff9031cb53 abort + 129
2 libsystem_c.dylib 0x00007fff902e4c39 assert_rtn + 321
3 libRIP.A.dylib 0x00007fff93d892bc ripc_GetColor + 5793
4 libRIP.A.dylib 0x00007fff93d8795e ripc_Render + 163
5 libRIP.A.dylib 0x00007fff93d83926 ripc_DrawRects + 372
6 com.apple.CoreGraphics 0x00007fff9c0206a9 CGContextFillRects + 96
7 com.apple.HIToolbox 0x00007fff8d4bb42b TilePixMapListCG + 854
8 com.apple.HIToolbox 0x00007fff8d4bd397 ThemeImageTile + 191
9 com.apple.HIToolbox 0x00007fff8d4bd1be ThemeImageDrawMultiple + 1968
10 com.apple.HIToolbox 0x00007fff8d4a5061 HIThemeDrawButtonPulsed(CGRect const, ThemeImageDrawInfo
, unsigned int, HIThemeButtonDrawInfo const
, CGContext
) + 169
11 com.apple.HIToolbox 0x00007fff8d4a4376 HIThemeDrawButtonInternal(CGRect const, HIThemeButtonDrawInfo const
, HIThemeButtonDrawInfo const_, ThemeEraseXUPP_, ThemeButtonDrawXUPP_, void_, CGContext_, unsigned int, CGRect_) + 16048
12 com.apple.HIToolbox 0x00007fff8d4a04c0 HIThemeDrawButton + 26
13 org.qt-project.QtWidgets 0x0000000108834ef7 0x10881b000 + 106231
14 org.qt-project.QtWidgets 0x00000001088c0d62 QCommonStyle::drawControl(QStyle::ControlElement, QStyleOption const_, QPainter_, QWidget const_) const + 1074
15 org.qt-project.QtWidgets 0x000000010882e493 0x10881b000 + 78995
16 org.qt-project.QtWidgets 0x00000001089c5e28 QPushButton::paintEvent(QPaintEvent_) + 120
17 org.qt-project.QtWidgets 0x000000010888c4bb QWidget::event(QEvent_) + 2123
18 org.qt-project.QtWidgets 0x0000000108932133 QAbstractButton::event(QEvent_) + 179
19 org.qt-project.QtWidgets 0x000000010884cdbb QApplicationPrivate::notify_helper(QObject_, QEvent_) + 251
20 org.qt-project.QtWidgets 0x0000000108850110 QApplication::notify(QObject_, QEvent_) + 8192
21 org.qt-project.QtCore 0x00000001095e2fb3 QCoreApplication::notifyInternal(QObject_, QEvent_) + 115
22 org.qt-project.QtWidgets 0x0000000108885c20 QWidgetPrivate::drawWidget(QPaintDevice_, QRegion const&, QPoint const&, int, QPainter_, QWidgetBackingStore_) + 3152
23 org.qt-project.QtWidgets 0x000000010888654a QWidgetPrivate::paintSiblingsRecursive(QPaintDevice_, QList<QObject
> const&, int, QRegion const&, QPoint const&, int, QPainter_, QWidgetBackingStore_) + 1226
24 org.qt-project.QtWidgets 0x0000000108885fb0 QWidgetPrivate::drawWidget(QPaintDevice_, QRegion const&, QPoint const&, int, QPainter_, QWidgetBackingStore_) + 4064
25 org.qt-project.QtWidgets 0x000000010888654a QWidgetPrivate::paintSiblingsRecursive(QPaintDevice_, QList<QObject
> const&, int, QRegion const&, QPoint const&, int, QPainter_, QWidgetBackingStore_) + 1226
26 org.qt-project.QtWidgets 0x0000000108885fb0 QWidgetPrivate::drawWidget(QPaintDevice_, QRegion const&, QPoint const&, int, QPainter_, QWidgetBackingStore_) + 4064
27 org.qt-project.QtWidgets 0x00000001088595e9 0x10881b000 + 255465
28 org.qt-project.QtWidgets 0x0000000108859983 0x10881b000 + 256387
29 org.qt-project.QtWidgets 0x000000010887c97c QWidgetPrivate::syncBackingStore() + 236
30 org.qt-project.QtWidgets 0x000000010888c784 QWidget::event(QEvent_) + 2836
31 org.qt-project.QtWidgets 0x000000010884cdbb QApplicationPrivate::notify_helper(QObject_, QEvent_) + 251
32 org.qt-project.QtWidgets 0x0000000108850110 QApplication::notify(QObject_, QEvent_) + 8192
33 org.qt-project.QtCore 0x00000001095e3c8b QCoreApplicationPrivate::sendPostedEvents(QObject_, int, QThreadData_) + 971
34 libqcocoa.dylib 0x000000010b44d1be 0x10b42c000 + 135614
35 libqcocoa.dylib 0x000000010b44da41 0x10b42c000 + 137793
36 com.apple.CoreFoundation 0x00007fff9b41c681 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION** + 17
37 com.apple.CoreFoundation 0x00007fff9b40e80d __CFRunLoopDoSources0 + 269
38 com.apple.CoreFoundation 0x00007fff9b40de3f __CFRunLoopRun + 927
39 com.apple.CoreFoundation 0x00007fff9b40d858 CFRunLoopRunSpecific + 296
40 com.apple.HIToolbox 0x00007fff8d42faef RunCurrentEventLoopInMode + 235
41 com.apple.HIToolbox 0x00007fff8d42f76e ReceiveNextEventCommon + 179
42 com.apple.HIToolbox 0x00007fff8d42f6ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
43 com.apple.AppKit 0x00007fff9541cf81 _DPSNextEvent + 964
44 com.apple.AppKit 0x00007fff9541c730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
45 libqcocoa.dylib 0x000000010b44c8cd 0x10b42c000 + 133325
46 org.qt-project.QtCore 0x00000001095e05ad QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
47 org.qt-project.QtWidgets 0x0000000108a31362 QDialog::exec() + 514
48 com.yourcompany.Sync-my-L2P 0x00000001087a4143 Options::on_loginPushButton_clicked() + 99
49 com.yourcompany.Sync-my-L2P 0x000000010877c8e6 MyMainWindow::MyMainWindow(QWidget*) + 1078
50 com.yourcompany.Sync-my-L2P 0x000000010877c43f main + 47
51 com.yourcompany.Sync-my-L2P 0x000000010877c404 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff91426232 kevent64 + 10
1 libdispatch.dylib 0x00007fff95f54a6a _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff9142594a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff967d140d start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff9142594a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff967d140d start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff9142594a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff967d140d start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff9142594a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff967d140d start_wqthread + 13

Thread 6:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff914253fa select + 10
1 org.qt-project.QtCore 0x0000000109633f48 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
2 org.qt-project.QtCore 0x0000000109635000 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
3 org.qt-project.QtCore 0x00000001096360ca QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
4 org.qt-project.QtCore 0x00000001095e05ad QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
5 org.qt-project.QtCore 0x00000001093d5905 QThread::exec() + 117
6 org.qt-project.QtCore 0x00000001093d9393 0x1093a5000 + 213907
7 libsystem_pthread.dylib 0x00007fff967d3268 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff967d31e5 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff967d141d thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff9142594a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff967d140d start_wqthread + 13

Thread 8:

Thread 9:: Qt HTTP thread
0 libsystem_kernel.dylib 0x00007fff914253fa __select + 10
1 org.qt-project.QtCore 0x0000000109635000 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
2 org.qt-project.QtCore 0x00000001096360ca QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
3 org.qt-project.QtCore 0x00000001095e05ad QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
4 org.qt-project.QtCore 0x00000001093d5905 QThread::exec() + 117
5 org.qt-project.QtCore 0x00000001093d9393 0x1093a5000 + 213907
6 libsystem_pthread.dylib 0x00007fff967d3268 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff967d31e5 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff967d141d thread_start + 13

Thread 10:: Thread (pooled)
0 dyld 0x00007fff60eed035 dyld::imageSorter(void const_, void const_) + 0
1 dyld 0x00007fff60f05b85 qsort + 955
2 dyld 0x00007fff60f05f9b qsort + 2001
3 dyld 0x00007fff60ee9899 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (
)(dyld_image_states, unsigned int, dyld_image_info const
)) + 415
4 dyld 0x00007fff60ef4972 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 84
5 dyld 0x00007fff60eea063 dyld::runInitializers(ImageLoader*) + 89
6 dyld 0x00007fff60ef11d1 dlopen + 578
7 libdyld.dylib 0x00007fff9722e857 dlopen + 59
8 org.qt-project.QtCore 0x00000001095dddff 0x1093a5000 + 2330111
9 org.qt-project.QtCore 0x00000001095d86a2 0x1093a5000 + 2307746
10 org.qt-project.QtCore 0x00000001095dac9c QLibrary::load() + 44
11 org.qt-project.QtNetwork 0x00000001099c15f1 0x10993b000 + 550385
12 org.qt-project.QtNetwork 0x00000001099c0ddb 0x10993b000 + 548315
13 org.qt-project.QtNetwork 0x00000001099b4870 0x10993b000 + 497776
14 org.qt-project.QtCore 0x00000001093d5f97 0x1093a5000 + 200599
15 org.qt-project.QtCore 0x00000001093d9393 0x1093a5000 + 213907
16 libsystem_pthread.dylib 0x00007fff967d3268 _pthread_body + 131
17 libsystem_pthread.dylib 0x00007fff967d31e5 _pthread_start + 176
18 libsystem_pthread.dylib 0x00007fff967d141d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff57480a18 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff57480a40 rsp: 0x00007fff57480a18
r8: 0x0000000000000000 r9: 0x0000000000000296 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff93da9c50 r13: 0x0000000110516000 r14: 0x00007fff7e87d300 r15: 0x00007fff93da9c41
rip: 0x00007fff91425286 rfl: 0x0000000000000206 cr2: 0x0000000110516000

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:
0x108778000 - 0x1087f8fff +com.yourcompany.Sync-my-L2P (???) /Applications/Sync-my-L2P.app/Contents/MacOS/Sync-my-L2P
0x10881b000 - 0x108d24fff +org.qt-project.QtWidgets (5.4 - 5.4.0) /Applications/Sync-my-L2P.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x108e58000 - 0x1092caff7 +org.qt-project.QtGui (5.4 - 5.4.0) <79B274FB-7175-364A-B3C0-6C53049F417A> /Applications/Sync-my-L2P.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x1093a5000 - 0x1098adff7 +org.qt-project.QtCore (5.4 - 5.4.0) /Applications/Sync-my-L2P.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10993b000 - 0x109a51fff +org.qt-project.QtNetwork (5.4 - 5.4.0) <8C79A419-E94C-35D3-86C0-CB8B43BCC9EA> /Applications/Sync-my-L2P.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x109a8a000 - 0x109ac3fff +org.qt-project.QtXml (5.4 - 5.4.0) /Applications/Sync-my-L2P.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x109ad8000 - 0x109adcfff com.apple.agl (3.3.0 - AGL-3.3.0) <8DEEE0ED-5B8C-3B37-AF85-D82A0E207B83> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10b42c000 - 0x10b4d2ff7 +libqcocoa.dylib (0) <8A3CCAC9-E7C4-3E17-8AFC-760D98628925> /Applications/Sync-my-L2P.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x10b50a000 - 0x10b53efff +org.qt-project.QtPrintSupport (5.4 - 5.4.0) /Applications/Sync-my-L2P.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10efbb000 - 0x10efc5ff7 +libqdds.dylib (0) <9EDFEB34-5DA0-3415-A1A5-AE9B0C91374A> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqdds.dylib
0x10efca000 - 0x10efd1ff7 +libqgif.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqgif.dylib
0x10efd5000 - 0x10efddfff +libqicns.dylib (0) <307ECE5F-2A5C-3919-8651-1561697770B2> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqicns.dylib
0x10efe2000 - 0x10efe8ff7 +libqico.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqico.dylib
0x10efed000 - 0x10f074fff +libqjp2.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x10f083000 - 0x10f0c1ff7 +libqjpeg.dylib (0) <3DA7BDAE-94BA-34B5-A4CE-8F1F37E959B0> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x10f0c7000 - 0x10f117ff7 +libqmng.dylib (0) <0EA4FC55-E37D-3106-BC5F-32315C3149BB> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqmng.dylib
0x10f11f000 - 0x10f123ff7 +libqtga.dylib (0) <35251E62-401C-3A06-B330-63BA83B5D5AA> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqtga.dylib
0x10f127000 - 0x10f189ff7 +libqtiff.dylib (0) <28B96AEA-B227-3994-9A2B-C5F44947050A> /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x10f191000 - 0x10f195ff7 +libqwbmp.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x10f199000 - 0x10f1f2fff +libqwebp.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x10f2aa000 - 0x10f2c0fff +libqcorewlanbearer.dylib (0) <4CB20225-2507-3D19-BDE9-56C8CFE89089> /Applications/Sync-my-L2P.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x10f2c8000 - 0x10f2d1ff7 +libqgenericbearer.dylib (0) /Applications/Sync-my-L2P.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x1104ba000 - 0x1104f0ff7 libssl.dylib (52.10.1) <4A2D6ECA-A07E-38B5-98D4-315A4A1E8CE6> /usr/lib/libssl.dylib
0x110716000 - 0x110716fef +cl_kernels (???) <2F7117D0-687B-4C68-A7AA-20EAE6401187> cl_kernels
0x110724000 - 0x110724ff5 +cl_kernels (???) cl_kernels
0x110726000 - 0x11080cfef unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff60ee5000 - 0x7fff60f1b837 dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
0x7fff8cff6000 - 0x7fff8d011ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8d012000 - 0x7fff8d012fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8d304000 - 0x7fff8d398fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8d399000 - 0x7fff8d400ffb com.apple.datadetectorscore (6.0 - 396.1.1) <80379385-A4EC-3F9B-AFED-9B1DF781943D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8d401000 - 0x7fff8d705ffb com.apple.HIToolbox (2.1.1 - 757.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d706000 - 0x7fff8d778ff7 com.apple.framework.IOKit (2.0.2 - 1050.10.8) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8d779000 - 0x7fff8d8a1ff7 com.apple.coreui (2.1 - 305.6.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8d8a2000 - 0x7fff8d9b0fff com.apple.desktopservices (1.9.2 - 1.9.2) <8670FD3B-8A5B-3D84-B21E-DF21140545A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8d9bb000 - 0x7fff8d9e6fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8d9e7000 - 0x7fff8d9e9ffb libCGXType.A.dylib (775.16) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8da06000 - 0x7fff8da0fff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff8da10000 - 0x7fff8da3bff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8da3c000 - 0x7fff8dcb7ff7 com.apple.CoreData (111 - 526.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8ddb8000 - 0x7fff8de56fff com.apple.Metadata (10.7.0 - 917.1) <46BE997C-B1F4-3BED-9332-FAC87297C87A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8deb7000 - 0x7fff8df26fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8e802000 - 0x7fff8e82ffff com.apple.Accounts (113 - 113) <990F0F61-6AC5-3076-932E-02A9A7F75AC4> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff8eb58000 - 0x7fff8eb74fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8eb75000 - 0x7fff8ec65fef libJP2.dylib (1232) <13BFC6A7-E24E-3F29-AD3C-E2D382A1223A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8ec66000 - 0x7fff8ed4afff libcrypto.0.9.8.dylib (52.10.1) <2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8ed4b000 - 0x7fff8ed54fff libGFXShared.dylib (11.1.1) <7AE7D152-597E-3B27-A52C-8DA76760B61C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8ed55000 - 0x7fff8ed8dfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8eda8000 - 0x7fff8ef8dff3 libicucore.A.dylib (531.31) /usr/lib/libicucore.A.dylib
0x7fff8efb2000 - 0x7fff8efedfff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8efee000 - 0x7fff8eff0ff7 com.apple.securityhi (9.0 - 55006) <1F40ECF1-6AEF-3E64-9DAD-ADC646CCEA98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8f019000 - 0x7fff8f09bfff com.apple.PerformanceAnalysis (1.0 - 1) <94F08B1A-F6AF-38D5-BE92-4FED34742966> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8f589000 - 0x7fff8f78cff3 com.apple.CFNetwork (720.2.4 - 720.2.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8f78d000 - 0x7fff8f83cfe7 libvMisc.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8f83d000 - 0x7fff8f848ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <7DF3C68C-B219-3E13-AE72-24B8606A1560> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8f849000 - 0x7fff8f8d2fff com.apple.CoreSymbolication (3.1 - 57020) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8f8d3000 - 0x7fff8f8dbfff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fa6c000 - 0x7fff8fa95ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8faa3000 - 0x7fff8fabdff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8fac0000 - 0x7fff8facbff7 libcsfde.dylib (471.10.6) /usr/lib/libcsfde.dylib
0x7fff8fad1000 - 0x7fff8fc01fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8fc19000 - 0x7fff8fec5fff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8fec6000 - 0x7fff901f4fff com.apple.Foundation (6.9 - 1152.14) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff90288000 - 0x7fff9028aff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff9028b000 - 0x7fff902b9fff com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <16F7A7F1-CF1D-35AD-A91F-690A814048DF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff902bf000 - 0x7fff9034bff7 libsystem_c.dylib (1044.10.1) <199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
0x7fff9034c000 - 0x7fff9043eff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff9043f000 - 0x7fff90453ff7 com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <62DF9340-01A1-3E12-A604-C90F6361FD9E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff904b1000 - 0x7fff904e9ffb libsystem_network.dylib (411.1) <2EC3A005-473F-3C36-A665-F88B5BACC7F0> /usr/lib/system/libsystem_network.dylib
0x7fff905e1000 - 0x7fff908b0ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff908b1000 - 0x7fff908b9ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff91291000 - 0x7fff913a3ff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff913a4000 - 0x7fff913f3ff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff913f4000 - 0x7fff9140eff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9140f000 - 0x7fff9142cfff libsystem_kernel.dylib (2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73> /usr/lib/system/libsystem_kernel.dylib
0x7fff91458000 - 0x7fff9145dff7 libsystem_stats.dylib (163.10.18) <9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib
0x7fff91461000 - 0x7fff914a1ff7 libGLImage.dylib (11.1.1) <3986BFA3-4F55-380F-B01D-91BA9785D70C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9161c000 - 0x7fff916dcfff com.apple.backup.framework (1.6.2 - 1.6.2) <63E8CA47-B7B8-3A63-B505-D1622CE52527> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff91786000 - 0x7fff917d3ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff917fe000 - 0x7fff91839fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9185e000 - 0x7fff918b2fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff918b3000 - 0x7fff918c4fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff918c5000 - 0x7fff918c5fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff918c6000 - 0x7fff918c6fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9190f000 - 0x7fff91913fff com.apple.TCC (1.0 - 1) <61F36A72-B983-3A2D-9D37-A2F194D31E7D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff91914000 - 0x7fff91915ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff91916000 - 0x7fff9198cfe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff9198d000 - 0x7fff91997ff7 com.apple.CrashReporterSupport (10.10 - 629) <4BCAA6B5-EC7F-365F-9D3F-BC483B7E956C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff91998000 - 0x7fff9199afff com.apple.loginsupport (1.0 - 1) <21DBC18C-F260-39FC-B52F-04A5AA84523A> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9199b000 - 0x7fff919cbfff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff919e9000 - 0x7fff91a5dff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff91b32000 - 0x7fff91b7eff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff91b8c000 - 0x7fff91b93fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff91b94000 - 0x7fff91b94ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff91d2e000 - 0x7fff91d61ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff91d62000 - 0x7fff91d6dfff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff91da6000 - 0x7fff91dbcff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff91e3b000 - 0x7fff91e56ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff91f02000 - 0x7fff91f4eff7 com.apple.corelocation (1486.17 - 1615.21.1) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff922d6000 - 0x7fff922fafef libJPEG.dylib (1232) <638302B6-369F-3C50-BF63-F8D19C393F47> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff92363000 - 0x7fff9255d46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff9255e000 - 0x7fff92586fff libxpc.dylib (559.10.3) <876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib
0x7fff925a3000 - 0x7fff925bdff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff925be000 - 0x7fff925dbffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff925dc000 - 0x7fff925e0fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff926a8000 - 0x7fff929c3fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff92a4b000 - 0x7fff92a4bff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff92aa4000 - 0x7fff92ab0ff7 com.apple.OpenDirectory (10.10 - 187) <8B98ECCB-7EFA-3A58-BD2B-A0835D869B1A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff92b54000 - 0x7fff92b57fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff92bd7000 - 0x7fff92bebfeb libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff9314b000 - 0x7fff931eadf7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff931eb000 - 0x7fff931f2fff libCGCMS.A.dylib (775.16) <8A173E74-7123-35F1-B160-853528C144ED> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff932b0000 - 0x7fff932f6ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff932f7000 - 0x7fff932fbfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff932fc000 - 0x7fff9338dff7 libCoreStorage.dylib (471.10.6) <892DEEE7-C8C7-35EA-931D-FF9862BDEB2B> /usr/lib/libCoreStorage.dylib
0x7fff933c8000 - 0x7fff933cafff libsystem_configuration.dylib (699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8> /usr/lib/system/libsystem_configuration.dylib
0x7fff9378a000 - 0x7fff9378fff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff93790000 - 0x7fff938a8ffb com.apple.CoreText (352.0 - 454.3) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff938a9000 - 0x7fff938aeffb libheimdal-asn1.dylib (398.10.1) /usr/lib/libheimdal-asn1.dylib
0x7fff938af000 - 0x7fff938f0fff libGLU.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff938f1000 - 0x7fff93902ff3 libsystem_coretls.dylib (35.10.1) <3EAED90A-7AA0-323C-A52B-E16477981D59> /usr/lib/system/libsystem_coretls.dylib
0x7fff93903000 - 0x7fff93ab3ff7 com.apple.QuartzCore (1.10 - 361.15) <72A78C43-30DF-3748-9015-4B28119DB27B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff93ae4000 - 0x7fff93b05fff com.apple.framework.Apple80211 (10.1 - 1010.64) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff93b06000 - 0x7fff93b09fff com.apple.xpc.ServiceManagement (1.0 - 1) <5EFD45BF-B0CD-39F2-8232-6BA33E63E5D4> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff93b6d000 - 0x7fff93b87ff7 libextension.dylib (55.1) <6D0CF094-85E8-3F5B-A3F1-25ECF60F80D9> /usr/lib/libextension.dylib
0x7fff93b88000 - 0x7fff93cf3ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff93cf4000 - 0x7fff93d62ffb com.apple.Heimdal (4.0 - 2.0) <3E5DA653-A343-3257-ADE1-BA879BAE280F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff93d82000 - 0x7fff93daaffb libRIP.A.dylib (775.16) <7711F7A7-1813-3024-AE42-75CA7C5422B7> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff94188000 - 0x7fff94189fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9418a000 - 0x7fff9418eff7 libGIF.dylib (1232) <3C70FBBC-FBA5-3013-A440-05D68B63885F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9418f000 - 0x7fff941e9ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff941ea000 - 0x7fff942dcfff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff944d5000 - 0x7fff944e0fff libGL.dylib (11.1.1) <1F0EB9FB-4B0F-349B-80DD-93FD3F45B9C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff944e1000 - 0x7fff9450efff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff94540000 - 0x7fff9458fff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff94590000 - 0x7fff94598ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff94599000 - 0x7fff9459afff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff95334000 - 0x7fff953c5ff7 com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) <241EB647-C917-32F7-956A-6E505827048C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff953c6000 - 0x7fff953f6fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff953f9000 - 0x7fff95f43ff7 com.apple.AppKit (6.9 - 1344.72) <44EF7DEB-3072-3515-9F34-2857D557E828> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff95f50000 - 0x7fff95f7aff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff962b0000 - 0x7fff962d0fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9634f000 - 0x7fff96366ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff96374000 - 0x7fff96381fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff96382000 - 0x7fff96395ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff96396000 - 0x7fff96399fff com.apple.IOSurface (97.0.1 - 97.0.1) <0C9ED49D-AADB-3CB9-9A11-F5D765253548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff963b2000 - 0x7fff963d7fff libPng.dylib (1232) <10DC46CC-A4FD-3B1A-AA23-E4F12938BC13> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff963d8000 - 0x7fff963feff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff96417000 - 0x7fff96426fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff96427000 - 0x7fff96434fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff96435000 - 0x7fff9656fff7 com.apple.ImageIO.framework (3.3.0 - 1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff965bd000 - 0x7fff96624ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff96625000 - 0x7fff96632ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff96633000 - 0x7fff96635fff libCVMSPluginSupport.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff96779000 - 0x7fff96792ff7 com.apple.CFOpenDirectory (10.10 - 187) <0F9747EF-12A3-3694-984D-0B8352CA6C0F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff967c4000 - 0x7fff967c4fff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff967d0000 - 0x7fff967d9fff libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
0x7fff9682a000 - 0x7fff96864ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff96b0e000 - 0x7fff96b6dff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff96b73000 - 0x7fff96b75fff com.apple.EFILogin (2.0 - 2) <39895ACB-E756-342C-ABE5-DB7100EF0A69> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff96cd5000 - 0x7fff96cdafff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff96cdb000 - 0x7fff9710bfff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff9710c000 - 0x7fff97110fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff97111000 - 0x7fff97130fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff97131000 - 0x7fff971ecff7 com.apple.DiscRecording (9.0 - 9000.4.2) <9BB46993-311A-3F2E-BD77-3CBEFB71C1F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff97227000 - 0x7fff9722bfff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9722c000 - 0x7fff9722fff7 libdyld.dylib (353.2.1) <4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib
0x7fff9728f000 - 0x7fff97290fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff97a4a000 - 0x7fff97a4afff com.apple.Carbon (154 - 157) <0DF27AD6-ED64-34D7-825D-65297D276652> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff97a4b000 - 0x7fff97a99fff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff97ab7000 - 0x7fff97acbff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff97acc000 - 0x7fff97accfff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff97ae7000 - 0x7fff97ae9ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff97aea000 - 0x7fff97af4ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff97b23000 - 0x7fff97b35fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff97bfc000 - 0x7fff97c24fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff97c25000 - 0x7fff97c37ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff97c3a000 - 0x7fff97c3aff7 liblaunch.dylib (559.10.3) /usr/lib/system/liblaunch.dylib
0x7fff980b2000 - 0x7fff980b3fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff980b8000 - 0x7fff980bdff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff980cd000 - 0x7fff98141fff com.apple.ApplicationServices.ATS (360 - 375) <2824D38D-460D-353C-9D18-499B4BEEABB7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff98168000 - 0x7fff9816afff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff9816b000 - 0x7fff98173fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff98174000 - 0x7fff9817cff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff9817d000 - 0x7fff98186ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff98187000 - 0x7fff98229ff7 com.apple.Bluetooth (4.3.2 - 4.3.2f6) <95676652-21AB-3FFA-B53D-EBC8BF4E913E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9822a000 - 0x7fff9823cff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9823d000 - 0x7fff9827dff7 com.apple.CloudDocs (1.0 - 280.6) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff99236000 - 0x7fff992cbff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9939b000 - 0x7fff99529fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9952a000 - 0x7fff99600ff3 com.apple.DiskImagesFramework (10.10.1 - 396) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff99601000 - 0x7fff99612ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff9968c000 - 0x7fff998f4ff3 com.apple.security (7.0 - 57031.10.10) <79C37E73-271B-3BEF-A96E-CDB83FF12CF0> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff998f5000 - 0x7fff9993eff3 com.apple.HIServices (1.22 - 520.12) <8EAC82AB-6A7D-3606-AF6F-60A9410D1278> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff99940000 - 0x7fff99947ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff99948000 - 0x7fff999a3fef libTIFF.dylib (1232) <56D444B7-A37A-30BC-80B5-5E702FFAAAAB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff999a4000 - 0x7fff999a6fff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff999a7000 - 0x7fff999a7fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff999b1000 - 0x7fff999bfff7 com.apple.opengl (11.1.1 - 11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff999d9000 - 0x7fff999daff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff99ae6000 - 0x7fff99af6ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff99b1e000 - 0x7fff99b64ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff99b65000 - 0x7fff99b6bff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff99b6c000 - 0x7fff99b88ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff99b89000 - 0x7fff99bacfff com.apple.Sharing (328.3.2 - 328.3.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff99bad000 - 0x7fff99ccfff7 com.apple.LaunchServices (644.12.4 - 644.12.4) <59E909E8-ED4A-33EA-B85D-D409BADDF854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff99e03000 - 0x7fff99e03fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff99e04000 - 0x7fff99e0cffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff99e3c000 - 0x7fff9a123ffb com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9a124000 - 0x7fff9a14ffff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff9a7d0000 - 0x7fff9a7ddff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff9a7de000 - 0x7fff9a7e0fff libRadiance.dylib (1232) <9C2DBBDF-0F0B-36BF-84D0-13E0086F793A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9a7e1000 - 0x7fff9a7e9fe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff9a7ea000 - 0x7fff9a81cff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff9a81d000 - 0x7fff9a837fff com.apple.AppleVPAFramework (1.2.10 - 1.2.10) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff9a838000 - 0x7fff9a843ff7 libkxld.dylib (2782.10.72) <68E07A32-28F5-3FBB-9D74-00B4F53C2FD4> /usr/lib/system/libkxld.dylib
0x7fff9a844000 - 0x7fff9a895ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff9a89c000 - 0x7fff9a8b5fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9a8b6000 - 0x7fff9abe9fff libmecabra.dylib (666.2) /usr/lib/libmecabra.dylib
0x7fff9accf000 - 0x7fff9acd1ff7 libsystem_sandbox.dylib (358.1.1) <95312E09-DA28-324A-A084-F3E574D0210E> /usr/lib/system/libsystem_sandbox.dylib
0x7fff9acd2000 - 0x7fff9acd3ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff9acd4000 - 0x7fff9ad40fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <37551DDD-C07C-31EB-923A-9721F03D7E29> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9afe0000 - 0x7fff9afe6fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9b06c000 - 0x7fff9b0e9fff com.apple.CoreServices.OSServices (640.3 - 640.3) <84A91B00-0ED4-350C-B30A-AEAE437AE02A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9b0ea000 - 0x7fff9b230fef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff9b395000 - 0x7fff9b39bfff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff9b39c000 - 0x7fff9b732fff com.apple.CoreFoundation (6.9 - 1152) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9b733000 - 0x7fff9b734fff libSystem.B.dylib (1213) <90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
0x7fff9b897000 - 0x7fff9b98bfff libFontParser.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9bbc9000 - 0x7fff9bc00ffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9bc01000 - 0x7fff9c00eff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9c00f000 - 0x7fff9c848fe3 com.apple.CoreGraphics (1.600.0 - 775.16) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9c86e000 - 0x7fff9c8e6ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9c8e7000 - 0x7fff9c8e9ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 219
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=203.9M resident=84.7M(42%) swapped_out_or_unallocated=119.2M(58%)
Writable regions: Total=107.9M written=23.4M(22%) resident=37.7M(35%) swapped_out=0K(0%) unallocated=70.2M(65%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 9.9M
CG image 100K
CG shared images 336K
CoreAnimation 84K
CoreImage 16K
CoreUI image data 200K
Foundation 4K
Kernel Alloc Once 8K
MALLOC 67.1M
MALLOC (admin) 32K
OpenCL 16K
STACK GUARD 56.0M
Stack 12.1M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 17.2M
__DATA 16.1M
__IMAGE 528K
__LINKEDIT 73.4M
__TEXT 130.5M
__UNICODE 544K
mapped file 64.8M
shared memory 4K
=========== =======
TOTAL 449.4M
TOTAL, minus reserved VM space 448.9M

Model: MacBookPro11,1, BootROM MBP111.0138.B14, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x344B54463235363634485A2D314736453120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x802C, 0x344B54463235363634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.15.159.13.12)
Bluetooth: Version 4.3.2f6 15235, 3 services, 19 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0128F, 121,33 GB
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

Problem, when two folders with the same name exists

When trying out the new beta, I experienced the issue that I have two folders/classes with the same name on L2P. In this case, both classes are synced into the same folder. This is not, what I would expect. Please add an option to select a different name for one of the classes.


INFO  09:32:53.936 "Veranstaltung " "Kommunikation  und Organisationsentwicklung"  ( "14ws-03111" ") hinzugefügt."

Getting errors in log "Status der Kursinformationen nicht ok."

INFO  10:22:58.245 "Erreichbarkeitsrequest" 

INFO  10:22:58.578 "Erreichbarkeit festgestellt" 

INFO  10:23:01.150 "Veranstaltung " "Kommunikation  und Organisationsentwicklung"  ( "14ws-03111" ") hinzugefügt." 

INFO  10:23:01.150 "Veranstaltung " "Grundzüge der Chemie"  ( "14ws-00748" ") hinzugefügt." 

INFO  10:23:01.150 "Veranstaltung " "Mechanik I für Maschinenbauer"  ( "14ws-04543" ") hinzugefügt." 

INFO  10:23:01.151 "Veranstaltung " "Einführung in den Maschinenbau"  ( "14ws-09425" ") hinzugefügt." 

INFO  10:23:01.151 "Veranstaltung " "Höhere Mathematik I (für Wirtschaftsingenieure und Maschinenbauer)"  ( "14ws-37850" ") hinzugefügt." 

INFO  10:23:01.151 "Veranstaltung " "Physik (für Maschinenbau)"  ( "14ws-00856" ") hinzugefügt." 

INFO  10:23:01.151 "Veranstaltung " "Maschinengestaltung I  (für Maschinenbauer 1. Sem.)"  ( "14ws-01188" ") hinzugefügt." 

INFO  10:23:01.152 "Veranstaltung " "Kommunikation  und Organisationsentwicklung"  ( "14ws-02374" ") hinzugefügt." 

ERROR 10:23:01.758 "Status der Kursinformationen nicht ok." 

ERROR 10:23:01.844 "Status der Kursinformationen nicht ok." 

ERROR 10:23:01.977 "Status der Kursinformationen nicht ok." 

ERROR 10:23:02.111 "Status der Kursinformationen nicht ok." 

ERROR 10:23:02.351 "Status der Kursinformationen nicht ok." 

ERROR 10:23:02.538 "Status der Kursinformationen nicht ok." 

ERROR 10:23:02.783 "Status der Kursinformationen nicht ok." 

ERROR 10:23:02.918 "Status der Kursinformationen nicht ok." 

INFO  10:23:06.699 "Setze Logging auf "Erweitert"." 

DEBUG 10:23:11.982 "Veranstaltungsrequest" 

DEBUG 10:23:12.081 "Veranstaltungen empfangen" 

INFO  10:23:12.081 "Veranstaltung " "Kommunikation  und Organisationsentwicklung"  ( "14ws-03111" ") hinzugefügt." 

INFO  10:23:12.081 "Veranstaltung " "Grundzüge der Chemie"  ( "14ws-00748" ") hinzugefügt." 

INFO  10:23:12.081 "Veranstaltung " "Mechanik I für Maschinenbauer"  ( "14ws-04543" ") hinzugefügt." 

INFO  10:23:12.081 "Veranstaltung " "Einführung in den Maschinenbau"  ( "14ws-09425" ") hinzugefügt." 

INFO  10:23:12.081 "Veranstaltung " "Höhere Mathematik I (für Wirtschaftsingenieure und Maschinenbauer)"  ( "14ws-37850" ") hinzugefügt." 

INFO  10:23:12.081 "Veranstaltung " "Physik (für Maschinenbau)"  ( "14ws-00856" ") hinzugefügt." 

INFO  10:23:12.082 "Veranstaltung " "Maschinengestaltung I  (für Maschinenbauer 1. Sem.)"  ( "14ws-01188" ") hinzugefügt." 

INFO  10:23:12.082 "Veranstaltung " "Kommunikation  und Organisationsentwicklung"  ( "14ws-02374" ") hinzugefügt." 

DEBUG 10:23:12.082 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.092 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.102 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.113 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.123 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.133 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.144 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.154 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.164 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.174 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.185 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.195 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.206 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.217 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.227 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.238 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.249 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.260 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.270 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.282 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.293 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.303 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.314 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.325 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.335 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.346 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.357 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.367 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.378 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.389 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.400 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.410 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.421 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.432 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.442 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.453 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:12.464 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.474 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.485 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.496 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.506 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.517 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:12.528 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.539 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.549 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.559 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.570 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.581 "Itemrequest an API: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:12.591 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

ERROR 10:23:12.591 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.591 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.591 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.591 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.592 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.592 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.592 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

ERROR 10:23:12.592 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.593 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.593 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.596 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.596 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.596 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

ERROR 10:23:12.596 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.596 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-09425" 

DEBUG 10:23:12.597 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00748" 

DEBUG 10:23:12.598 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.598 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.643 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

ERROR 10:23:12.643 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.646 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.652 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.725 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.778 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.803 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:12.812 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.835 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

ERROR 10:23:12.835 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.884 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.891 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:12.891 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:12.960 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

ERROR 10:23:12.961 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:12.986 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:13.059 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:13.082 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-02374" 

DEBUG 10:23:13.106 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:13.256 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:13.304 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:13.335 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:13.351 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

ERROR 10:23:13.351 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:13.366 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-01188" 

DEBUG 10:23:13.394 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-03111" 

DEBUG 10:23:13.420 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:13.447 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-37850" 

DEBUG 10:23:13.487 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

DEBUG 10:23:13.494 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllSharedDocuments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:13.504 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAssignments?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

ERROR 10:23:13.504 "Status der Kursinformationen nicht ok." 

DEBUG 10:23:13.530 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllLearningMaterials?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:13.554 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllMediaLibrarys?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:13.593 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllEmails?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:13.835 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-00856" 

DEBUG 10:23:13.962 "Itemrequest empfangen: " "https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=b2rqVJqMyAkKNcqbsbrU86kdjjnsJeoAsHJlH9dB9Uz1LCYj05BNK0QXxkVd2ZMc&cid=14ws-04543" 

Might be caused, because one course of me has been set to use the old L2P?

Edit: After changing logging to also display debug messages it seems that this happens after Itemrequests are received.

Errors at start

When sml2p fetches my courses, I get the following errors all with this description:

"Beim Abruf des Inhalts einer Veranstaltung ist ein Fehler aufgetreten"

Error downloading https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=2u5EVN5Uxnuff7JqgRjw4NXrPBquj0VkTgnXtakFSxbUIMQa6lIfibcPK42OTWqm&cid=14ws-04543 - server replied: Internal Server Error;
 {"Status":false,"errorDescription":"An unknown error occurred. Please report with the error id.<br\/>Original error: Object reference not set to an instance of an object.","errorId":"3d8c5cac-4d7e-4029-b35a-ba35c7d0909d"}
Error downloading https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=2u5EVN5Uxnuff7JqgRjw4NXrPBquj0VkTgnXtakFSxbUIMQa6lIfibcPK42OTWqm&cid=14ws-00748 - server replied: Internal Server Error;
 {"Status":false,"errorDescription":"An unknown error occurred. Please report with the error id.<br\/>Original error: Object reference not set to an instance of an object.","errorId":"bc17c908-40f4-4733-bd7c-64954c4da072"}
Error downloading https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=PUm5Ps3hkxXQiGOewEwhhBrSr6nt9jes7XnxhABi7izvRoHYu9EAl0vZwEa7qOsZ&cid=14ws-09425 - server replied: Internal Server Error;
 {"Status":false,"errorDescription":"An unknown error occurred. Please report with the error id.<br\/>Original error: Object reference not set to an instance of an object.","errorId":"fcf09173-3e3c-4ac7-b6cc-1f8392311cc8"}
Error downloading https://www3.elearning.rwth-aachen.de/_vti_bin/L2PServices/api.svc/v1/viewAllAnnouncements?accessToken=2u5EVN5Uxnuff7JqgRjw4NXrPBquj0VkTgnXtakFSxbUIMQa6lIfibcPK42OTWqm&cid=15ss-06446 - server replied: Internal Server Error;
 {"Status":false,"errorDescription":"An unknown error occurred. Please report with the error id.<br\/>Original error: Object reference not set to an instance of an object.","errorId":"9263695c-5d2b-4f5d-9dd7-42a497d06c46"}

Ask the RWTH to allow you to publish the Client Identifier

Reading the OAuth2 RFCs one has to realize, that the client identifier was never meant to be secret.

This is why the RFC6819 says the following:

The authorization server may issue an individual
client id but should require that all authorizations are approved by
the end user.

Sync-my-L2P is a public client and therefore does not contain a client secret (see RFC6819 5.2.3.1).

Putting a secret into a public client is considered nonsense 4.1.1. Threat: Obtaining Client Secrets

So to use the words of RFC6749 2.2. Client Identifier:

[...] The client identifier is not a secret [...]

and therefore there is absolutely no reason for the RWTH to treat it as such.

On the contrary it actually hurts Sync-my-L2P as an open source project, because it makes it impossible to test most modifications and thus makes contributing harder than it should be.

Therefor I ask you to please talk to the RWTH again and try to convince them that trying to keep the client id a secret is rather silly.

If they want to make sure that the Datenschutz is payed attention to, I'm all for that. However, the only way they can make sure that people can chose to use a program approved by the Datenschutzbeauftragter is by distributing a Version of Sync-my-L2P on their own website that they compiled themselves. Maybe they could even sign it or at least put some sort of hash on their
website in order to be able to verify if you have the verified by the Datenschutzbeauftragter version.

But none of these privacy concerns will be solved by keeping the client id a secret.

quick reminder

[...] The client identifier is not a secret [...]

RFC6749 2.2. Client Identifier

Suggestion: A QProgressBar for the server response?

If I'm wating for a server response of the list of my course files, there is only a empty window and nothing happens. Is there a possibility to give a feedback to the users like a ProgressBar or something else?

Progress bar is not always behaving correctly

When downloading a few files, I noticed that the progress bar sometimes (I think when downloading big files) starts at 8 or more Mb and continues, when the download really reaches the size displayed at first.

file name check should only consider letters and numbers

I hate it when the professor uploads files but uses underscores at the first and hyphens at the next for example. My problem is that they get sorted wrong in the explorer and when I change the file name sync-my-l2p just downloads the file again. So if it only considers the letters and numbers in a file name, the problem should be solved.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.