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
Hello Im getting the error :
File "kijiji_repost_headless/main.py", line 193, in
main()
File "kijiji_repost_headless/main.py", line 50, in main
args.function(args)
File "kijiji_repost_headless/main.py", line 117, in delete_ad
[data, _] = get_post_details(args.ad_file)
File "kijiji_repost_headless/main.py", line 59, in get_post_details
with open(ad_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '1568261539'
The ID number matches the 'show' command , and the ID in the URL.
Any tips appreciated!
Randall
The text was updated successfully, but these errors were encountered:
Hello Im getting the error :
File "kijiji_repost_headless/main.py", line 193, in
main()
File "kijiji_repost_headless/main.py", line 50, in main
args.function(args)
File "kijiji_repost_headless/main.py", line 117, in delete_ad
[data, _] = get_post_details(args.ad_file)
File "kijiji_repost_headless/main.py", line 59, in get_post_details
with open(ad_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '1568261539'
The ID number matches the 'show' command , and the ID in the URL.
Any tips appreciated!
Randall
The text was updated successfully, but these errors were encountered: