This file contains hidden or 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
error 2018-11-19T18:18:32.528 thread-0 wasm_interface.cpp:933 eosio_assert ] message: read | |
error 2018-11-19T18:18:32.528 thread-0 http_plugin.cpp:580 handle_exception ] FC Exception encountered while processing chain.push_transaction | |
debug 2018-11-19T18:18:32.528 thread-0 http_plugin.cpp:581 handle_exception ] Exception Details: 3050003 eosio_assert_message_exception: eosio_assert_message assertion failure | |
assertion failure with message: read | |
{"s":"read"} | |
thread-0 wasm_interface.cpp:934 eosio_assert | |
pending console output: | |
{"console":""} | |
thread-0 apply_context.cpp:72 exec_one |
This file contains hidden or 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
<?php | |
class EasyLASTFM | |
{ | |
const ENDPOINT = 'http://ws.audioscrobbler.com/2.0/'; | |
const URL = 'https://www.last.fm/music/'; | |
const API_KEY = ''; | |
const CACHE = '86400'; // 24 hours in seconds | |
private function create_dir($path) { |
This file contains hidden or 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
<?php | |
class EasyLASTFM | |
{ | |
const ENDPOINT = 'http://ws.audioscrobbler.com/2.0/'; | |
const URL = 'https://www.last.fm/music/'; | |
const API_KEY = ''; | |
const CACHETIME = '86400'; // 24 hours in seconds | |
private function create_dir($path) { |
This file contains hidden or 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
{"facebook":{"pattern":"fb:\/\/profile\/","url":"https:\/\/facebook.com"},"twitter":{"pattern":"twitter:\/\/user?screen_name=","url":"https:\/\/twitter.com"},"pintrest":{"pattern":"pinterest:\/\/user\/","url":"https:\/\/pinterest.com"},"instagram":{"pattern":"instagram:\/\/user?username=","url":"https:\/\/instagram.com"},"youtube":{"pattern":"vnd.youtube:\/\/","url":"https:\/\/youtube.com"},"yelp":{"pattern":"yelp:\/\/\/biz\/","url":"https:\/\/yelp.com\/user_details?userid="},"linkedin":{"pattern":"linkedin:\/\/profile?id=","url":"https:\/\/linkedin.com\/in\/"},"snapchat":{"pattern":"snapchat:\/\/add\/","url":"https:\/\/story.snapchat.com\/u\/"},"tiktok":{"pattern":"tsnssdk1233:\/\/profile\/","url":"https:\/\/www.tiktok.com\/"}} |
OlderNewer