This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i am doing something | |
found graphic capable queue | |
1 | |
queue 0x55d1622e3e00 | |
queue 0x55d1622e3e00 | |
queue 0x55d1622e3e00 | |
format 50 | |
format 50 | |
device 0x55d1623b9710 | |
format 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xbmc | |
xbmc.executebuiltin('exportlibrary(video,true,true,true,false)') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
sqlite3 ~/.kodi/userdata/Database/MyVideos116.db "SELECT idMovie from movie_view m WHERE NOT EXISTS(SELECT 1 from actor_link where medi | |
a_type==\"movie\" and media_id==m.idMovie );" | while read -r line; do echo "$line"; curl -X POST -H "Accept: application/json" -H "Con | |
tent-Type: application/json" -d '{"jsonrpc":"2.0","method":"VideoLibrary.RefreshMovie","params":{"movieid":'$line',"ignorenfo":true},"i | |
d":1}' -u kodi:kodi http://localhost:8080/jsonrpc; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Game: witcher2.exe | |
info: DXVK: v1.4.1 | |
warn: OpenVR: Failed to locate module | |
info: Enabled instance extensions: | |
info: VK_KHR_get_physical_device_properties2 | |
info: VK_KHR_surface | |
info: VK_KHR_win32_surface | |
warn: D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT | |
info: AMD RADV/ACO POLARIS10 (LLVM 8.0.1): | |
info: Driver: 19.2.99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ratbag debug: driver match found: Test driver | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw2'. | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw3'. | |
ratbag debug: report ID 02 | |
ratbag debug: report ID 03 | |
ratbag debug: report ID 04 | |
ratbag debug: report ID 08 | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw4'. | |
ratbag debug: report ID 10 | |
ratbag debug: report ID 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-04-21 15:45:40 jdbc[5]: exception | |
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-195] | |
............ | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) | |
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) | |
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from aiocache at https://github.com/argaen/aiocache/ | |
# Copyright (c) 2016, Manuel Miranda de Cid | |
# License at https://github.com/argaen/aiocache/blob/master/LICENSE.txt | |
def key_from_args(func, args, kwargs): | |
ordered_kwargs = sorted(kwargs.items()) | |
return ( | |
(func.__module__ or "") | |
+ func.__name__ | |
+ str(args) | |
+ str(ordered_kwargs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
#### WEB | |
from aiocache import cached, RedisCache | |
from aiocache.serializers import PickleSerializer | |
import aiohttp | |
class Session(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10853.543624] Call Trace: | |
[10853.543629] dump_stack+0x5c/0x80 | |
[10853.543633] dump_header+0x6b/0x2a1 | |
[10853.543636] ? rcu_oom_notify+0x4f/0x100 | |
[10853.543638] ? preempt_count_add+0x68/0xa0 | |
[10853.543640] ? _raw_spin_trylock+0x13/0x50 | |
[10853.543642] oom_kill_process.cold.5+0xb/0x43b | |
[10853.543644] out_of_memory+0x1a1/0x470 | |
[10853.543646] __alloc_pages_nodemask+0xf45/0xfe0 | |
[10853.543650] filemap_fault+0x3f9/0x630 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========== | |
VULKAN INFO | |
=========== | |
Vulkan Instance Version: 1.1.73 | |
ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 | |
Instance Extensions: |