zentred / roblox-ugc-limiteds-spam-buyer

purchases any new ugc limited the amount of times you want it to
6 stars 7 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'config.json' #5

Open FujaTyping opened 1 year ago

FujaTyping commented 1 year ago

Traceback (most recent call last): File "C:\Users\games\OneDrive\Desktop\UGC Limited Buyer\Zentred.py", line 3, in with open('config.json') as config: ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'config.json'

FujaTyping commented 1 year ago

Ok i fix it But i have more Issues

{'expectedSellerId': 190011017, 'owned': False, 'isPurchasable': True, 'id': 321570512, 'itemType': 'Asset', 'assetType': 8, 'name': 'Chill Cap', 'description': "What's cooler than being cool? Chilled.", 'productId': 29959337, 'genres': ['All'], 'itemStatus': [], 'itemRestrictions': ['Limited'], 'creatorHasVerifiedBadge': True, 'creatorType': 'User', 'creatorTargetId': 1, 'creatorName': 'Roblox', 'price': 15, 'lowestPrice': 770, 'favoriteCount': 138684, 'offSaleDeadline': None, 'saleLocationType': 'NotApplicable', 'hasResellers': True} Traceback (most recent call last): File "C:\Users\games\OneDrive\Desktop\UGC Limited Buyer\Zentred.py", line 62, in a.purchase_item() File "C:\Users\games\OneDrive\Desktop\UGC Limited Buyer\Zentred.py", line 36, in purchase_item f'https://apis.roblox.com/marketplace-sales/v1/item/{self.collectible_id}/purchase-item', ^^^^^^^^^^^^^^^^^^^ AttributeError: 'Bot' object has no attribute 'collectible_id'