You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: No time format was found in parser for: Current Favorites30 Oct, 2021 @ 7:09am
at SteamWorkshopScraper.ParseSteamTime (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/steam-workshop-scraper/index.js:176:13)
at Object.convert (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/steam-workshop-scraper/index.js:18:28)
at /Users/admin/PhpstormProjects/discord.steamlinker/node_modules/scrape-it-core/lib/index.js:199:34
at iterateObject (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/iterate-object/lib/index.js:28:17)
at handleDataObj (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/scrape-it-core/lib/index.js:119:9)
at module.exports [as scrapeHTML] (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/scrape-it-core/lib/index.js:208:12)
at scrapeIt (/Users/admin/PhpstormProjects/discord.steamlinker/node_modules/scrape-it/lib/index.js:26:32)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async parseCommunity (file:///Users/admin/PhpstormProjects/discord.steamlinker/src/lib/parser.js:37:35)
at async urlToEmbed (file:///Users/admin/PhpstormProjects/discord.steamlinker/src/lib/parser.js:18:20)
The text was updated successfully, but these errors were encountered:
BREAKING CHANGES
- All workshop ids have to be integer not strings anymore
- GetCollection() breaking change returns different data. To addition to the collection array it gives meta data
- GetInfo() now works on collections as well. Fixed: #70
The text was updated successfully, but these errors were encountered: